Why this chapter is the turning point
Earlier chapters built number systems by construction. This section changes the question: not only what numbers are, but what order structure those numbers support. The concepts of upper bounds, lower bounds, supremum, and infimum are not vocabulary decoration. They are the technical bridge from algebraic manipulation to analysis.
Ordered sets and total order
Definition
Total order
A set with relation is totally ordered if for all :
- (reflexive),
- and imply (antisymmetric),
- and imply (transitive),
- either or (comparability).
Comparability is the extra ingredient that separates total order from partial order. In , any two real numbers can be compared.
Upper/lower bounds and bounded sets
Definition
Upper bound and lower bound
Let .
uis an upper bound of if for all .- is a lower bound of if for all .
If upper bounds exist, is bounded above. If lower bounds exist, it is bounded below.
Worked example
A set with many upper bounds
Take . Every number is an upper bound. The value 1 is
special because it is the smallest upper bound.
Common mistake
Maximum is not the same as supremum
Students often think a supremum must belong to the set. Not true. For , , but .
Supremum and infimum
Definition
Supremum and infimum
Let be nonempty.
- means: (i)
sis an upper bound of ; (ii) any upper boundusatisfies . - means: (i)
tis a lower bound of ; (ii) any lower bound satisfies .
Equivalent approximation property for supremum:
iff
sis an upper bound and for every there exists with .
This turns order language into a usable proof tool.
Proof
Why the approximation property is equivalent
Completeness axiom
Theorem
Least-upper-bound property of R
Every nonempty subset that is bounded above has a supremum in .
This is what “ is complete” means in order language. It is not true in .
Worked example
A rational set without rational supremum
Let
Inside , . But , so has no supremum in . Therefore fails the least-upper-bound property.
How this controls future analysis
- Monotone convergence arguments use bounded monotone sequences and supremum.
- Continuity proofs use interval and order completeness repeatedly.
- Existence theorems are often hidden completeness arguments.
So this chapter is foundational, not optional.
Quick checks
Quick check
If A has a maximum m, what is sup A?
Use the definition directly.
Solution
Answer
Quick check
Can a nonempty set be bounded above but not bounded below? Give one example.
Think of half-lines.
Solution
Answer
Exercises
Quick check
Find sup and inf of A={1-1/n : n in N}. Does A have a maximum?
Write first few terms and identify the limit behavior.
Solution
Guided solution
Quick check
Show that if B is nonempty and bounded below, then inf B = -sup(-B).
Translate lower-bound statements into upper-bound statements for .
Solution
Guided solution
Prerequisite links
Read this after 3.4 Rationals and well-defined operations and 3.5 Gaps in Q and sqrt(2).