1

I have been practicing using Mathematical Induction, in proofs. I came across a problem in my practice problems list that is giving me a lot of trouble. This is the question

Prove that $n! > n^3\ \mbox{for}\ n > 5$

So here is my inductive step that I have done so far.

assumption, $k! > k^3$ for some $n = k$

$$n = k+1$$

$$ (k+1)! = (k+1)k! > (k+1)k^3 $$

After this I know that I have to show somehow that $(k+1)k^3 > (k+1)^3$, but I have no ideas on how to do this. Can anyone give me a hint on what to do next? Thanks for the help!

k170
  • 9,045

1 Answers1

0

$$(k + 1)^3 = (k + 1)(k^2 + 2k + 1) = k^3 + 3k^2 + 3k + 1$$

Notice for $k > 5 $,

$$ 3k^2 + 3k + 1 < 3k^2 + 3k^2 + k^2 = 7k^2 < k^4. $$