Altanis

1.4The Integers and Real Numbers

Updated 11 May 2026Chapter (PDF)

We assume the real numbers exist and satisfy trivial axioms. From the reals we produce the integers.

[1.4.1]Definition(Inductive Subset, Positive Integers)#

A subset ARA \subseteq \bR is said to be inductive if 1A1 \in A and if, for every xAx \in A, the number x+1Ax + 1 \in A. Let A\mathcal{A} be the collection of all inductive subsets of R\bR. Define the positive integers to be the intersection of all elements of A\mathcal{A}.

Z+=AAA.\bZ_+ = \bigcap_{A \in \mathcal{A}} A.

Note this implies Z+\bZ_+ is the smallest inductive subset of R\bR. Note that, of course, Z+\bZ_+ itself is inductive. Note that if AA is any inductive set of positive integers, then it is necessarily Z+\bZ_+.

We define the set of integers Z\bZ to be the set of positive integers Z+\bZ_+, 00, and the set of negative integers Z+-\bZ_+. The set of integers is closed under addition, subtraction, and multiplication, but is not under division—indeed, the set of rationals Q\bQ is said to be the set of all possible quotients of integers.

[1.4.2]Definition(Section)#

A section of the positive integers, denoted SnS_n, is such that

Sn+1={1,,n}S_{n + 1} = \{1, \dots, n\}

for each nZ+n \in \bZ_+.

[1.4.3]Theorem(Well-Ordering Property)#

Every nonempty subset of Z+\mathbb{Z}_+ has a smallest element.

Proof.

We first show that for each nZ+n \in \mathbb{Z}_+, every nonempty subset of the finite segment {1,,n}\{1, \dots, n\} has a smallest element. For the base case n=1n = 1, the only nonempty subset is {1}\{1\} itself, which has 1 as its smallest element. Now, assume the statement holds for nn. Let CC be a nonempty subset of {1,,n+1}\{1, \dots, n + 1\}. If CC consists only of the element n+1n + 1, then n+1n + 1 is clearly the smallest element. Otherwise, CC must contain elements from {1,,n}\{1, \dots, n\}. In this case, the intersection C{1,,n}C \cap \{1, \dots, n\} is a nonempty subset of {1,,n}\{1, \dots, n\}, so by our inductive hypothesis, it has a smallest element kk. Since kn<n+1k \le n < n + 1, kk is also the smallest element of the entire set CC. Thus, by induction, every nonempty subset of any finite segment {1,,n}\{1, \dots, n\} has a smallest element.

Now let DD be any nonempty subset of Z+\mathbb{Z}_+. To find its smallest element, choose any element nDn \in D. We only need to look at the elements of DD that are less than or equal to nn. Let A=D{1,,n}A = D \cap \{1, \dots, n\}. This set AA is nonempty and is a subset of a finite segment, so it must have a smallest element kk. Because kk is the smallest in AA, and every element in DD that is not in AA is strictly greater than nn, it follows that kk is the smallest element of DD.

[1.4.4]Theorem(Strong Induction Principle)#

Let AZ+A \subseteq \mathbb{Z}_+. Suppose that for each nZ+n \in \mathbb{Z}_+, the statement SnAS_n \subseteq A implies nAn \in A. Then A=Z+A = \mathbb{Z}_+.

Proof.

Suppose AA does not equal Z+\mathbb{Z}_+. This means there are some positive integers missing from AA. By the Well-Ordering Property, there must be a smallest positive integer nn that is not in AA. Since nn is the smallest element missing, every positive integer less than nn must already be in AA. This is exactly the condition SnAS_n \subseteq A. Our hypothesis states that if SnAS_n \subseteq A, then nn must be in AA. This creates a contradiction: nn cannot be both missing from AA and required to be in AA. Therefore, there can be no missing elements, and A=Z+A = \mathbb{Z}_+.