Hi there
Simplely, you are already be able to compare two function.
They are the same n items on both side, like A1*A2*...An and B1*B2*...Bn and here we got An = lognn and B1 = B2 = Bn = log2n (hopes you means that is based 2 by convention)
It is clear that A1 = log2n = B1 = log2n ; A2=log3n < B2 = log2n, A3 = log4n < B3= log2n ...
for most easy example, log24=2, log44 = 1, log84 < 1 the larger the base is, the smaller the logan is.
so...each item in the array A is equal or less than the counterpart in array B, thus, A = O(B) //BigOh