How to prove whether the statement is true or not: $$\frac{\sqrt{n}}{\log_2n} = O(n^{1/3})$$?
I know for a fact that the statement is false.
The prove doesn't have to be rigorous, I simply have to convince someone of the validity of the statement.
This is what I tried:
$$\frac{\sqrt{n}}{\log (n)}=n^{(1 / 3)}$$ $$n^{1/2}=n^{(1 / 3)} \log _{2}(n)$$
At this point, I guess it is clear to see that the left side grows faster than the right side. Thus the statement is false.
Now, could I have proved it in some other way?