I am trying to prove $\exists n_0 > 0: \forall n > n_0: \log n < \sqrt n$. My attempt uses the series representation of the exponential function, but it does not seem to accomplish the proof:
$$ \log n < \sqrt n \\ \Leftrightarrow n < e^{\sqrt n} = \sum_{k=0}^\infty \frac{(\sqrt n)^k}{k!} = 1 + \sqrt n + \frac n 2 + \sum_{k=3}^\infty \frac{(\sqrt n)^k}{k!} \\ \Leftrightarrow \frac n 2 < 1 + \sqrt n + \sum_{k=3}^\infty \frac{(\sqrt n)^k}{k!} \\ \Leftrightarrow ??? $$
How could I complete this proof? Or would a different strategy e.g. via monotonicity be more convenient?
Hint: The series representation for the exponential will work. Use the fact that if $x$ is positive then $$e^x\gt \frac{x^3}{3!}.$$