Prove the inequality by induction:
$3^n > n^3\ $ for $\ n \geq 4$
Edit:
1) Base case: $n=4$, $3^4>4^3, 81>64$
2) Assume true for n=k: so $3^k>k^3$
3) Consider $(k+1)^3$, $(k+1)^3 = k^3 + 3k^2 +3k + 1 < k^3 + k^3 + k^3$, i.e. $(k+1)^3 < 3k^3$
For $k \geq 1$, $3(3^k) \geq 3(k^3)$, therefore $\ 3^{k+1}>3k^3>(k+1)^3$
And nowhere has the fact that $k \geq 4$ been used.., so I don't think this a complete, or at all a proof by induction of that inequality