Prove using mathematical induction that for all $n! \ge 2^{n-1}$
Base case, p(1), 1! >= 1
$p(n+1), n!(n+1) \ge 2^{n-1}(n+1) $
Prove using mathematical induction that for all $n! \ge 2^{n-1}$
Base case, p(1), 1! >= 1
$p(n+1), n!(n+1) \ge 2^{n-1}(n+1) $
It looks like you've basically gotten it. You have
$$ (n+1)! = n!(n+1)\\ (n+1)! \geq 2^{n-1}(n+1) $$
Now for all $n\geq1$, $n+1 \geq 2$. Therefore, from above, we've shown that
$$ (n+1)! \geq 2^{n-1}(2) = 2^n $$
This completes the proof that $\forall n\geq 1,\quad n! \geq 2^{n-1}$.