I have been practicing using Mathematical Induction, in proofs. I came across a problem in my practice problems list that is giving me a lot of trouble. This is the question
Prove that $n! > n^3\ \mbox{for}\ n > 5$
So here is my inductive step that I have done so far.
assumption, $k! > k^3$ for some $n = k$
$$n = k+1$$
$$ (k+1)! = (k+1)k! > (k+1)k^3 $$
After this I know that I have to show somehow that $(k+1)k^3 > (k+1)^3$, but I have no ideas on how to do this. Can anyone give me a hint on what to do next? Thanks for the help!