- #1
joshanders_84
- 23
- 0
I'm to prove that for n>=4, 2^n < n! holds, but I don't know where to go after the inductive hypothesis that it holds for n>= 4 after showing it works for the base case (n = 4). Here are my steps so far:
2^(n+1) < (n+1)!
2*(2^n) < (n+1)(n!)
but I dont' know where to now! help is much appreciated, thanks.
Josh
2^(n+1) < (n+1)!
2*(2^n) < (n+1)(n!)
but I dont' know where to now! help is much appreciated, thanks.
Josh