I'm told to show that $2^n < n!$ using induction
This is my attempt at it:
BC: $n=4, 2^4 = 16 < 4!$
IH: n = k, $2^k < k!$
IS: try n = k+1
I'm told to only work from one side, so I try the left side:
2^(k+1)
But I'm stuck here, any ideas?
I'm told to show that $2^n < n!$ using induction
This is my attempt at it:
BC: $n=4, 2^4 = 16 < 4!$
IH: n = k, $2^k < k!$
IS: try n = k+1
I'm told to only work from one side, so I try the left side:
2^(k+1)
But I'm stuck here, any ideas?
It is true only for $n\ge 4$.
Hint for the inductive step:
$2^{k+1}=2\cdot2^k<2\cdot k!$, so it is enough to prove $2\cdot k!\le (k+1)!$.