Prove that $4^n > n^3$ for every positive integer $n$ using the Principle of Mathematical Induction.
I am well aware of how to use this proof technique. I first showed that P(1) is true: $4^1 > 1^3$. Then I made the assumption that $4^k > k^3$ for an arbitrary positive integer $k$. Thus the goal is to show that $4^{k+1} > (k+1)^3$. So I tried changing the expression to $4^k \times 4 > (k+1)^3$. This is where I am stuck.
Which is bigger, $4$ or $(\frac{k+1}{k})^3$?
$1.5^3=3.375$
Well, $4^{k+1}=4^k\cdot 4>k^3\cdot 4>k^3\cdot (\frac{k+1}{k})^3=(k+1)^3$. This is no longer a hint now.