I have to prove by induction that $n! > n^3.$ This how far I've reached:
Induction Hypothesis: $k! > k^3$.
Induction step: Basically for Inductive step, I have to show that, $(k+1)! > (k+1)^3$.
L.S = $(k+1)! = k!(k+1)$
Where do I go from here? Any clues are appreciated. Thank you.