The problem is: show that $n! \geq 2^{n-1}$ given that $n\geq 1$.
So I started by checking the smallest case $p(1)$ and it evaluated to be true and then I assumed that $p(k)$ for the above given equation was true.
Following those two steps I plugged in $(n+1)$ to prove for the above claim $(n+1)! \geq 2^{(n+1)-1}$. I’m not entirely sure where to go from here to prove the equation.
Also in addition to all of this, I was wondering if anyone could provide me with resources to really lock down proofs and practice? Thanks for any and all help in advance
We consider $n\geq 1$. Then, using the induction hypothesis $n!\geq 2^{n-1}$, we obtain
$$(n+1)!=(n+1)\times n! \geq (n+1)\times 2^{n-1}\geq 2\times 2^{n-1}=2^n$$
(NB: In your post, please restrain from complaining about personnal issues. We are interested in your maths related questions, and that is all. If you want to make a reference request, then just ask for it without talking down about your teacher.)