jonroberts74
- 189
- 0
Homework Statement
prove by induction2^n < (n+2)!; \forall n \ge 0
P(0)
2^0 < (0+2)! [easy]
P(k)
2^k<(k+2)!
= 2^k < (k+2)(k+1)k!
P(k+1)
2^{k+1} < (k+1+2)!
= 2^k \cdot 2 < (k+3)(k+2)(k+1)k!
its pretty clear that
2 < k+3
how do I show that though
Last edited: