I'm trying to understand how to use induction to prove a claim not for every natural number $n$, but only for specific natural numbers, say $0 \leq n \leq k$ for some positive $k$.
After proving $P(0)$, does it make sense to assume the proposition is true for $P(n)$ when $0 \leq n \leq k - 1$? In this way, I won't have to consider $n = k + 1$, and I believe the proof follows for all such $n$.