I have been trying to get this.. For hours.
Prove by M.I. that $2^n < (n+2)!$ for $n\ge0$
Here is what I am doing:
Base case checks out at $n=0$
Make assumption for: $n=k$
Want to prove: $2^{k+1} < (k+3)!$
I am guessing that since $k\ge 0$, if I just assume $k = 0$ and the inequality holds, then I am done.
But I'm not sure. If I do that then I get:
PROOF:
$2^k < (k+2)!$ , by assumption
$2^k \times 2 < 2(k+2)!$
$2^{k+1} < (2k+4)!$ but $k\ge 0$, and at Zero
$2< 4!$ done?
You must use $2^n < (n+2)!\Rightarrow 2^{n+1} = 2\cdot 2^n < 2\cdot (n+2)!< (n+3)\cdot (n+2)!=(n+3)!$