[pdf]

Construction of $\mathbb{R}$ — The Axiom of Completeness (Part 1)

MATH 4630 · Chapter 1: The Real Numbers

The real numbers $\mathbb{R}$ are fundamentally one of the important objects for real analysis. Although we use real numbers constantly, it is not immediately clear which of their properties should be taken as assumptions and which should be proved. In this handout, we will describe the real number system axiomatically. Rather than constructing $\mathbb{R}$ from scratch, we will list a small number of fundamental properties, called axioms—that characterize the real numbers and distinguish them from other familiar number systems.

Axiom 1: Field Axioms

Axiom 1: Field Axioms

Let $\mathbb{R}$ be a set. We assume there exist two binary operations on $\mathbb{R}$, called $+$ (addition) and $\cdot$ (multiplication), such that $(\mathbb{R},+,\cdot)$ is a . This means that for all $x,y,z\in\mathbb{R}$:


We define subtraction and division by:

$$x-y = x + (-y) \qquad\text{and}\qquad x\div y = x \cdot y^{-1} \quad (y\neq 0).$$

Fact: For each $x\in\mathbb{R}$, the additive inverse is unique, and if $x\neq 0$, the multiplicative inverse is unique.

The "Wish List"

The following statements about real numbers are all true, but they are not explicitly listed in Axiom 1. Some will follow from Axiom 1, while others require additional axioms.

  1. For all $x\in\mathbb{R}$, $x\cdot 0=0$.
  2. For all $x\in\mathbb{R}$, $-x = (-1)\cdot x$.
  3. For all nonzero real numbers $a$, $a\neq -a$.
  4. $\mathbb{R}$ is an infinite set.
  5. There exists a real number $x$ such that $x^2=2$.

Exercise

Prove that for all $x\in\mathbb{R}$, $x\cdot 0=0$ using only the field axioms.

Axiom 2: Order Axioms

Axiom 2: Order Axioms

There exists a subset $\mathbb{R}^{+}\subseteq\mathbb{R}$, called the set of . This set satisfies:

  1. If $x,y\in\mathbb{R}^{+}$, then $x+y\in$ and $x\cdot y\in$.
  2. For every real number $a$, exactly one of the following is true:
    • $a$ is .
    • $a$ is .
    • $-a$ is .

We call elements of $\mathbb{R}^{+}$ . The set of real numbers is the complement of $\mathbb{R}^{+}\cup\{0\}$ in $\mathbb{R}$, and we denote it by $\mathbb{R}^{-}$.

Exercise

Verify the following facts using Axiom 2.

  1. The real number $1$ is positive.
  2. There exists a negative real number.
  3. For all nonzero real numbers $a$, $a\neq -a$.

Note

The rational numbers $\mathbb{Q}$ satisfy both Axiom 1 and Axiom 2.

So What is Missing?

If $\mathbb{Q}$ already satisfies Axioms 1 and 2, why do we need $\mathbb{R}$?

Thought Experiment

There is no rational number whose square is $2$.

So we can't hope that every positive real number has a square root using only Axiom 1 and Axiom 2. We need one more axiom—an axiom that will "fill the holes" left by rational numbers:

Axiom 3: The Axiom of Completeness

Axiom 3: The Axiom of Completeness

Every subset of $\mathbb{R}$ that is bounded above has a .

We will treat this as an : something we may use without proof.

In the next handout, we will unpack what "bounded above" and "least upper bound" mean, and we will learn how to compute $\sup A$ and $\inf A$ in examples.


← Back to MATH 4630