I'm having difficulty solving an exercise in my course.
The question is:
Prove that n!≥2n.
We have to do this by induction. I started like this:
- The lowest natural number where the assumption is correct is 4 as: 4!≥24⟺24≥16.
- The assumption is: n!≥2n.
Now proof for (n+1) which brings me to: (n+1)!≥2(n+1)
I think I can rewrite it somehow like this:
(n+1)×n!(definition of factorial)≥2n×2
(n+1)×2n≥2n×2
Then I think I can eliminate the 2n and have something like this: n+1≥2, or n≥1.
But I think I'm wrong here some where and was hoping somebody has some advice on this. How can I prove the above assumption?
Any help would be appreciated, kind regards.
Answer
In the induction step you want to show that if k!≥2k for some k≥4, then (k+1)!≥2k+1. Since you already know that 4!≥24, the principle of mathematical induction will then allow you to conclude that n!≥2n for all n≥4. You have all of the necessary pieces; you just need to put them together properly. Specifically, you can argue as follows.
Suppose that k!≥2k, where k≥4; this is your induction hypothesis. Then (k+1)!=(k+1)k! (by the definition of factorial)≥(k+1)2k (by the induction hypothesis)>2⋅2k (since k≥4)=2k+1.
No comments:
Post a Comment