yy205001
- 60
- 0
Homework Statement
Prove the theorems using mathematical induction.
[itex]\forall n[/itex] [itex]\in N[/itex], n[itex]\geq 4[/itex] [itex]\rightarrow[/itex]n2[itex]\leq n![/itex]
Thanks in advance!
Homework Equations
The Attempt at a Solution
First, check the base case which is n=4.
[itex]\Rightarrow[/itex]n=4[itex]\geq[/itex]4-True
[itex]\Rightarrow[/itex]42[itex]\leq[/itex]4*3*2*1
[itex]\Rightarrow[/itex]16[itex]\leq[/itex]24-True
Therefore, P(1) is true.
Now, check for the case n=k+1, to prove P(k)[itex]\rightarrow[/itex]P(k+1).
Assume P(k) is true.
[itex]\Rightarrow[/itex]k[itex]\geq[/itex]4
[itex]\Rightarrow[/itex]k2[itex]\leq[/itex]k!
[itex]\Rightarrow[/itex]k+1[itex]\geq[/itex]4+1 -Add 1 on both side
[itex]\Rightarrow[/itex]k+1[itex]\geq[/itex]5
[itex]\Rightarrow[/itex](k+1)2=k2+2k+1
[itex]\Rightarrow[/itex](k+1)!=(k+1)k!
...
And I stop here can't get further to prove P(k+1) is true.
Any help is appreciated.