I came across an exercise which asks us to prove by induction a statement that has 3 variables.
The exercise provides a hint that we should induct on one variable, and fix the other two variables.
Question: Why is it valid and sufficient to induct on one variable? It feels insufficient to induct on one variable when the statement to be proved has three free variables.
The specific example is Exercise 2.2.1 from Terence Tao's Analysis I:
For any natural numbers a,b,c, we have (a+b)+c = a + (b+c).
The idea is to prove this using only the Peano axioms provided in the chapter. Someone else has provided a solution here: link.
In addition, the author provides worked examples where he inducts on one variable and proves a statement with more than one free variable.
Wider reading. I have reads the replies to this question, but the answers aren't clear to me. In fact the last answer counter-intuitively suggests "fix" creates a variable.