I was solving this problem in Terence Tao's book about analysis and i got stuck trying to prove this by mathematical induction.
2.2.5 -> Prove the following proposition:
(Strong principle of induction) Let $m_0$ be a natural number, and let $P(m)$ be a property pertaining to an arbitrary natural number $m$. Suppose that for each $m \geq m_0$, we have the following implication : if $P(m')$ is true for all natural numbers $m_0 \leq m' \leq m$, then $P(m)$ is also true. Then we can conclude that $P(m)$ is true for all natural numbers $m \geq m_0$.
He gives the hint to define $Q(n)$ to be the property that $P(m)$ is true for all $m_0 \leq m \leq n$
I begun doing a induction on $n$ with $m_0$ as a base case, but when i got to prove that given that $Q(k)$ implies $P(k)$ then to prove that $ Q(k+\!\!+)$ implies $P(k+\!\!+)$ i got stuck. The $+\!\!+$ is the increment operator that is basicaly a succesor function.