Prove by induction: Find a, and prove the postulate by mathematical induction.
$$\text{For all}~ n > a,~ n! > n^3$$
Where ! refers to factorial.
So far I've done a bit of it, I'll skip right to the inductive statement and assume that $k! > k^3$, then try to prove $(k+1)! > (k+1)^3$
Inductive statement: $(n+1)! > (n+1)^3$
$(n+1)^3= n^3 + 3n^2 + 3n + 1 < n! + 3n^2 + 3n + 1$ (By Induction Hypothesis)
...But now I'm stuck. Does anyone know where to go next?