Prove that $\ln{n} \lt \sqrt{n}$ for $n \in \mathbb{N}^{*}$.
I have tried to prove that using induction but I really don't know how to do it.
I know how to solve it by creating a function $f(x) = \sqrt{x}-\ln{x}$ and then making the derivative, and then show that is bigger than 0. But I need it solved without math analysis (without derrivative, maybe with induction).
How can I do this? Thank you very much!
Note that $$\ln(x) < \log_2(x).$$ now, it suffices to show that $$\log_2(x) < \sqrt{x} \Leftrightarrow x<2^{\sqrt{x}}$$ substituting $x \mapsto n^2$ we get $$n^2<2^n,$$ which is easily proven by induction for $n \ge 3$. $n = 1, 2$ are trivial.
Update:
As Del pointed out, this answer is wrong. I tried to delete it, but an accepted answer cannot be deleted. It's funny how it is accepted :).