- #1
- 448
- 18
i have to prove by induction that n2 < n! for n > 3
this is what i have done:
the base case (n = 4) is obviously true since 42 < 4!
now, assume that it is true for n = k, i.e., k2 < k!
now i have to prove it for n = k+1
since k > 3,
1 < k-1
1(k+1) < (k-1)(k+1)
k+1 < k2 - 1 < k2 < k!
k+1 < k!
(k+1)(k+1) < (k+1)k!
(k+1)2 < (k+1)!
what i have done seems ok to me. but is there any simpler way to do the induction step? what i have done seems a bit "forced" (if you know what i mean).
thanks in advance.
this is what i have done:
the base case (n = 4) is obviously true since 42 < 4!
now, assume that it is true for n = k, i.e., k2 < k!
now i have to prove it for n = k+1
since k > 3,
1 < k-1
1(k+1) < (k-1)(k+1)
k+1 < k2 - 1 < k2 < k!
k+1 < k!
(k+1)(k+1) < (k+1)k!
(k+1)2 < (k+1)!
what i have done seems ok to me. but is there any simpler way to do the induction step? what i have done seems a bit "forced" (if you know what i mean).
thanks in advance.