Prove by induction that $2^n\le (n+1)!$ for all $n\in\Bbb N$.
What I've done so far is prove for $n=1$:
$$2^1 \le (1+1)!,$$ $$2 \le 2,$$ which is correct
Then I tried to prove for $n+1$, in other words, I want to get here: $$2^{n+1}\le(n+2)!.$$
So, I multiplied everything with $2$: $$2\cdot 2^n \le2\cdot (n+1)!,$$ $$2^{n+1} \le2(n+1)n!.$$
So I already have what I wanted in the left part of the inequality, but I'm stuck for the right part.
Can someone help me? Thanks!