SlideShare a Scribd company logo
Chapter 2
The supremum and infimum
We review the definition of the supremum and and infimum and some of their
properties that we use in defining and analyzing the Riemann integral.
2.1. Definition
First, we define upper and lower bounds.
Definition 2.1. A set A ⊂ R of real numbers is bounded from above if there exists
a real number M ∈ R, called an upper bound of A, such that x ≤ M for every
x ∈ A. Similarly, A is bounded from below if there exists m ∈ R, called a lower
bound of A, such that x ≥ m for every x ∈ A. A set is bounded if it is bounded
both from above and below.
The supremum of a set is its least upper bound and the infimum is its greatest
upper bound.
Definition 2.2. Suppose that A ⊂ R is a set of real numbers. If M ∈ R is an
upper bound of A such that M ≤ M′
for every upper bound M′
of A, then M is
called the supremum of A, denoted M = sup A. If m ∈ R is a lower bound of A
such that m ≥ m′
for every lower bound m′
of A, then m is called the or infimum
of A, denoted m = inf A.
If A is not bounded from above, then we write sup A = ∞, and if A is not
bounded from below, we write inf A = −∞. If A = ∅ is the empty set, then every
real number is both an upper and a lower bound of A, and we write sup ∅ = −∞,
inf ∅ = ∞. We will only say the supremum or infimum of a set exists if it is a finite
real number. For an indexed set A = {xk : k ∈ J}, we often write
sup A = sup
k∈J
xk, inf A = inf
k∈J
xk.
Proposition 2.3. The supremum or infimum of a set A is unique if it exists.
Moreover, if both exist, then inf A ≤ sup A.
57
58 2. The supremum and infimum
Proof. Suppose that M, M′
are suprema of A. Then M ≤ M′
since M′
is an
upper bound of A and M is a least upper bound; similarly, M′
≤ M, so M = M′
.
If m, m′
are infima of A, then m ≥ m′
since m′
is a lower bound of A and m is a
greatest lower bound; similarly, m′
≥ m, so m = m′
.
If inf A and sup A exist, then A is nonempty. Choose x ∈ A, Then
inf A ≤ x ≤ sup A
since inf A is a lower bound of A and sup A is an upper bound. It follows that
inf A ≤ sup A.
If sup A ∈ A, then we also denote it by max A and call it the maximum of A,
and if inf A ∈ A, then we also denote it by min A and call it the minimum of A.
Example 2.4. Let A = {1/n : n ∈ N}. Then sup A = 1 belongs to A, so max A =
1. On the other hand, inf A = 0 doesn’t belong to A and A has no minimum.
The following alternative characterization of the sup and inf is an immediate
consequence of the definition.
Proposition 2.5. If A ⊂ R, then M = sup A if and only if: (a) M is an upper
bound of A; (b) for every M′
< M there exists x ∈ A such that x > M′
. Similarly,
m = inf A if and only if: (a) m is a lower bound of A; (b) for every m′
> m there
exists x ∈ A such that x < m′
.
Proof. Suppose M satisfies the conditions in the proposition. Then M is an upper
bound and (b) implies that if M′
< M, then M′
is not an an upper bound, so
M = sup A. Conversely, if M = sup A, then M is an upper bound, and if M′
< M
then M′
is not an upper bound, so there exists x ∈ A such that x > M′
. The proof
for the infimum is analogous.
We frequently use one of the following arguments: (a) If M is an upper bound of
A, then M ≥ sup A; (b) For every ǫ > 0, there exists x ∈ A such that x > sup A−ǫ.
Similarly: (a) If m is an lower bound of A, then m ≤ inf A; (b) For every ǫ > 0,
there exists x ∈ A such that x < inf A + ǫ.
The completeness of the real numbers ensures the existence of suprema and
infima. In fact, the existence of suprema and infima is one way to define the
completeness of R.
Theorem 2.6. Every nonempty set of real numbers that is bounded from above
has a supremum, and every nonempty set of real numbers that is bounded from
below has an infimum.
This theorem is the basis of many existence results in real analysis. For exam-
ple, once we show that a set is bounded from above, we can assert the existence of
a supremum without having to know its actual value.
2.2. Properties
If A ⊂ R and c ∈ R, then we define
cA = {y ∈ R : y = cx for some x ∈ A}.
2.2. Properties 59
Proposition 2.7. If c ≥ 0, then
sup cA = c sup A, inf cA = c inf A.
If c < 0, then
sup cA = c inf A, inf cA = c sup A.
Proof. The result is obvious if c = 0. If c > 0, then cx ≤ M if and only if
x ≤ M/c, which shows that M is an upper bound of cA if and only if M/c is an
upper bound of A, so sup cA = c sup A. If c < 0, then then cx ≤ M if and only if
x ≥ M/c, so M is an upper bound of cA if and only if M/c is a lower bound of A,
so sup cA = c inf A. The remaining results follow similarly.
Making a set smaller decreases its supremum and increases its infimum.
Proposition 2.8. Suppose that A, B are subsets of R such that A ⊂ B. If sup A
and sup B exist, then sup A ≤ sup B, and if inf A, inf B exist, then inf A ≥ inf B.
Proof. Since sup B is an upper bound of B and A ⊂ B, it follows that sup B is
an upper bound of A, so sup A ≤ sup B. The proof for the infimum is similar, or
apply the result for the supremum to −A ⊂ −B.
Proposition 2.9. Suppose that A, B are nonempty sets of real numbers such that
x ≤ y for all x ∈ A and y ∈ B. Then sup A ≤ inf B.
Proof. Fix y ∈ B. Since x ≤ y for all x ∈ A, it follows that y is an upper bound
of A, so y ≥ sup A. Hence, sup A is a lower bound of B, so sup A ≤ inf B.
If A, B ⊂ R are nonempty, we define
A + B = {z : z = x + y for some x ∈ A, y ∈ B} ,
A − B = {z : z = x − y for some x ∈ A, y ∈ B}
Proposition 2.10. If A, B are nonempty sets, then
sup(A + B) = sup A + sup B, inf(A + B) = inf A + inf B,
sup(A − B) = sup A − inf B, inf(A − B) = inf A − sup B.
Proof. The set A + B is bounded from above if and only if A and B are bounded
from above, so sup(A + B) exists if and only if both sup A and sup B exist. In that
case, if x ∈ A and y ∈ B, then
x + y ≤ sup A + sup B,
so sup A + sup B is an upper bound of A + B and therefore
sup(A + B) ≤ sup A + sup B.
To get the inequality in the opposite direction, suppose that ǫ > 0. Then there
exists x ∈ A and y ∈ B such that
x > sup A −
ǫ
2
, y > sup B −
ǫ
2
.
It follows that
x + y > sup A + sup B − ǫ
60 2. The supremum and infimum
for every ǫ > 0, which implies that sup(A+B) ≥ sup A+sup B. Thus, sup(A+B) =
sup A + sup B.
It follows from this result and Proposition 2.7 that
sup(A − B) = sup A + sup(−B) = sup A − inf B.
The proof of the results for inf(A + B) and inf(A − B) are similar, or apply the
results for the supremum to −A and −B.
2.3. Functions
The supremum and infimum of a function are the supremum and infimum of its
range, and results about sets translate immediately to results about functions.
Definition 2.11. If f : A → R is a function, then
sup
A
f = sup {f(x) : x ∈ A} , inf
A
f = inf {f(x) : x ∈ A} .
A function f is bounded from above on A if supA f is finite, bounded from below
on A if infA f is finite, and bounded on A if both are finite.
Inequalities and operations on functions are defined pointwise as usual; for
example, if f, g : A → R, then f ≤ g means that f(x) ≤ g(x) for every x ∈ A, and
f + g : A → R is defined by (f + g)(x) = f(x) + g(x).
Proposition 2.12. Suppose that f, g : A → R and f ≤ g. If g is bounded from
above then
sup
A
f ≤ sup
A
g,
and if f is bounded from below, then
inf
A
f ≤ inf
A
g.
Proof. If f ≤ g and g is bounded from above, then for every x ∈ A
f(x) ≤ g(x) ≤ sup
A
g.
Thus, f is bounded from above by supA g, so supA f ≤ supA g. Similarly, g is
bounded from below by infA f, so infA g ≥ infA f.
Note that f ≤ g does not imply that supA f ≤ infA g; to get that conclusion,
we need to know that f(x) ≤ g(y) for all x, y ∈ A and use Proposition 2.10.
Example 2.13. Define f, g : [0, 1] → R by f(x) = 2x, g(x) = 2x + 1. Then f < g
and
sup
[0,1]
f = 2, inf
[0,1]
f = 0, sup
[0,1]
g = 3, inf
[0,1]
g = 1.
Thus, sup[0,1] f > inf[0,1] g.
Like limits, the supremum and infimum do not preserve strict inequalities in
general.
2.3. Functions 61
Example 2.14. Define f : [0, 1] → R by
f(x) =
x if 0 ≤ x < 1,
0 if x = 1.
Then f < 1 on [0, 1] but sup[0,1] f = 1.
Next, we consider the supremum and infimum of linear combinations of func-
tions. Scalar multiplication by a positive constant multiplies the inf or sup, while
multiplication by a negative constant switches the inf and sup,
Proposition 2.15. Suppose that f : A → R is a bounded function and c ∈ R. If
c ≥ 0, then
sup
A
cf = c sup
A
f, inf
A
cf = c inf
A
f.
If c < 0, then
sup
A
cf = c inf
A
f, inf
A
cf = c sup
A
f.
Proof. Apply Proposition 2.7 to the set {cf(x) : x ∈ A} = c{f(x) : x ∈ A}.
For sums of functions, we get an inequality.
Proposition 2.16. If f, g : A → R are bounded functions, then
sup
A
(f + g) ≤ sup
A
f + sup
A
g, inf
A
(f + g) ≥ inf
A
f + inf
A
g.
Proof. Since f(x) ≤ supA f and g(x) ≤ supA g for evry x ∈ [a, b], we have
f(x) + g(x) ≤ sup
A
f + sup
A
g.
Thus, f + g is bounded from above by supA f + supA g, so supA(f + g) ≤ supA f +
supA g. The proof for the infimum is analogous (or apply the result for the supre-
mum to the functions −f, −g).
We may have strict inequality in Proposition 2.16 because f and g may take
values close to their suprema (or infima) at different points.
Example 2.17. Define f, g : [0, 1] → R by f(x) = x, g(x) = 1 − x. Then
sup
[0,1]
f = sup
[0,1]
g = sup
[0,1]
(f + g) = 1,
so sup[0,1](f + g) < sup[0,1] f + sup[0,1] g.
Finally, we prove some inequalities that involve the absolute value.
Proposition 2.18. If f, g : A → R are bounded functions, then
sup
A
f − sup
A
g ≤ sup
A
|f − g|, inf
A
f − inf
A
g ≤ sup
A
|f − g|.
62 2. The supremum and infimum
Proof. Since f = f − g + g and f − g ≤ |f − g|, we get from Proposition 2.16 and
Proposition 2.12 that
sup
A
f ≤ sup
A
(f − g) + sup
A
g ≤ sup
A
|f − g| + sup
A
g,
so
sup
A
f − sup
A
g ≤ sup
A
|f − g|.
Exchanging f and g in this inequality, we get
sup
A
g − sup
A
f ≤ sup
A
|f − g|,
which implies that
sup
A
f − sup
A
g ≤ sup
A
|f − g|.
Replacing f by −f and g by −g in this inequality and using the identity sup(−f) =
− inf f, we get
inf
A
f − inf
A
g ≤ sup
A
|f − g|.
Proposition 2.19. If f, g : A → R are bounded functions such that
|f(x) − f(y)| ≤ |g(x) − g(y)| for all x, y ∈ A,
then
sup
A
f − inf
A
f ≤ sup
A
g − inf
A
g.
Proof. The condition implies that for all x, y ∈ A, we have
f(x) − f(y) ≤ |g(x) − g(y)| = max [g(x), g(y)] − min [g(x), g(y)] ≤ sup
A
g − inf
A
g,
which implies that
sup{f(x) − f(y) : x, y ∈ A} ≤ sup
A
g − inf
A
g.
From Proposition 2.10,
sup{f(x) − f(y) : x, y ∈ A} = sup
A
f − inf
A
f,
so the result follows.

