"Logarithms grow more slowly than polynomials. That is, $Θ(\lg n)$ grows more slowly than $Θ(n^a)$ for any positive constant a."
if $$y_1= x^{\frac{1}{2}}$$ and $$y_2 = \log (x)$$
by comparing the graphs can say $y_1 \gt y_2$
But, is there a way to prove this?
May use $$\lim _{x\to0}\frac{\log (\frac{1}{x})}{\sqrt{\frac{1}{x}}}=0$$