In part of a question in my homework I'm doing, I need to show that:
$$ \log(n) > \sqrt [n]{n} $$
Is this a correct a correct manipulation: $$n > e^\sqrt [n]{n}$$
Thank you in advance!
edit: that's a good point that it works only for n>4, and I forgot to mention that n is a natural number ({1,2,...})
Well, $\log(1) > \sqrt[1]1$ is wrong, and as well n=2,3,4. So let's suppose $n \geq 5$ (it holds for $n=5$).
Put it as $$ (\log (n))^n > n $$
Then use induction, $$ %(\log (n+1))^{n+1} >=(\log (n) + \log(1 + 1/n))^{n+1} (\log (n+1))^{n+1} >(\log (n))^{n+1} = \log(n) (\log (n))^{n} \geq n \log(n) $$
Where the last one holds by induction.
Now show
$$\log(n) > 1 + 1/n$$ which holds for $n=5$, and then also for larger n since the log is increasing with n and $1/n$ is decreasing with n. So one can continue $$ %(\log (n+1))^{n+1} >=(\log (n) + \log(1 + 1/n))^{n+1} (\log (n+1))^{n+1} \geq n \log(n) > n (1 + 1/n) = n+1 $$ Done. $\quad \quad \Box$