More Related Content

What's hot

lattice
 lattice lattice
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
Matthew Leingang
 
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional Logic
IT Engineering Department
 
Ring
RingRing
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
allyn joy calcaben
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
math260
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
Akshit Saxena
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
Digvijaysinh Gohil
 
Limit and continuity (2)
Limit and continuity (2)Limit and continuity (2)
Limit and continuity (2)
Digvijaysinh Gohil
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
renceLongcop
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
rey castro
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
nszakir
 
Fuzzy Set
Fuzzy SetFuzzy Set
Fuzzy Set
Ehsan Hamzei
 
Complex number
Complex numberComplex number
Complex number
Nang Saruni
 
1551 limits and continuity
1551 limits and continuity1551 limits and continuity
1551 limits and continuity
Dr Fereidoun Dejahang
 
Sets and venn diagrams
Sets and venn diagramsSets and venn diagrams
Sets and venn diagrams
Farhana Shaheen
 
Translating English to Propositional Logic
Translating English to Propositional LogicTranslating English to Propositional Logic
Translating English to Propositional Logic
Janet Stemwedel
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
Birinder Singh Gulati
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
Avjinder (Avi) Kaler
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
Mukunda Madhav Changmai
 

What's hot (20)

lattice
 lattice lattice
lattice
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
 
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional Logic
 
