Real Number (By Rational Number Closure)
BasisPrerequisites
Every sequence of rational approximations to gets arbitrarily close to the “right answer” but never lands on one. The rational numbers have a hole exactly there — and holes everywhere else an irrational should be. The real numbers are what you get by sealing every hole: forming the closure of .
The gap problem in
Consider the sequence
whose -th term is the decimal expansion of truncated after digits. Every term is rational, and the terms cluster tighter and tighter — yet no rational number is their limit. It can be shown that no fraction satisfies , so and the sequence has no home in .
The same phenomenon occurs for , , , and countless other targets: you can zero in on them with rationals but never arrive. To build a number system where every such sequence has a home, you need a precise way to say “converging to something” before you know what that something is.
Cauchy sequences: converging without a named destination
The limit definition asks you to name the limit upfront. When is the missing number you are trying to construct, that is not possible. Instead, use a condition on the terms alone.
A sequence of rationals is a Cauchy sequence if for every there exists such that
Where convergence asks “do the terms eventually stay close to a fixed point ?”, Cauchiness asks only “do the terms eventually stay close to each other?” — no external target required.
Fact. Every convergent sequence is Cauchy. Proof sketch: if , then for large and both and are small; the triangle inequality gives , which is also small.
The converse fails in : the sequence is Cauchy yet converges to nothing in . The rationals are not complete.
The guiding idea:
From Closure you know that the closure of a set equals together with all its accumulation points. In a metric space, is an accumulation point of when some sequence in converges to .
Closing means adjoining every point that some sequence of rationals converges to. The aspiration is
There is a subtlety: to take a closure you need an ambient space to take it in, but that ambient space is what you are trying to build. The way out is to construct concretely from Cauchy sequences and then verify that holds afterwards.
Constructing
Equivalence classes of Cauchy sequences
Let be the set of all Cauchy sequences in . Declare two sequences equivalent, written , when
Intuitively: they are aiming at the same target. Condition is an equivalence relation (it is reflexive, symmetric, and transitive — check each), so it partitions into disjoint equivalence classes. Define
Each class represents the unique “intended limit” that all sequences in it share. The class of is what we will call . The class of the constant sequence is the rational .
Embedding into
Send each rational to the class of the constant sequence:
Two distinct rationals give inequivalent constant sequences, so is injective: sits inside without collision. From now on, identify each with , writing .
Arithmetic and order
Operations are defined term-wise on representatives:
Both are well-defined: term-wise sums and products of Cauchy sequences are Cauchy, and swapping a representative for an equivalent one does not change the resulting class. Division is defined similarly, excluding the class of sequences whose terms tend to . With these operations, is a field extending .
Declare when for some fixed and all sufficiently large . This makes an ordered field, with the order extending that of .
The metric on
Set and . This gives a metric space structure that extends the one on .
Key properties of
is dense:
Theorem. Every real number is the limit of a sequence of rationals.
Proof. Let . Embed each rational into via and regard it as an element of . Fix . The Cauchy condition gives such that for all . For any fixed , the real number satisfies for every , so — by the order on — . Since was arbitrary, . Since was arbitrary, every real is a limit of rationals, and .
This confirms : the construction delivers exactly the closure of we aimed for.
Completeness
Theorem. Every Cauchy sequence in converges in .
Proof sketch. Let be a Cauchy sequence in . By density, choose a rational with for each . The sequence is Cauchy in :
which is small for large and since is Cauchy. Define . Then , and by density applied to the sequence , so .
Completeness is the payoff of the whole construction: every Cauchy sequence in converges in , with no holes remaining.
Uniqueness
Up to isomorphism of ordered fields, is the unique complete ordered field. Any other construction — Dedekind cuts, for instance — produces the same mathematical object, related to this one by an order-preserving field isomorphism. This is why different approaches to defining the reals are interchangeable in practice.
Summary
- has holes: Cauchy sequences of rationals need not converge within .
- A Cauchy sequence satisfies as — internal clustering with no external target.
- The real numbers are equivalence classes of Cauchy sequences in , where two sequences are equivalent when their term-wise difference tends to .
- is dense in : , so every real number is the limit of a sequence of rationals — exactly the closure we set out to achieve.
- is complete: every Cauchy sequence of reals converges in .
- Together, these properties make the unique complete ordered field up to isomorphism.