According to page 25 of the book A First Course in Real Analysis, an inductive set is a set of real numbers such that $0$ is in the set and for every real number $x$ in the set, $x + 1$ is also in the set and a natural number is a real number that every inductive set contains. The problem with that definition is that it is circular because the real numbers are constructed from the natural numbers.


Solution 1:

We can define the real numbers axiomatically to be the unique (up to isomorphism) complete ordered field. In this setting, $(\mathbb{R}, +, \cdot, \le)$ must satisfy the properties

  1. $(\mathbb{R},+,\cdot)$ is a field (i.e. both of the operations are commutative and associative, multiplication distributes over addition, every element has an additive inverse, and every nonzero element has a multiplicative inverse).

  2. $(\mathbb{R},\le)$ is a totally ordered set (i.e. the relation $\le$ is reflexive, transitive, and antisymmetric, and for any $a,b\in\mathbb{R}$ with $a\ne b$, then exactly one of $a\le b$ or $b\le a$ holds).

  3. The order is compatible with the field structure in the sense that $a \le b$ implies that $a+c \le b+c$ for all $c$, and if $0 \le a,b$, then $0 \le a\cdot b$. (We could actually deduce the properties of an order from these properties plus the comparability axiom above, but I personally find it easier to attack it this way.)

  4. $(\mathbb{R},+,\cdot,\le)$ is complete, in the sense that if a nonempty subset of $\mathbb{R}$ has an upper bound, then it has a least upper bound.

  5. In this context, we probably have to take the existence of the real numbers as an axiom (i.e. the existence of at least one totally ordered field), as well (thank you for pointing that out, DRF). Alternatively, see the addendum.

It is a bit of work to show that if $(X,+',\cdot',\le')$ satisfies these axioms, then $X$ is isomorphic to $\mathbb{R}$, but it can be done. In any case, we can (and often do) define the real numbers axiomatically in this manner.

Note that there is nothing in the above about natural numbers, rational numbers, Dedekind cuts, or Cauchy completeness. The real numbers are given to you on a silver platter. From this, it is then possible to define the naturals in (more or less) the manner described in the question.


Addendum: Alternatively, instead of declaring the existence of the reals by fiat (item 5, above), we could build them up from scratch via the usual process (i.e. build the integers as equivalence classes of naturals, then the rationals as equivalence classes of integers, then the reals as Dedekind cuts). This construction of the reals will satisfy the above axioms. Then, you can build the real natural numbers via the above definition. If you don't like having two different sets of objects called "natural numbers" running around, you can go ahead and show that the two definitions are isomorphic (i.e. indistinguishable in every way that matters).

That being said, this comes from a book on analysis, not axiomatic set theory. If you had to start from $\mathsf{ZFC}$, you could never get to the actual results of analysis in a reasonable page count. You have to build a foundation somewhere.

Solution 2:

Suppose we did start with some notion of "natural number" which we used to construct a model of the real numbers.

Then even in this setting, the quoted definition is still not circular, because it's defining a new notion of "natural number" that will henceforth be used instead of the previous notion of "natural number".

We could give the new notion a different name, but there isn't really any point; the new version of "natural numbers" has an obvious isomorphism with the old version so it's not really any different from the old one in any essential way.


There are a number of reasons why an exposition of real analysis might construct the natural numbers from the real numbers; the two most prominent are:

  • It is technically convenient to have the natural numbers be a subset of the real numbers
  • It makes the exposition somewhat more agnostic about foundations; it simply needs the real numbers as a starting point