My textbook illustrates strong induction using a ladder analogy as follows: Suppose we can reach the first and second rungs of an infinite ladder, and we know that if we can reach a rung, we can reach two rungs higher. Prove we can reach every rung.
Proof: “Assume we can reach the first $k$ rungs (inductive hypothesis). From the given information, we can reach the $(k+1)$st rung from the $(k-1)$st rung for all $k\ge2$, and, because $k-1 \le k$, by the inductive hypothesis we can reach the $(k-1)$st rung. This completes the inductive step and finishes the proof.”
But I thought the inductive step required us to prove that if we can reach the first $k$ rungs, we can reach the $(k+1)$st rung, not if we can reach the first $(k-1)$st rungs, we can reach the $(k+1)$st rung. In other words, what happened to $k$? I just don't see how this proof fits in with the definition of strong induction...