Prove that $$ n! \geq 2^{n-1}$$ for $n \geq 1$.
My initial solution by induction goes like this.
For $n = 1 : 1 \geq 1 $.
Assuming that $$ n ! \geq 2^{n-1}.$$ Then for $n+1$, $$ (n+1)! = 2^{n+1-1} $$ so
$$ n!(n+1) = 2^{n-1} \cdot 2 $$ How I can finish?
Use your induction hypothesis and $n+1>2$.