The Real Number System
Prerequisites
This chapter assumes the reader is comfortable with:
- Proof techniques: direct proof, proof by contradiction, mathematical induction.
- Basic set theory: sets, subsets, unions, intersections, the power set.
- Functions: domain, range, injectivity, surjectivity, composition.
- Informal calculus: limits, continuity, differentiation, and integration as studied at A-Level or IB Mathematics.
The axioms stated below are taken as given; the purpose of this chapter is to derive their consequences, not to justify the axioms themselves. Readers without a proof-writing background should consult an introductory discrete mathematics text first.
1.1 Field Axioms
The real numbers form a complete ordered field. The field axioms guarantee closure Under addition, subtraction, multiplication, and division (by non-zero elements), together with the Usual commutative, associative, and distributive laws.
1.2 Order and the Completeness Axiom
The order relation on satisfies:
- Reflexivity:
- Antisymmetry: and implies
- Transitivity: and implies
- Totality: for all Either or
- Compatibility with addition: implies
- Compatibility with multiplication: and implies
The completeness axiom (also called the least upper bound property) is what distinguishes from :
Axiom (Completeness). Every non-empty subset of that is bounded above has a least Upper bound (supremum) in .
1.3 Supremum and Infimum
Let be a non-empty set that is bounded above.
Definition. The supremum (or least upper bound) of Denoted Is the real number satisfying:
- is an upper bound: for all .
- is the least upper bound: if is any upper bound of Then .
Similarly, the infimum (or greatest lower bound), Is the greatest number such that for all .
Proposition 1.1. exists if and only if is non-empty and bounded above.
Proposition 1.2 (Approximation Property). If Then for every There Exists such that .
Proof. If no such existed, then would be an upper bound of strictly less Than Contradicting the definition of .
Example. Let . Then . Note that , so does not satisfy the completeness axiom.
1.4 Archimedean Property
Theorem 1.1 (Archimedean Property). For every There exists Such that .
Proof. Suppose, for contradiction, that is bounded above. By the completeness axiom, exists in . Then is not an upper bound for So there exists with I.e., . But Contradicting that is an upper bound.
Corollary 1.2. For every There exists such that .
Proof. By the Archimedean property, choose with . Then .
Corollary 1.3 (Density of ). Between any two distinct real numbers There Exists a rational number with .
Proof. Since By Corollary 1.2 there exists with So . Let . Then Giving . Hence And .
1.5 Properties of Supremum and Infimum
Proposition 1.4. If and are non-empty bounded subsets of Then Where .
Proof. For all and : and So . Thus is an upper bound for So .
For the reverse inequality, let . By the approximation property, there exist And with and . Then So . Since is arbitrary, .
Proposition 1.5. For any non-empty bounded set , Where .
Proof. Let . Then for all So for all Meaning is a lower bound for . If is any lower bound for Then is an upper bound For So I.e., . Hence .
Worked Example: Find $\sup$ and $\inf$ of $S = \{(-1)^n + 1/n : n \in \mathbb{N}\}$
Solution. The first few terms are .
For even : Which decreases toward from above. For odd : Which increases toward from below.
The even terms form the sequence with limit So (the first even term). The odd terms form with limit And since Is an odd-indexed term, (approached but not attained).
1.6 Construction of via Dedekind Cuts
Remark. The following outline shows how can be constructed from Making The completeness axiom a theorem rather than an axiom.
Definition (Dedekind Cut). A Dedekind cut is a subset satisfying:
- and
- If and (with ), then (downward closure)
- has no greatest element: for every There exists with
Definition. The set of real numbers is defined as the set of all Dedekind cuts.
The order, addition, and multiplication are defined as follows:
- Order: if and only if
- Addition:
- Multiplication: For :
Here represents the real number .
Theorem. With these definitions, is a complete ordered field, and embeds Into via .
Proof (sketch). Verifying the field axioms and order axioms is lengthy but straightforward. The key Step is the completeness axiom: if is a non-empty set of Dedekind cuts bounded above, Then is itself a Dedekind cut and .
1.7 Equivalences of Completeness
The completeness axiom can be formulated in several equivalent ways. Each implies the others:
- Least Upper Bound Property: Every non-empty set bounded above has a supremum.
- Monotone Convergence Theorem: Every bounded monotone sequence converges.
- Nested Interval Property: Every nested sequence of closed intervals with has exactly one point in .
- Bolzano-Weierstrass Property: Every bounded sequence has a convergent subsequence.
- Cauchy Completeness: Every Cauchy sequence converges.
Proposition 1.6. In any ordered field, (1) (2) (3) (4) (5).
Proof (outline). We have shown (MCT in Section 2.2), (via the bisection argument in Bolzano-Weierstrass), (Cauchy completeness …/1-number-and-algebra/3_proof-and-logic In Section 2.3), and can be shown by constructing a Cauchy sequence converging To from the approximation property. The equivalence follows from the Nested interval argument, and follows by constructing nested intervals that Shrink to .
Remark. The field satisfies none of these properties, which is why it must be Extended to for analysis.
:::caution Common Pitfall The completeness axiom is often misstated as “every bounded set has a supremum.” The set must be Non-empty. Also, completeness does not say every set has a maximum; need not belong to . For example, Which belongs to the set, but Which does not belong to .
:::