Prove by induction that: $2^n \le (n+1)! \ \ \ \ \ \ \ \ \forall n\in\mathbb{N}$
I tried to solve in this way: $$P(1): 2 \le 2! \quad\text{(true)}$$ $$P(n) \implies p(n+1), \;\text{ where }\;\; p(n+1): 2^{n+1} \le (n+2)!$$ so $$2^n \le (n+1)! \\ 2^n \cdot 2\le 2 \cdot (n+1)! \\ (n+1)! \cdot 2 \le 2 \cdot (n+1)! \quad\text{(true)}$$ where tapped that $2^n \le (n+1)!$
Are my steps right?