"Strong induction" asserts:
If P(1) is true and
whenever P(n) is true for all [itex]n\le k[/itex], then P(k+1) is true
Then P(n) is true for all P
It is "Strong" because the hypotheses are easier- you only have to show P(k+1) is true when P(n) is true for all [itex]n\le k[/itex] so you have "more information". It is easy to see that "strong induction" implies regular induction: if P(k+1) is true whenever P(k) is true then it is certainly the case that P(k+1) is true whenever P(n) is true for all n less than or equal to k.
The remarkable thing is that regular induction implies strong induction:
Suppose P(n) is a statement such that:
P(1) is true and
whenever P(n) is true for all n less than or equal to k, P(k+1) is true.
Let Q(n) be the statement "P(m) is true for all m less than or equal to n".
Q(1) is the statement "P(m) is true for all m less than or equal to 1". But the only natural number "less than or equal to 1" is 1 itself. Q(1) just says P(1) is true- and that's true.
Now suppose Q(k) is true. That means P(m) is true for all m less than or equal to k and so, by the induction hypothesis, P(k+1) is true. But since we already have that P(m) is true for all m less than or equal to k, we now know that P(m) is true for all k less than or equal to k+1: Q(k+1) is true. Therefore, by regular induction, Q(n) is true for all n. But Q(n) says P(m) is true for all m less than or equal to n. If Q(n) is true for all n, then P(n) is true for all n.
The statement given in the first post looks like "strong" induction restricted to n greater than or equal to m. As everyone else has said, it is equivalent (as long as n is larger than or equal to m) to regular induction.