Why define the reals before constructing them?
In earlier chapters, the pattern was:
- decide what structure we want,
- build a model that has that structure,
- check the construction carefully.
Do the same for the real numbers. Before giving a formal construction, they first say what the reals are supposed to be from a structural point of view.
That is good mathematical practice. If you do not know the target properties first, then even a beautiful construction can feel unmotivated.
The formal target
Definition
Model of the real numbers
A set is a model of the real numbers if it is equipped with:
- elements ,
- binary operations and ,
- a total order ,
such that:
- is an ordered field;
- is complete.
This definition compresses the whole chapter into one sentence:
the reals are an ordered field with no missing least upper bounds or greatest lower bounds.
Theorem
Uniqueness of the real numbers
Any two complete ordered fields are isomorphic as ordered fields.
This theorem explains why the course can move between different constructions of . Dedekind cuts and Cauchy sequences look different internally, but once both constructions satisfy the complete ordered field axioms, they represent the same real number system up to the unique structure that matters here: addition, multiplication, and order.
Worked example
Why Q is not yet a model of the reals
The rational numbers already satisfy the ordered-field part. What fails is completeness.
The set
is nonempty and bounded above in , but it has no rational supremum. So is close to the target, yet still not the real-number system.
Why decimal expansions are not the full story
A first instinct is to say:
"A real number is just an infinite decimal expansion."
That instinct is useful, but it is not yet the cleanest definition.
There are at least two reasons.
- The same real number can have more than one decimal expansion, as in
0.9999\ldots = 1. - Decimal expansions force a specific base, such as base 10, even though the idea of the real numbers should not depend on that arbitrary choice.
So we should not reject decimal intuition. Instead, use it as a guide toward a more structural construction.
The approximation idea
Suppose a real number is written informally as
Then we can approximate r from below and above by rational numbers:
and so on.
This is the key insight of section 4.7: even if we do not yet have a final construction, a real number can already be understood through the rational approximations that trap it more and more tightly.
Worked example
Lower and upper rational fences
For a decimal expansion such as r=3.1415\ldots, the first few rational fences
look like
Each extra digit gives a narrower rational interval containing r.
Dividing the rationals into two camps
From this approximation viewpoint, the real number r determines two sets of
rationals:
The important idea is not the notation itself. The important idea is that a real number can be read as a boundary that separates the rationals into a left camp and a right camp.
That is exactly the motivation behind the Dedekind-cut construction in the next part of the construction. This stage is still motivational rather than fully formal, but it already tells you what kind of object a real number should be: something that organizes the rationals by comparison.
What section 4.7 does and does not do
Theorem
This is a construction strategy, not yet the finished construction
The goal of section 4.7 is to explain why a real number should be describable through rational approximations and left/right rational sets. The fully formal Dedekind-cut definition comes only afterward.
This distinction matters. If you treat section 4.7 as already giving the final definition, you miss the role of the next step. The argument is building motivation first, then turning that motivation into a rigorous object.
Common mistake
Infinite decimal strings are not automatically a finished definition
An infinite decimal expansion gives excellent intuition, but by itself it does not settle issues such as multiple expansions for the same number or the base dependence of the notation. That is why we move from decimal intuition to a structural construction.
Common mistake
This is not yet the full Dedekind-cut theory
At this stage, the goal is to learn how to think about a real number: as something determined by rational approximations and a left/right split of . The formal cut definition and the verification of field properties come later.
Quick checks
Quick check
Which property does Q fail, so that it cannot be a model of the real numbers?
Compare Q with the formal definition above.
Solution
Answer
Quick check
What information do the inequalities 10.23 < r < 10.24 give you about r?
State it in terms of rational approximation.
Solution
Answer
Exercises
Quick check
For a real number written informally as 3.14159..., write the first four lower/upper rational intervals suggested by its decimal expansion.
Start with the integer part and then reveal one more digit at a time.
Solution
Guided solution
Quick check
Why does the identity 0.999... = 1 show that raw decimal strings are not an ideal primary definition of the reals?
Focus on uniqueness of representation.
Solution
Guided solution
Related notes
Read this after 4.3 Completeness and gaps in Q. Then continue with 4.5 Dedekind cuts and the embedding of Q, where the informal left/right split of becomes the first fully rigorous construction of the real numbers in the public Notes sequence.