How can I prove that $n!<n^n$ for every $n>1$ using the induction principle?
If I put $n=2$ I get $2<4$ so I know that $n!<n^n$ is true.
Now I don't know how to prove that $(n+1)!<(n+1)^{n+1}$. I can write $(n+1)!=n!(n+1)$ but then I don't know how to go on.
Hint: $$(n+1)^{n+1} = (n+1)\cdot (n+1)^{n} > (n+1)\cdot n^n$$