Use induction to prove that n!≤nn−1 for all integers n≥1. I'm having a hard time with induction and my professor said this is a good future test like question if someone can post a solution and explain it would help me out a lot. Thank you.
Answer
Call n!≤nn−1 the statement T(n).
T(1) holds, because 1!≤11−1=10=1.
Now assume T(n), i.e. n!≤nn−1.
Then (n+1)!=n!(n+1)≤nn−1(n+1)≤(n+1)n−1(n+1)=(n+1)n
So T(n+1) holds too.
We've proved T(1) and that ∀n∈N(T(n)⟹T(n+1)). ◻
No comments:
Post a Comment