Prove: $\exists x_0\in \Bbb R$ such $\forall x\in \Bbb R$, $x\ge x_0$, it is true that $x^2<2^x$.
My attempt: if $n\in \Bbb N$ the problem would be trivial, as it is not difficult to prove that $n^2<2^n$, for $n\ge 5$. How can I find an appropriate argument here with $x\in \Bbb R$ ? Hints and answers are welcomed.
Let $[x]=n$.
Thus, there is $n\geq3$, for which $$2^x\geq2^n=(1+1)^n\geq1+n+\frac{n(n-1)}{2}+\frac{n(n-1)(n-2)}{6}>(n+1)^2>x^2.$$ My previous solution was tautological and I deleted it.