1

Has anyone read about Terence Tao's Analysis?

Definiton 2.2.1 Addition of natural numbers

... " From our discussion of recursion in the previous section, we see that we have defined $n + m$ for every natural number $n$. Here we are specializing the previous general discussion to the setting where $a_n$ = $n+m$ and $f_n(a_n) = a_n++$. "

I can't find the definition section about $n+m$ in the previous section, can anyone tell me where this definition is?

Blue
  • 75,673
Andrew Li
  • 431

1 Answers1

2

From our discussion of recursion in the previous section, we see that we have defined n+m for every natural number n.

This doesn't say that we have defined $n+m$ in the previous section. It says that we have discussed recursion in the previous section - right before the proposition 2.1.16. And it claims that we can apply that discussion to define the addition of natural numbers recursively.

CrabMan
  • 1,123
  • 7
  • 16