In What is mathematics? by Courant, Robbins, and Stewart, "5. An important inequality", the authors change $n$ in this example:
$$(1+p)^n\geq1+np$$
to $r$ in this example:
$$(1+p)^r\geq1+rp$$
In other examples given by the book's author, he also switches the variable. I also recall seeing something similar in some other book. Why would one do that?
Courant & Robbins' style in that book was to reserve the letter $n$ in an inductive argument for the general case, like this:
We want to prove that some statement $P(n)$ is true for all natural numbers $n$.
First we prove that it is true for $P(0)$.
Now we assume it is true for some natural number $r$, and we will prove it must also be true for $r+1$. That is, we will show $P(r)\implies P(r+1)$.
Here the authors are trying to make explicit the idea that $n$ represents any natural number, and in their induction step they are choosing one particular natural number $r$. This is simply the way that induction is introduced in the book at the top of page 11.
Once you are comfortable with this idea, many people simply use $n$ in the second step as well, remembering that in that second step $n$ represents a particular natural number.