Ring
RingRing
Ring
 
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial OrderingCMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
 
Limit and continuity (2)
Limit and continuity (2)Limit and continuity (2)
Limit and continuity (2)
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
Fuzzy Set
Fuzzy SetFuzzy Set
Fuzzy Set
 
Complex number
Complex numberComplex number
Complex number
 
1551 limits and continuity
1551 limits and continuity1551 limits and continuity
1551 limits and continuity
 
Sets and venn diagrams
Sets and venn diagramsSets and venn diagrams
Sets and venn diagrams
 
Translating English to Propositional Logic
Translating English to Propositional LogicTranslating English to Propositional Logic
Translating English to Propositional Logic
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
 

Similar to Supremum And Infimum

2. Solutions_to_Atiyah_and_MacDonald
2. Solutions_to_Atiyah_and_MacDonald2. Solutions_to_Atiyah_and_MacDonald
2. Solutions_to_Atiyah_and_MacDonald
Nguyễn Loan
 
Real and convex analysis
Real and convex analysisReal and convex analysis
Real and convex analysis
Springer
 
7_AJMS_246_20.pdf
7_AJMS_246_20.pdf7_AJMS_246_20.pdf
7_AJMS_246_20.pdf
BRNSS Publication Hub
 
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
BRNSS Publication Hub
 
