Let $P_n, n\in\mathbb N$ a property. We suppose that $P_{n_0}$ is true for a certain $n_0\in \mathbb N$ and that $P_n$ true implies $P_{n+1}$ true for all $n\geq n_0$. Prove that $P_n$ is true for all $n\geq n_0$.
Attempts
Suppose it's no true, and Let $m>n_0$ s.t. $P_m$ is false. Let $A=\{n\mid P_n\ false\}\subset \mathbb N$. Since $\mathbb N$ is well ordered and that $A\neq\emptyset$, there is a minimal element $k=\min A$. In particular, $P_{k-1}$ is true and $P_{k}$ is wrong which is a contradiction with the fact that $P_{n}\implies P_{n+1}$ for all $n$.
Therefore $P_n$ true for all $n$.
Question : Is it true ? My problem is that I don't understand where I used the fact that $P_{n_0}$ true.