This note is where the construction story of the number systems starts to change direction. Up to now, you have been building , , and and checking that their operations are well-defined. Here the question is different:
Does already contain every number you need for order and limit arguments?
The answer is no. The standard example comes from .
Intuition first: dense is not the same as complete
A common first reaction is:
"But there are so many rational numbers. Surely there is no gap."
That reaction mixes up two different ideas.
- Dense means that between two different rational numbers, you can always find another rational.
- Complete means that certain bounded sets really do have least upper bounds inside the number system you are working in.
The notes use to show that density does not guarantee completeness. Rationals can be packed closely together and still miss an important boundary point.
The key order-language
Definition
Upper bound and supremum
Let be a subset of an ordered set.
- An upper bound of is a number
usuch that for every . - A supremum of , written , is the least upper bound of .
The word "least" is crucial. A supremum is not just any upper bound. It is the smallest number that still stays above the whole set.
Definition
Irrational number
An irrational number is a real number that does not belong to .
The set that exposes the gap
The classic set is
This set collects all rational numbers whose square is still less than 2.
At first glance, it feels as if this set ought to have a rational boundary.
After all, numbers such as 1, 1.4, and 1.41 belong to it, while numbers
such as 2 or 3/2 sit above it.
The problem is that the "correct" boundary is , and that number is not in .
Why is bounded above in
Before proving that has no supremum in , you should first check that really is a bounded-above set.
Worked example
Finding an upper bound for
Take .
Since , the number 2 does not belong to . More importantly,
every rational q with also satisfies , so such a q lies
above every element of .
That means 2 is an upper bound for .
In fact, any rational number u with is an upper bound for .
So the issue is not that has no upper bounds. The issue is that among its rational upper bounds, there is no least one.
Why is not rational
The source notes first recall the standard contradiction proof.
Proof
Proof that does not belong to
This matters because if were rational, it would be the obvious candidate for in . The contradiction tells you that the obvious candidate is missing from the rational number system.
The formal gap statement
Theorem
The set has no supremum in
The set is bounded above in , but there is no rational number that serves as its least upper bound.
The notes justify this by splitting every rational candidate s into three
cases.
Proof
Why no rational candidate can be
What this teaches you about Q
This result is not just a trick about one set.
It tells you that is missing some order-theoretic limits. A bounded set of rational numbers can get closer and closer to a boundary without ever finding a rational least upper bound.
That is what the notes mean when they say that is not complete.
Common mistake
Common mistake
Dense does not mean complete
It is true that between any two rational numbers there is another rational. But that fact only talks about what happens between two existing rationals. It does not say that every bounded set of rationals has a rational supremum.
Another common mistake is to think that a supremum must belong to the set itself. That is false. A supremum only has to be the least upper bound in the ambient ordered set.
Quick checks
Quick check
Why is a rational number s with not an upper bound for ?
Use the source-note idea that you can move a little to the right and still keep
the square below 2.
Solution
Answer
Quick check
Does the supremum of a set have to belong to the set?
Answer in one sentence.
Solution
Answer
Exercise
Quick check
Why do infinitely many rationals near still fail to fix the gap in ?
Use the difference between density and completeness.
Solution
Guided solution
Read this first
If you want the construction of first, read 3.4 Rationals and well-defined operations.