Maths in english
Maths in englishMaths in english
Maths in english
GiorgiaMarcelli
 
Relations & functions
Relations & functionsRelations & functions
Relations & functions
indu thakur
 
Aa2
Aa2Aa2
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivatives
math265
 
Application of derivatives
Application of derivatives Application of derivatives
Application of derivatives
Seyid Kadher
 
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docxSection 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
kenjordan97598
 
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docxSection 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
rtodd280
 
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
UniversitasGadjahMada
 
Probability theory
Probability theoryProbability theory
Probability theory
warwickmorsesociety
 
Rolle's theorem, mean value theorem
Rolle's theorem, mean value theoremRolle's theorem, mean value theorem
Rolle's theorem, mean value theorem
Tarun Gehlot
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
inventionjournals
 
Limits and continuity[1]
Limits and continuity[1]Limits and continuity[1]
Limits and continuity[1]
indu thakur
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
Lemh1a1Lemh1a1
Analysis Solutions CV
Analysis Solutions CVAnalysis Solutions CV
Analysis Solutions CV
Leonardo Di Giosia
 
Calculus- Basics
Calculus- BasicsCalculus- Basics
Calculus- Basics
Rabin BK
 

Similar to Supremum And Infimum (20)

2. Solutions_to_Atiyah_and_MacDonald
2. Solutions_to_Atiyah_and_MacDonald2. Solutions_to_Atiyah_and_MacDonald
2. Solutions_to_Atiyah_and_MacDonald
 
Real and convex analysis
Real and convex analysisReal and convex analysis
Real and convex analysis
 
7_AJMS_246_20.pdf
7_AJMS_246_20.pdf7_AJMS_246_20.pdf
7_AJMS_246_20.pdf
 
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
On Some Geometrical Properties of Proximal Sets and Existence of Best Proximi...
 
Maths in english
Maths in englishMaths in english
Maths in english
 
Relations & functions
Relations & functionsRelations & functions
Relations & functions
 
