Supremum & Infimum
BasisPrerequisites
You know that is complete — every Cauchy sequence converges. But completeness has an equivalent face that is often more convenient in practice: every non-empty set of reals that is bounded above has a smallest upper bound. That bound is called the supremum, and its mirror image for lower bounds is the infimum. These two concepts underpin the entire structure of real analysis.
Bounds
Let be a non-empty set.
A number is an upper bound of if
A number is a lower bound of if
If has at least one upper bound it is bounded above; if it has at least one lower bound it is bounded below. A set that is bounded above and below is simply called bounded.
Note that bounds are not unique. If is an upper bound of , so is , , and any larger number. The interesting object is the tightest bound.
Supremum and infimum
The supremum of , written , is the least upper bound of : it is an upper bound of and is every other upper bound of .
Unpacking the definition: means
- (upper bound), and
- (no smaller upper bound works).
Condition 2 is the characteristic property of the supremum: you cannot lower by even without losing the upper-bound property.
The infimum of , written , is the greatest lower bound of : it is a lower bound of and is every other lower bound. Dually, means
- , and
- .
Both and are unique when they exist: if and are both least upper bounds then and , so .
The least upper bound property
The existence of is not automatic — it depends on the number system. In , the set is bounded above (by , for instance) yet has no supremum in , because .
In , the situation is perfect:
Theorem (Least Upper Bound Property). Every non-empty subset of that is bounded above has a supremum in .
Proof sketch. Because is complete, every Cauchy sequence of reals converges in . From completeness one can show: for a non-empty bounded above, consider the binary search sequence that tightens an interval where (or near ) and is always an upper bound. The interval lengths shrink to zero, so the endpoints form Cauchy sequences converging to a common limit, which is the supremum.
By symmetry (negate all elements), every non-empty subset bounded below has an infimum in .
The least upper bound property is logically equivalent to the completeness of : either can be taken as the defining axiom and the other derived. Together they express the same fact — has no holes.
Examples
Closed interval
Both bounds are attained: and .
Open interval
Neither bound is attained: and . The supremum exists in even though no element of the set reaches it — the set approaches arbitrarily closely but never touches it.
Harmonic sequence
Let .
The infimum is not achieved: every element , but for any you can choose to get , confirming is the greatest lower bound.
Unbounded sets
The set is bounded below () but unbounded above: no finite is an upper bound, so does not exist in . It is conventional to write .
Sup and inf in the set vs outside it
A key insight from the examples: the supremum of may or may not belong to .
- if and only if has a maximum (greatest element).
- if and only if has a minimum (least element).
Every set has at most one maximum and one minimum; if either exists it equals the corresponding sup or inf. But a set can have a supremum without having a maximum — as illustrates.
The Archimedean property
A classical consequence of the least upper bound property is:
Theorem (Archimedean property). For every , there exists with .
Proof. Suppose for contradiction that some is an upper bound for . Then is a non-empty bounded-above subset of , so by the LUB property it has a supremum . Since is not an upper bound of , there exists with , i.e.\ . But , contradicting being an upper bound.
An equivalent formulation: for any , there exists with . This is used constantly in analysis to show that quantities can be made arbitrarily small.
Useful reformulations
The following are all equivalent to , and each is useful in different proofs:
- is an upper bound, and for every the interval contains a point of .
- is an upper bound, and there is a sequence in with .
- .
The second reformulation — a sequence in converging to the supremum — is often the most useful in proofs, connecting the sup/inf language back to sequences and limits.
Summary
- An upper bound of satisfies for all ; a lower bound satisfies for all .
- The supremum is the least upper bound; the infimum is the greatest lower bound. Both are unique when they exist.
- The characterisation: iff is an upper bound and for every some satisfies .
- The least upper bound property: every non-empty bounded above has . This is equivalent to the completeness of .
- The supremum may or may not lie in : iff has a maximum.
- The Archimedean property follows: for any there exists with , so is unbounded above and can be made arbitrarily small.