Prove: $n! > 2^n$ for all $n \geq 4$
I already proved the base case: $24 > 16$.
Then I assume this holds for $n=k$, and start proving it for $n=k+1$:
$(k+1)k! > 2^{k+1}$
$(k+1)k! > 2^{k}(2^1)$
After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.
Well, notice that
$$ (k+1)! = (k+1) k! \geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2\cdot2^k= 2^{k+1} $$