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
For the inductive step, we can massage the terms until it works: \begin{align*} (k + 1)^3 &= k^3 + 3k^2 + 3k + 1 \\ &< k^3 + 3k^2 + 3k + (k) &\text{since } k \geq 4 > 1 \\ &= k^3 + 3k^2 + 4k \\ &\leq k^3 + 3k^2 + (k)k &\text{since } k \geq 4 \\ &= k^3 + 4k^2 \\ &\leq k^3 + (k)k^2 &\text{since } k \geq 4 \\ &= 2k^3 \\ &< 3k^3 \\ &< 3(3^k) &\text{by the induction hypothesis} \\ &= 3^{k + 1} \end{align*} as desired.