I thought strong induction relied on a proposition being true for all (natural) numbers from a given one up to (say) k, then showing p(k+1) must be true.
For example, I’m trying to understand this proof: https://math.stackexchange.com/a/2096485/442515
In the inductive hypothesis:
Assume $m\in\mathbb{Z}^+$ with $1\le m \le k$ and that our proposition holds for $m$.
If the role of the $m$ there is not to establish that the proposition is true from 1 up to k, then what role does it actually play please? The hypothesis does not seem equivalent to saying "assume the proposition holds for all positive integers from 1 to k inclusive."
At this stage, observations that strong and weak induction are the same are unlikely to help. I feel I need to get my head around this "p(all values from 1 to k inclusive) implies p(k+1) idea first, as it's the only thing I've read about string induction that actually makes sense to me at my current level of understanding.