So, there is an excersise in my textbook:
Prove by induction
If $ P_n $ is n-th prime number and $ n\geqslant 12 $, than: $$P_n>3n$$
My approach:
1.For $n={12}:\quad P_{12}=37>3*12=36$
2.Inductive step:$\quad P_{n+1}>3n+3$
3.I figured out that:$\quad P_{n+1}-P_n\geqslant 2$
I got stuck, so i decided to go check answers: $$P_{n+1}\geqslant P_n+2>3n+2\geqslant 3n+3$$
That last part seems very wrong to me, and i do not think this is valid proof.I don't really know what to do next.
The way the chain of inequalities is written is wrong. Apparently, it should be$$P_{n+1}\ge P_{n}+2>3n+2\\\implies P_{n+1}\ge3n+3$$Now you should use the fact that $3\mid3n+3$ but $3\nmid P_{n+1}\ne3$. So $P_{n+1}\ne3n+3$.