Knowing that the supremum exists is the foundation; knowing how it behaves is what makes it useful. This post develops the seven core properties of suprema and infima that appear repeatedly in CSIR NET, GATE, and IIT JAM proofs — from monotonicity and the negation formula $\inf E = -\sup(-E)$, through the supremum of a union, to the indispensable Approximation Property.
The Seven Core Properties
Let $A, B \subseteq \mathbb{R}$ be non-empty with $A \subseteq B$ and $B$ bounded above. Then $A$ is also bounded above and $$\sup A \leq \sup B.$$ Dually: if $B$ is bounded below, then $\inf B \leq \inf A$.
Proof sketch. Every upper bound of $B$ is also an upper bound of $A$ (since $A \subseteq B$), so the least upper bound of $A$ cannot exceed that of $B$. $\square$
For any non-empty $E \subseteq \mathbb{R}$ bounded below: $$\inf E = -\sup(-E), \qquad \text{where } {-E} = \{-x : x \in E\}.$$ Equivalently, $\sup E = -\inf(-E)$ whenever $E$ is bounded above.
Proof sketch. $b$ is a lower bound of $E$ iff $-b$ is an upper bound of $-E$; the greatest lower bound of $E$ corresponds to the negation of the least upper bound of $-E$. $\square$
Let $A, B \subseteq \mathbb{R}$ be non-empty and bounded above. Then $A \cup B$ is bounded above and $$\sup(A \cup B) = \max(\sup A,\, \sup B).$$ Dually: $\inf(A \cup B) = \min(\inf A, \inf B)$ when $A, B$ are bounded below.
Proof sketch. Let $M = \max(\sup A, \sup B)$. Every element of $A \cup B$ belongs to $A$ or $B$, so is $\leq \sup A \leq M$ or $\leq \sup B \leq M$; thus $M$ is an upper bound. For any $\varepsilon > 0$ there exists $a \in A$ with $a > \sup A - \varepsilon$, so $a \in A \cup B$ and $a > M - \varepsilon$ (if $\sup A = M$); the case $\sup B = M$ is symmetric. Hence $M = \sup(A \cup B)$. $\square$
Let $A, B \subseteq \mathbb{R}$ be non-empty and bounded above. Define $A + B = \{a + b : a \in A,\, b \in B\}$. Then $$\sup(A + B) = \sup A + \sup B.$$ Dually: $\inf(A + B) = \inf A + \inf B$ when both are bounded below.
Proof sketch. For all $a \in A$ and $b \in B$: $a + b \leq \sup A + \sup B$, so $\sup A + \sup B$ is an upper bound. For any $\varepsilon > 0$, choose $a \in A$ with $a > \sup A - \varepsilon/2$ and $b \in B$ with $b > \sup B - \varepsilon/2$; then $a + b > \sup A + \sup B - \varepsilon$. $\square$
Let $E \subseteq \mathbb{R}$ be non-empty and bounded above, $c \in \mathbb{R}$. Define $cE = \{cx : x \in E\}$. Then: $$\sup(cE) = \begin{cases} c \cdot \sup E & \text{if } c > 0, \\ c \cdot \inf E & \text{if } c < 0, \\ 0 & \text{if } c = 0. \end{cases}$$
Key insight. When $c < 0$, multiplication reverses the order, so every upper bound becomes a lower bound and vice versa — which is why $\sup(cE) = c \cdot \inf E$ (not $c \cdot \sup E$).
Let $E \subseteq \mathbb{R}$ be non-empty and bounded above. Then for every $\varepsilon > 0$ there exists $x_0 \in E$ such that $$\sup E - \varepsilon < x_0 \leq \sup E.$$ In particular, if $\sup E \notin E$, then $\sup E - \varepsilon < x_0 < \sup E$.
This is exactly the ε-characterisation of supremum rephrased as an existence statement — it is the workhorse of nearly every convergence and continuity proof in analysis.
If $A_1 \subseteq A_2 \subseteq A_3 \subseteq \cdots$ are non-empty sets bounded above, then $$\sup\!\left(\bigcup_{n=1}^{\infty} A_n\right) = \lim_{n \to \infty} \sup A_n = \sup_{n \geq 1} \sup A_n.$$
Proof sketch. By monotonicity (Property 1), $\sup A_n$ is non-decreasing. The union $\bigcup A_n$ contains every $A_n$, so its supremum is at least $\sup A_n$ for all $n$; and every element of $\bigcup A_n$ lies in some $A_n$ and so is bounded by $\sup A_n \leq \sup_n \sup A_n$. $\square$
Rudin, Principles of Mathematical Analysis, 3rd Ed., Ch. 1, §1.7–§1.11
Bartle & Sherbert, Introduction to Real Analysis, 4th Ed., Ch. 2, §2.3–§2.4
→ Bounds and Extrema of Sets — upper/lower bounds, boundedness, and existence of sup/inf
→ Computing Suprema and Infima: Standard Techniques — the ε-characterisation proof method used in every property above
→ Order Relations and Ordered Sets — ordered field axioms that underpin Properties 1–7
Intuition, Historical Context & Visual
The properties above are not isolated facts — they form an algebra of extrema. Properties 1–2 handle order; Properties 3–5 handle set operations; Property 6 is the precision tool for every limit argument; Property 7 extends the framework to infinite collections. Together they let you manipulate sup and inf exactly as you manipulate limits in calculus, but with complete rigour.
"A mathematician who is not also something of a poet will never be a complete mathematician."
— Karl Weierstrass
The crisis of the 1860s. Before Weierstrass, analysts relied on geometric intuition when asserting that a continuous function on a closed interval attains its maximum. Weierstrass was the first to replace this intuition with a purely arithmetic proof — using exactly Properties 1 and 6 above to show that the supremum of $\{f(x) : x \in [a,b]\}$ is actually attained. This 1861 breakthrough launched what historians call the Arithmetisation of Analysis.
The sup-of-union formula. Property 3 seems obvious but its careful proof requires the ε-characterisation. Cauchy had implicitly used it without proof; Weierstrass's student Heine first stated it explicitly in 1872 in the context of uniform continuity.
Figure: $\sup(A \cup B) = \max(\sup A, \sup B)$ and $\inf(A \cup B) = \min(\inf A, \inf B)$. Here $\sup B > \sup A$, so $\sup(A \cup B) = \sup B$; and $\inf A < \inf B$, so $\inf(A \cup B) = \inf A$.
Solved Examples
1Easy — Properties 1 & 3
Let $A = (0, 2)$ and $B = [1, 4]$. Find $\sup(A \cup B)$, $\inf(A \cup B)$, $\sup(A \cap B)$, and $\inf(A \cap B)$.
Step 1 — Identify the sets. $A \cup B = (0, 4]$; $\quad A \cap B = [1, 2)$.
Step 2 — Supremum of union. $\sup A = 2$, $\sup B = 4$. By Property 3: $\sup(A \cup B) = \max(2, 4) = 4$. Check: $4 \in B \subseteq A \cup B$, so $4$ is attained. ✓
Step 3 — Infimum of union. $\inf A = 0$, $\inf B = 1$. By Property 3: $\inf(A \cup B) = \min(0, 1) = 0$. Not attained ($0 \notin A \cup B$).
Step 4 — Intersection. $\sup(A \cap B) = \sup[1,2) = 2 \notin A \cap B$; $\quad \inf(A \cap B) = \inf[1,2) = 1 \in A \cap B$.
Note: $\sup(A \cap B) \leq \min(\sup A, \sup B) = 2$ by monotonicity (Property 1), since $A \cap B \subseteq A$ and $A \cap B \subseteq B$.
2Medium — Property 4 (Sup of Sum Set)
Let $A = \left\{\dfrac{1}{n} : n \in \mathbb{N}\right\}$ and $B = \left\{1 - \dfrac{1}{n} : n \in \mathbb{N}\right\}$. Find $\sup(A+B)$.
Step 1 — Find sup A and sup B. $\sup A = 1$ (attained at $n=1$, see previous post). For $B$: $1 - \frac{1}{n} \nearrow 1$ as $n \to \infty$, so $\sup B = 1$ (not attained). $\inf B = 0$ (at $n=1$).
Step 2 — Apply Property 4. $\sup(A + B) = \sup A + \sup B = 1 + 1 = 2$.
Step 3 — Verify directly. Every element $a + b = \frac{1}{m} + 1 - \frac{1}{n} \leq 1 + 1 = 2$, confirming $2$ is an upper bound. For any $\varepsilon > 0$, choose $m = 1$ (so $a = 1$) and $n$ large so $1 - \frac{1}{n} > 1 - \varepsilon$; then $a + b > 2 - \varepsilon$. ✓
3Medium–Hard — Property 5 (Scalar Multiplication)
Let $E = \left\{\dfrac{n}{n+1} : n \in \mathbb{N}\right\}$. Find $\sup(-3E)$ and $\inf(-3E)$.
Step 1 — Identify sup and inf of E. From the previous post: $\sup E = 1$ (not attained), $\inf E = \frac{1}{2}$ (attained at $n=1$).
Step 2 — Apply Property 5 with $c = -3 < 0$. $$\sup(-3E) = (-3)\cdot\inf E = -3 \cdot \tfrac{1}{2} = -\tfrac{3}{2}.$$ $$\inf(-3E) = (-3)\cdot\sup E = -3 \cdot 1 = -3.$$
Step 3 — Verify. $-3E = \left\{-\frac{3n}{n+1} : n \in \mathbb{N}\right\}$. The element $-\frac{3n}{n+1}$ decreases from $-\frac{3}{2}$ (at $n=1$) toward $-3$ as $n \to \infty$. So maximum $= -\frac{3}{2} \in {-3E}$; infimum $= -3 \notin {-3E}$. ✓
4Hard — CSIR NET Level (Multiple Properties)
Let $A$ and $B$ be non-empty subsets of $\mathbb{R}$, both bounded above, with $a \leq b$ for every $a \in A$ and every $b \in B$. Prove that $\sup A \leq \inf B$.
Step 1 — Fix $b \in B$. For every $a \in A$, $a \leq b$. So $b$ is an upper bound of $A$. Since $\sup A$ is the least upper bound: $\sup A \leq b$.
Step 2 — Conclude. We have shown $\sup A \leq b$ for every $b \in B$. Therefore $\sup A$ is a lower bound of $B$. Since $\inf B$ is the greatest lower bound: $\sup A \leq \inf B$. $\square$
Quick Revision Cards
A — Order Properties
P1 Monotonicity: $A \subseteq B \Rightarrow \sup A \leq \sup B$
P2 Negation: $\inf E = -\sup(-E)$
P7 Nested union: $\sup\!\bigcup A_n = \sup_n \sup A_n$
B — Set Operation Properties
P3 Union: $\sup(A\cup B) = \max(\sup A, \sup B)$
P4 Sum: $\sup(A+B) = \sup A + \sup B$
P5 Scalar: $c>0$: $\sup(cE) = c\sup E$
$c<0$: $\sup(cE) = c\inf E$
C — Approximation & Exam Tips
P6: $\forall\varepsilon>0,\;\exists x_0\in E: x_0 > \sup E - \varepsilon$
🔵 CSIR NET: $\sup A \leq \inf B$ result (Ex. 4)
🟢 GATE: scalar multiplication sign flip
🟠 IIT JAM: sup of union formula
🔴 B.Sc.: negation formula proof
Common Mistakes
1. Wrong sign in scalar multiplication. When $c < 0$, students write $\sup(cE) = c \cdot \sup E$. This is incorrect — multiplication by a negative reverses all inequalities, giving $\sup(cE) = c \cdot \inf E$.
2. Assuming $\sup(A \cap B) = \min(\sup A, \sup B)$. This is false in general. The intersection can be empty, or its supremum can be strictly less than $\min(\sup A, \sup B)$. The correct result is only the inequality $\sup(A \cap B) \leq \min(\sup A, \sup B)$, and equality need not hold.
3. Applying the union formula to infinitely many sets carelessly. $\sup\!\bigcup_{n=1}^\infty A_n = \sup_n \sup A_n$ holds but requires that the sets are all non-empty and that the right side is finite (i.e., the union is bounded above).
4. Forgetting $\inf E = -\sup(-E)$ when computing infima. It is often easier to negate the set, compute a supremum, then negate — but many students skip the negation step and write $\inf E = -\sup(E)$ (missing the $-E$).
Real-World Applications
The Weierstrass EVT uses Property 6 (Approximation) to construct a sequence approaching $\sup f([a,b])$, then Bolzano–Weierstrass to show the sup is attained.
Darboux's definition uses Properties 3 and 4: the upper integral is $\inf_P U(f,P)$ over all partitions $P$, while $U(f,P) = \sum_i \sup_{[x_{i-1},x_i]} f \cdot \Delta x_i$ uses Property 4.
The min-max theorem in game theory and linear programming duality use $\sup_x \inf_y f(x,y) \leq \inf_y \sup_x f(x,y)$, a direct consequence of Property 1.
The essential supremum $\text{ess\,sup}\, f$ — the infimum of all $M$ such that $f \leq M$ a.e. — generalises Property 6 to measurable functions on probability spaces.
Summary Table
| Property | Statement | Condition | Reference |
|---|---|---|---|
| P1 Monotonicity | $A\subseteq B \Rightarrow \sup A \leq \sup B$ | $B$ bounded above | Rudin §1.9 |
| P2 Negation | $\inf E = -\sup(-E)$ | $E$ bounded below | Bartle §2.3 |
| P3 Union | $\sup(A\cup B)=\max(\sup A,\sup B)$ | Both bounded above | Bartle §2.4 |
| P4 Sum | $\sup(A+B)=\sup A+\sup B$ | Both bounded above | Bartle §2.4 |
| P5 Scalar | $\sup(cE)=c\sup E$ ($c>0$); $c\inf E$ ($c<0$) | $E$ bounded | Standard |
| P6 Approximation | $\forall\varepsilon>0\;\exists x_0\in E: x_0>\sup E-\varepsilon$ | $E$ bounded above | Rudin §1.11 |
| P7 Nested union | $\sup\bigcup A_n = \sup_n\sup A_n$ | $A_1\subseteq A_2\subseteq\cdots$ | Standard |
Cross-References
→ Bounds and Extrema of Sets — defines upper/lower bounds and the Completeness Axiom; direct prerequisite
→ Computing Suprema and Infima: Standard Techniques — the ε-characterisation method used in every proof above
→ Order Relations and Ordered Sets — ordered field axioms underpinning Properties 1–7
→ Foundations of Real Numbers — the Archimedean property and $\mathbb{R}$ itself
→ Intervals and the Real Line — intervals as the simplest examples for testing all seven properties
Have a question, doubt, or thought about this post? Choose how you want to join the discussion below.
💬 Comment on Telegram — No account neededRequires a free GitHub account — takes 30 seconds to create with just an email address.