Evanalysis
4.1Source-backedEstimated reading time: 4 min

4.1 Order, bounds, and completeness

Use total order and least-upper-bound language to explain precisely why R is complete and Q is not.

Note collections

MATH1090: Set theory

Rigorous course notes on logic, sets, and number construction, written in short linked sections with careful proofs and examples.

Chapter 1

Logic

Reasoning tools for statements, connectives, and quantifiers.

Chapter 2

Sets and relations

Basic set language, functions, and relations.

Chapter 4

Order and completeness

Total order, bounds, supremum and infimum, and the completeness gap between Q and R.

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 SS with relation \le is totally ordered if for all a,b,cSa,b,c\in S:

  1. aaa\le a (reflexive),
  2. aba\le b and bab\le a imply a=ba=b (antisymmetric),
  3. aba\le b and bcb\le c imply aca\le c (transitive),
  4. either aba\le b or bab\le a (comparability).

Comparability is the extra ingredient that separates total order from partial order. In RR, any two real numbers can be compared.

Upper/lower bounds and bounded sets

Definition

Upper bound and lower bound

Let ARA\subseteq R.

  • u is an upper bound of AA if xux\le u for all xAx\in A.
  • \ell is a lower bound of AA if x\ell\le x for all xAx\in A.

If upper bounds exist, AA is bounded above. If lower bounds exist, it is bounded below.

Worked example

A set with many upper bounds

Take A=(0,1)A=(0,1). Every number u1u\ge 1 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 A=(0,1)A=(0,1), supA=1\sup A=1, but 1A1\notin A.

Supremum and infimum

Definition

Supremum and infimum

Let ARA\subseteq R be nonempty.

  • s=supAs=\sup A means: (i) s is an upper bound of AA; (ii) any upper bound u satisfies sus\le u.
  • t=infAt=\inf A means: (i) t is a lower bound of AA; (ii) any lower bound \ell satisfies t\ell\le t.

Equivalent approximation property for supremum:

s=supAs=\sup A iff s is an upper bound and for every ε>0\varepsilon>0 there exists aAa\in A with sε<ass-\varepsilon<a\le s.

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 ARA\subseteq R that is bounded above has a supremum in RR.

This is what “RR is complete” means in order language. It is not true in QQ.

Worked example

A rational set without rational supremum

Let

A={qQ:q>0, q2<2}.A=\{q\in Q : q>0,\ q^2<2\}.

Inside RR, supA=2\sup A=\sqrt2. But 2Q\sqrt2\notin Q, so AA has no supremum in QQ. Therefore QQ 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 B-B.

Solution

Guided solution

Read this after 3.4 Rationals and well-defined operations and 3.5 Gaps in Q and sqrt(2).

Key terms in this unit