I am having a really hard time grasping proof by induction and struggling to write consitent thorough proofs which use induction.
For example, proving the following
$k! \geq 3^{k-2}$
Now I understand that we first test the base case $k=1$, and see that it holds and then assume that it is true for any $k$, and if we can show it holds for $k+1$, then we would have proven it for all $k>1$.
However, I am really struggling with the inductive step, someone suggested multiplying both sides by $k+1$ leaving $(k+1)! \geq 3^{k-2}(k+1)$ but I still don't see how it helps, surely we should be putting in $k+1$ instead of $k$?
If anyone has any texts I can read or articles I can read to help improve my skills with proof by induction I would really appreciate it, I'm really struggling with it.