I'm going through the first chapters of Tao's Analysis text and I'm not entirely sure about one thing, namely why we're allowed to 'fix' variables when inductively proving statements pertaining to more than one variable. This is not explained in the text. For instance, the very first exercise in the book asks to prove associativity of addition of natural numbers: $(a+b)+c=a+(b+c), \ a,b,c \in \mathbb{N}$. It says to fix two of them and induct on the third. But how do I know such a proof is really correct? The axiom of induction only talks about properties of the form $P(n)$. And here we have kind of a family of properties indexed by the remaining variables: $P_{a,b}(c)$. Is this the right way to think of it?
I found this linked in a similar question: http://www.mathblog.dk/proof-method-multidimensional-induction/ where it says it's necessary to do induction on each variable. Is this tacitly omitted in Tao's text because in most of these examples the induction looks identical on both variables?