The Real Number System | Mathematics
flowchart TD A[1_The Real Number System] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Prerequisites
Section titled “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
Section titled “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
Section titled “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
Section titled “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
Section titled “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
Section titled “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
Section titled “1.6 Construction of R\mathbb{R}R 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
Section titled “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.
1.8 Intuition: Why Do We Need Completeness?
Section titled “1.8 Intuition: Why Do We Need Completeness?”The completeness axiom is the single property that separates from and makes calculus possible. Without completeness, limits of Cauchy sequences might not exist, the intermediate value theorem fails, and the Bolzano-Weierstrass theorem is false.
A concrete failure in . Consider the sequence in defined by and . This is Newton’s method for solving . The sequence is Cauchy (the terms get arbitrarily close to each other) and every term is rational. But the limit is . In , this Cauchy sequence does not converge. In , completeness guarantees that it does.
Why the other axioms are not enough. The rational numbers form an ordered field: they satisfy all the field axioms and the order axioms. But has “gaps” --- the irrational numbers are missing. The completeness axiom fills these gaps by requiring that every “gap” (every set bounded above) has a supremum in . This is why is the smallest complete ordered field containing .
Connection to physics. Physical measurements are inherently finite, but the mathematical models we use to describe nature (differential equations, probability theory, quantum mechanics) assume the continuum. The completeness of is what makes these models well-defined: it guarantees that the solutions to differential equations exist, that probabilities sum to 1, and that infinite processes (like series and integrals) converge when they “should.”
1.9 Worked Example: Supremum of a Set Defined by a Condition
Section titled “1.9 Worked Example: Supremum of a Set Defined by a Condition”Problem. Find and where .
Solution
Factor: . The inequality holds when . Therefore .
(the least upper bound; but every element of is less than 2). (the greatest lower bound; but every element of is greater than 1).
Note that neither the supremum nor the infimum belongs to , since is an open interval. This illustrates that the completeness axiom guarantees the existence of and in , but they need not be elements of the set.
Approximation property check: For any , there exists with (take for small enough , as long as ). This confirms that .
1.9 Intuition: Why Is Completeness the Key Axiom?
Section titled “1.9 Intuition: Why Is Completeness the Key Axiom?”The real numbers are the unique complete ordered field. The completeness axiom says that every non-empty set bounded above has a least upper bound, which is the property that fills in all the “gaps” in the rationals. The rational numbers have holes: for example, the set of rationals less than is bounded above but has no supremum in because is irrational. Completeness fills these holes, ensuring that limits of Cauchy sequences always converge.
The practical consequence is that calculus works. Without completeness, sequences that “should” converge might not. The sequence (successive approximations to ) is Cauchy in but has no limit there. In , completeness guarantees convergence. The supremum and infimum are the workhorses of analysis: they allow you to define limits, continuity, and integrals without assuming the limit point exists. The supremum is the “best possible upper bound,” which is weaker than requiring a maximum (an element of the set that achieves the bound). This distinction is crucial: but does not exist.
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;
$\sup(S)$ need not belong to $S$. For example, $\sup\{1/n : n \in \mathbb{N}\} = 1$ which belongs to the set, but $\sup(0, 1) = 1$ which does not belong to $(0, 1)$.Do not confuse supremum with maximum. The maximum of a set must be an element of the set; the supremum need not be. If , then .
The completeness axiom is specific to . In , the set is bounded above but has no supremum in (since ). :::## Cross-References
Site Home: Main landing page for Mathematics notes.
Linear Algebra: Vector spaces, matrices, and linear transformations.
Real Analysis: Rigorous treatment of real numbers and calculus.
Practice: Practice problems for revision.
Common Mistakes
Section titled “Common Mistakes”- Confusing supremum with maximum: The maximum must be an element of the set; the supremum need not be. but does not exist. Always check whether before claiming it is a maximum.
- Assuming every bounded set has a supremum in : The completeness axiom holds only in . In , sets like are bounded above but have no supremum in because .
- Omitting “non-empty” when stating completeness: The completeness axiom requires the set to be non-empty and bounded above. An empty set is bounded above but has no supremum (or, by convention, , which is not a real number).
- Treating density and completeness as the same property: The rationals are dense in (between any two reals there is a rational), but they are not complete. Density means no gaps between elements; completeness means no missing limit points.