Language / भाषा : 🇮🇳 हिंदी 🇬🇧 English This post is also available in Hindi — click हिंदी above.

Properties of Suprema and Infima

supremum properties infimum properties monotonicity Approximation Property real analysis CSIR NET GATE IIT JAM
Views
Reactions
7Core Properties
4Solved Examples
Monotonicity
~22 minRead Time
Ch.1Rudin §1.9–1.11

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

📌 Property 1 — Monotonicity

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$

📌 Property 2 — Negation Formula

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$

📌 Property 3 — Supremum of a Union

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$

📌 Property 4 — Supremum of a Sum Set

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$

📌 Property 5 — Scalar Multiplication

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$).

📌 Property 6 — The Approximation Property

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.

📌 Property 7 — Sup/Inf of a Nested Sequence of Sets

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$

📖 Textbook Reference

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

🔗 Prerequisites

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

🏛️ Historical Background — Weierstrass and the Arithmetisation of Analysis

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.

A B sup A sup B sup(A∪B) = max(sup A, sup B) inf A inf B inf(A∪B) = min(inf A, inf B)

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$.

$\sup(A\cup B)=4\in B,\quad\inf(A\cup B)=0\notin A\cup B,\quad\sup(A\cap B)=2\notin A\cap B,\quad\inf(A\cap B)=1\in A\cap 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$. ✓

$\sup(A + B) = 2$   (not attained, since $\sup B = 1 \notin B$)

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}$. ✓

$\sup(-3E) = -\dfrac{3}{2} \in {-3E}, \qquad \inf(-3E) = -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$

🔵 CSIR NET Tip. This result — $\sup A \leq \inf B$ whenever every element of $A$ is $\leq$ every element of $B$ — is used extensively in Dedekind cut constructions and in proving the completeness of $\mathbb{R}$. It also appears directly in CSIR NET June 2019 and December 2021 papers.
📋

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

Extreme Value Theorem

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.

Riemann Integration

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.

Optimisation Theory

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.

Probability Theory

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

PropertyStatementConditionReference
P1 Monotonicity$A\subseteq B \Rightarrow \sup A \leq \sup B$$B$ bounded aboveRudin §1.9
P2 Negation$\inf E = -\sup(-E)$$E$ bounded belowBartle §2.3
P3 Union$\sup(A\cup B)=\max(\sup A,\sup B)$Both bounded aboveBartle §2.4
P4 Sum$\sup(A+B)=\sup A+\sup B$Both bounded aboveBartle §2.4
P5 Scalar$\sup(cE)=c\sup E$ ($c>0$); $c\inf E$ ($c<0$)$E$ boundedStandard
P6 Approximation$\forall\varepsilon>0\;\exists x_0\in E: x_0>\sup E-\varepsilon$$E$ bounded aboveRudin §1.11
P7 Nested union$\sup\bigcup A_n = \sup_n\sup A_n$$A_1\subseteq A_2\subseteq\cdots$Standard
Key result (Ex. 4): If $a \leq b$ for all $a \in A,\, b \in B$, then $\;\sup A \leq \inf B$
🔗

Cross-References

Related Posts on This Blog

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

How did you find this post?

Tap a reaction — counts update in real time across all devices.

Thank you for your reaction!
0 total reactions on this post
Reactions are stored per browser. Sign in with GitHub in the comments below to leave a permanent reaction via Giscus.
Back to All Posts
Comments & Discussion

Have a question, doubt, or thought about this post? Choose how you want to join the discussion below.

💬 Comment on Telegram  —  No account needed
OR comment with GitHub below

Requires a free GitHub account  —  takes 30 seconds to create with just an email address.

margin-top: 60px; color: #444; font-size: 0.95rem; line-height: 1.6; } .footer-wrapper { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; } .footer-col { flex: 1; min-width: 250px; } .footer-col h3 { color: #1e3c72; font-size: 1.2rem; margin-bottom: 20px; font-weight: 700; position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #ff4b2b; border-radius: 2px; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #555; text-decoration: none; transition: color 0.3s ease; display: inline-flex; align-items: center; gap: 8px; } .footer-links a:hover { color: #ff4b2b; transform: translateX(5px); } .footer-socials { display: flex; gap: 15px; margin-top: 20px; } .footer-socials a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #ffffff; border-radius: 50%; color: #333; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.08); transition: all 0.3s ease; font-size: 1.2rem; } .footer-socials a:hover { transform: translateY(-5px); } .footer-socials .yt:hover { color: #ff0000; border: 1px solid #ff0000; } .footer-socials .tg:hover { color: #0088cc; border: 1px solid #0088cc; } .footer-socials .em:hover { color: #ea4335; border: 1px solid #ea4335; } .footer-socials .ig:hover { color: #e1306c; border: 1px solid #e1306c; } .footer-bottom { text-align: center; padding-top: 25px; margin-top: 40px; border-top: 1px solid #dee2e6; font-size: 0.85rem; color: #6c757d; } .footer-bottom a { color: #6c757d; text-decoration: none; margin: 0 8px; } .footer-bottom a:hover { color: #ff4b2b; }