Aa2
Aa2Aa2
Aa2
 
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivatives
 
Application of derivatives
Application of derivatives Application of derivatives
Application of derivatives
 
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docxSection 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
 
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docxSection 18.3-19.1.Today we will discuss finite-dimensional.docx
Section 18.3-19.1.Today we will discuss finite-dimensional.docx
 
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
 
Probability theory
Probability theoryProbability theory
Probability theory
 
Rolle's theorem, mean value theorem
Rolle's theorem, mean value theoremRolle's theorem, mean value theorem
Rolle's theorem, mean value theorem
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
 
Limits and continuity[1]
Limits and continuity[1]Limits and continuity[1]
Limits and continuity[1]
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
Analysis Solutions CV
Analysis Solutions CVAnalysis Solutions CV
Analysis Solutions CV
 
Calculus- Basics
Calculus- BasicsCalculus- Basics
Calculus- Basics
 

Recently uploaded

The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 

Recently uploaded (20)

The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 

Supremum And Infimum

  • 1.
  • 2. Chapter 2 The supremum and infimum We review the definition of the supremum and and infimum and some of their properties that we use in defining and analyzing the Riemann integral. 2.1. Definition First, we define upper and lower bounds. Definition 2.1. A set A ⊂ R of real numbers is bounded from above if there exists a real number M ∈ R, called an upper bound of A, such that x ≤ M for every x ∈ A. Similarly, A is bounded from below if there exists m ∈ R, called a lower bound of A, such that x ≥ m for every x ∈ A. A set is bounded if it is bounded both from above and below. The supremum of a set is its least upper bound and the infimum is its greatest upper bound. Definition 2.2. Suppose that A ⊂ R is a set of real numbers. If M ∈ R is an upper bound of A such that M ≤ M′ for every upper bound M′ of A, then M is called the supremum of A, denoted M = sup A. If m ∈ R is a lower bound of A such that m ≥ m′ for every lower bound m′ of A, then m is called the or infimum of A, denoted m = inf A. If A is not bounded from above, then we write sup A = ∞, and if A is not bounded from below, we write inf A = −∞. If A = ∅ is the empty set, then every real number is both an upper and a lower bound of A, and we write sup ∅ = −∞, inf ∅ = ∞. We will only say the supremum or infimum of a set exists if it is a finite real number. For an indexed set A = {xk : k ∈ J}, we often write sup A = sup k∈J xk, inf A = inf k∈J xk. Proposition 2.3. The supremum or infimum of a set A is unique if it exists. Moreover, if both exist, then inf A ≤ sup A. 57
  • 3. 58 2. The supremum and infimum Proof. Suppose that M, M′ are suprema of A. Then M ≤ M′ since M′ is an upper bound of A and M is a least upper bound; similarly, M′ ≤ M, so M = M′ . If m, m′ are infima of A, then m ≥ m′ since m′ is a lower bound of A and m is a greatest lower bound; similarly, m′ ≥ m, so m = m′ . If inf A and sup A exist, then A is nonempty. Choose x ∈ A, Then inf A ≤ x ≤ sup A since inf A is a lower bound of A and sup A is an upper bound. It follows that inf A ≤ sup A. If sup A ∈ A, then we also denote it by max A and call it the maximum of A, and if inf A ∈ A, then we also denote it by min A and call it the minimum of A. Example 2.4. Let A = {1/n : n ∈ N}. Then sup A = 1 belongs to A, so max A = 1. On the other hand, inf A = 0 doesn’t belong to A and A has no minimum. The following alternative characterization of the sup and inf is an immediate consequence of the definition. Proposition 2.5. If A ⊂ R, then M = sup A if and only if: (a) M is an upper bound of A; (b) for every M′ < M there exists x ∈ A such that x > M′ . Similarly, m = inf A if and only if: (a) m is a lower bound of A; (b) for every m′ > m there exists x ∈ A such that x < m′ . Proof. Suppose M satisfies the conditions in the proposition. Then M is an upper bound and (b) implies that if M′ < M, then M′ is not an an upper bound, so M = sup A. Conversely, if M = sup A, then M is an upper bound, and if M′ < M then M′ is not an upper bound, so there exists x ∈ A such that x > M′ . The proof for the infimum is analogous. We frequently use one of the following arguments: (a) If M is an upper bound of A, then M ≥ sup A; (b) For every ǫ > 0, there exists x ∈ A such that x > sup A−ǫ. Similarly: (a) If m is an lower bound of A, then m ≤ inf A; (b) For every ǫ > 0, there exists x ∈ A such that x < inf A + ǫ. The completeness of the real numbers ensures the existence of suprema and infima. In fact, the existence of suprema and infima is one way to define the completeness of R. Theorem 2.6. Every nonempty set of real numbers that is bounded from above has a supremum, and every nonempty set of real numbers that is bounded from below has an infimum. This theorem is the basis of many existence results in real analysis. For exam- ple, once we show that a set is bounded from above, we can assert the existence of a supremum without having to know its actual value. 2.2. Properties If A ⊂ R and c ∈ R, then we define cA = {y ∈ R : y = cx for some x ∈ A}.
  • 4. 2.2. Properties 59 Proposition 2.7. If c ≥ 0, then sup cA = c sup A, inf cA = c inf A. If c < 0, then sup cA = c inf A, inf cA = c sup A. Proof. The result is obvious if c = 0. If c > 0, then cx ≤ M if and only if x ≤ M/c, which shows that M is an upper bound of cA if and only if M/c is an upper bound of A, so sup cA = c sup A. If c < 0, then then cx ≤ M if and only if x ≥ M/c, so M is an upper bound of cA if and only if M/c is a lower bound of A, so sup cA = c inf A. The remaining results follow similarly. Making a set smaller decreases its supremum and increases its infimum. Proposition 2.8. Suppose that A, B are subsets of R such that A ⊂ B. If sup A and sup B exist, then sup A ≤ sup B, and if inf A, inf B exist, then inf A ≥ inf B. Proof. Since sup B is an upper bound of B and A ⊂ B, it follows that sup B is an upper bound of A, so sup A ≤ sup B. The proof for the infimum is similar, or apply the result for the supremum to −A ⊂ −B. Proposition 2.9. Suppose that A, B are nonempty sets of real numbers such that x ≤ y for all x ∈ A and y ∈ B. Then sup A ≤ inf B. Proof. Fix y ∈ B. Since x ≤ y for all x ∈ A, it follows that y is an upper bound of A, so y ≥ sup A. Hence, sup A is a lower bound of B, so sup A ≤ inf B. If A, B ⊂ R are nonempty, we define A + B = {z : z = x + y for some x ∈ A, y ∈ B} , A − B = {z : z = x − y for some x ∈ A, y ∈ B} Proposition 2.10. If A, B are nonempty sets, then sup(A + B) = sup A + sup B, inf(A + B) = inf A + inf B, sup(A − B) = sup A − inf B, inf(A − B) = inf A − sup B. Proof. The set A + B is bounded from above if and only if A and B are bounded from above, so sup(A + B) exists if and only if both sup A and sup B exist. In that case, if x ∈ A and y ∈ B, then x + y ≤ sup A + sup B, so sup A + sup B is an upper bound of A + B and therefore sup(A + B) ≤ sup A + sup B. To get the inequality in the opposite direction, suppose that ǫ > 0. Then there exists x ∈ A and y ∈ B such that x > sup A − ǫ 2 , y > sup B − ǫ 2 . It follows that x + y > sup A + sup B − ǫ
  • 5. 60 2. The supremum and infimum for every ǫ > 0, which implies that sup(A+B) ≥ sup A+sup B. Thus, sup(A+B) = sup A + sup B. It follows from this result and Proposition 2.7 that sup(A − B) = sup A + sup(−B) = sup A − inf B. The proof of the results for inf(A + B) and inf(A − B) are similar, or apply the results for the supremum to −A and −B. 2.3. Functions The supremum and infimum of a function are the supremum and infimum of its range, and results about sets translate immediately to results about functions. Definition 2.11. If f : A → R is a function, then sup A f = sup {f(x) : x ∈ A} , inf A f = inf {f(x) : x ∈ A} . A function f is bounded from above on A if supA f is finite, bounded from below on A if infA f is finite, and bounded on A if both are finite. Inequalities and operations on functions are defined pointwise as usual; for example, if f, g : A → R, then f ≤ g means that f(x) ≤ g(x) for every x ∈ A, and f + g : A → R is defined by (f + g)(x) = f(x) + g(x). Proposition 2.12. Suppose that f, g : A → R and f ≤ g. If g is bounded from above then sup A f ≤ sup A g, and if f is bounded from below, then inf A f ≤ inf A g. Proof. If f ≤ g and g is bounded from above, then for every x ∈ A f(x) ≤ g(x) ≤ sup A g. Thus, f is bounded from above by supA g, so supA f ≤ supA g. Similarly, g is bounded from below by infA f, so infA g ≥ infA f. Note that f ≤ g does not imply that supA f ≤ infA g; to get that conclusion, we need to know that f(x) ≤ g(y) for all x, y ∈ A and use Proposition 2.10. Example 2.13. Define f, g : [0, 1] → R by f(x) = 2x, g(x) = 2x + 1. Then f < g and sup [0,1] f = 2, inf [0,1] f = 0, sup [0,1] g = 3, inf [0,1] g = 1. Thus, sup[0,1] f > inf[0,1] g. Like limits, the supremum and infimum do not preserve strict inequalities in general.
  • 6. 2.3. Functions 61 Example 2.14. Define f : [0, 1] → R by f(x) = x if 0 ≤ x < 1, 0 if x = 1. Then f < 1 on [0, 1] but sup[0,1] f = 1. Next, we consider the supremum and infimum of linear combinations of func- tions. Scalar multiplication by a positive constant multiplies the inf or sup, while multiplication by a negative constant switches the inf and sup, Proposition 2.15. Suppose that f : A → R is a bounded function and c ∈ R. If c ≥ 0, then sup A cf = c sup A f, inf A cf = c inf A f. If c < 0, then sup A cf = c inf A f, inf A cf = c sup A f. Proof. Apply Proposition 2.7 to the set {cf(x) : x ∈ A} = c{f(x) : x ∈ A}. For sums of functions, we get an inequality. Proposition 2.16. If f, g : A → R are bounded functions, then sup A (f + g) ≤ sup A f + sup A g, inf A (f + g) ≥ inf A f + inf A g. Proof. Since f(x) ≤ supA f and g(x) ≤ supA g for evry x ∈ [a, b], we have f(x) + g(x) ≤ sup A f + sup A g. Thus, f + g is bounded from above by supA f + supA g, so supA(f + g) ≤ supA f + supA g. The proof for the infimum is analogous (or apply the result for the supre- mum to the functions −f, −g). We may have strict inequality in Proposition 2.16 because f and g may take values close to their suprema (or infima) at different points. Example 2.17. Define f, g : [0, 1] → R by f(x) = x, g(x) = 1 − x. Then sup [0,1] f = sup [0,1] g = sup [0,1] (f + g) = 1, so sup[0,1](f + g) < sup[0,1] f + sup[0,1] g. Finally, we prove some inequalities that involve the absolute value. Proposition 2.18. If f, g : A → R are bounded functions, then sup A f − sup A g ≤ sup A |f − g|, inf A f − inf A g ≤ sup A |f − g|.
  • 7. 62 2. The supremum and infimum Proof. Since f = f − g + g and f − g ≤ |f − g|, we get from Proposition 2.16 and Proposition 2.12 that sup A f ≤ sup A (f − g) + sup A g ≤ sup A |f − g| + sup A g, so sup A f − sup A g ≤ sup A |f − g|. Exchanging f and g in this inequality, we get sup A g − sup A f ≤ sup A |f − g|, which implies that sup A f − sup A g ≤ sup A |f − g|. Replacing f by −f and g by −g in this inequality and using the identity sup(−f) = − inf f, we get inf A f − inf A g ≤ sup A |f − g|. Proposition 2.19. If f, g : A → R are bounded functions such that |f(x) − f(y)| ≤ |g(x) − g(y)| for all x, y ∈ A, then sup A f − inf A f ≤ sup A g − inf A g. Proof. The condition implies that for all x, y ∈ A, we have f(x) − f(y) ≤ |g(x) − g(y)| = max [g(x), g(y)] − min [g(x), g(y)] ≤ sup A g − inf A g, which implies that sup{f(x) − f(y) : x, y ∈ A} ≤ sup A g − inf A g. From Proposition 2.10, sup{f(x) − f(y) : x, y ∈ A} = sup A f − inf A f, so the result follows.