I'd like to show $n!>n^{10} $ for large enough n ( namely $ n \geq 15 $).
By induction, I do not know how to proceed at this step:
$$ (n+1)\cdot n!>(n+1)^{10} $$
As I can't see how to simplify $(n+1)^{10} $.
This seems like such a trivial thing (and it probably is), yet I can't do it. Isn't there an easier way to show this?
(P.S. I need to refrain from the use of derivatives, integrals etc., I suppose, then you could work something out with the slope of the respective functions)
You need to work in the fact that $n! \gt n^{10}$ as that is the heart of the induction. So for $n \gt 15$ $$\text {Base case } 15!-15^{10}=731023977375 \gt 0\\ \text {Assume }n! \gt n^{10}\\(n+1)! =(n+1)n!\gt (n+1)n^{10}=(n+1)^{10}\frac {n^{10}}{(n+1)^9}$$ Now we need to argue that the last fraction on the right is greater than $1$ and we are home.
$$\frac {n^{10}}{(n+1)^9} = n\left(1-\frac 1{n+1}\right)^9\gt n\left(1-\frac 9{n+1}\right)\gt 15\cdot \frac 7{16}\gt 1$$