Session 1 - 2. Outer Measure Part I
Session 1 - 2. Outer Measure Part I
1. For the sake of convenience, we define inf ☆A ∶= m∗ (A). The set ☆A is essentially a
collection of the total sum of lengths of intervals Ik which openly covers A. (i.e. {Ik }
is an open cover of A).
2. We have m∗ (A) ≥ 0, ∀A ⊆ R.
Hence ∞
0 ≤ m∗ (∅) = inf ☆∅ ≤ ∑ ℓ(Ik ). (1)
k=1
By (1) and (2), we have 0 ≤ m∗ (∅) < ϵ, ∀ϵ > 0, which implies m∗ (∅) = 0. ◻
1
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
ϵ ϵ ∞
ak ∈ Ik ∶= (ak − , a k + ) ⊆ ⋃ Ik .
2k+2 2k+2 k=1
∞
It follows that A ⊆ ⋃∞
k=1 Ik (i.e. {Ik }k=1 is an open cover of A). Hence ∑k=1 ℓ(Ik ) ∈ ☆A and so
∞
∞ ∞ 1 ϵ
0 ≤ m∗ (A) = inf ☆A ≤ ∑ ℓ(Ik ) = ϵ ⋃ = < ϵ.
k=1 k=1 2k+1 2
0 ≤ m∗ (A) ≤ m∗ (B) = 0.
It follows that
∞
I ⊆ I1 Ô⇒ I ⊆ ⋃ Ik
k=1
∞
Ô⇒ ∑ ℓ(Ik ) ∈ ☆I
k=1
∞
Ô⇒ m∗ (I) ≤ ∑ ℓ(Ik )
k=1
where
∞
ϵ ϵ
∑ ℓ(Ik ) = (b − a + ) +
k=1 2 2
= b − a + ϵ.
Hence
m∗ (I) ≤ b − a + ϵ, ∀ϵ > 0.
2
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
Now since I = [a, b] is closed and bounded and {Ik } is an open cover of I, by the Heine-
Borel Theorem, I has a finite subcover. That is
N
I ⊆ ⋃ Ik , ∃N ∈ N.
k=1
∞
b − a ≤ b1 − a1 ≤ ∑ ℓ(Ik ).
k=1
Otherwise, if b > b2 , we continue the same process until it terminates. Then, we have a
subcollection {(an , bn )}m
n=1 of {Ik }k=1 such that a1 < a and
∞
bi ∈ (ai+1 , bi+1 ), ∀i = 1, 2, . . . , m − 1
This shows that b − a is a lower bound of ☆I . That is b − a ≤ m∗ (I). Combined from earlier
results, we have m∗ (I) = b − a.
3
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
J1 ⊆ I ⊆ J2 .
From Case 1,
m∗ (J1 ) = ℓ(J1 )
ϵ
=b−a−
2
ϵ
= ℓ(I) − .
2
ϵ
Similarly, m∗ (J2 ) = ℓ(I) − . By (3),
2
ϵ ϵ
ℓ(I) − ≤ m∗ (I) ≤ ℓ(I) +
2 2
ϵ ϵ
Ô⇒ − ≤ m∗ (I) − ℓ(I) ≤
2 2
ϵ
Ô⇒ ∣m (I) − ℓ(I)∣ ≤ < ϵ
∗
2
Therefore m∗ (I) = ℓ(I). ◻
Case 3: I is unbounded.
Proof. Let I be an unbounded interval.
Note: If I is an unbounded interval, it contains a subset with outer measure n, ∀n ∈ N. For
instance, if I = (a, ∞), then we have (a, a + n) ⊆ I and m∗ (a, a + n) = n by Case 2.
By the monotonicity of m∗
n ≤ m∗ (I), ∀n ∈ N
m∗ (I) = ∞ = ℓ(I).
4
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
Proposition.
1.) The outer measure of m∗ is translation invariant. That is, for any set A ⊆ R and y ∈ R,
m∗ (A + y) = m∗ (A).
Proof. Goal:
∞ ∞
m∗ ( ⋃ Ek ) ≤ ∑ m∗ (Ek ) + ϵ, ∀ϵ > 0.
k=1 k=1
∞
ϵ
∑ ℓ(Iik ) < m∗ (Ek ) + .
i=1 2k
By the definition of ☆Ek , {Iik } is a collection of open and bounded intervals such that
∞
Ek ⊆ ⋃ Iik .
i=1
Thus,
∞ ∞
∑ ∑ ℓ(Iik ) ∈ ☆E
k=1 i=1
5
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
Letting ϵ Ð→ 0, we have
∞ ∞
m∗ ( ⋃ Ek ) ≤ ∑ m∗ (Ek ).
k=1 k=1
◻
Corollary. Finite Subadditivity. If {Ek }nk=1 is any finite collection of sets (disjoint or not),
then
n n
m∗ ( ⋃ Ek ) ≤ ∑ m∗ (Ek ).
k=1 k=1
6
Alcantara, Franz Joaquin V. Math 126 WFU 1st Semester; AY 23-24
2021***** Real Analysis Notes
m∗ (A) = m∗ (A ∩ B) + m∗ (A ∩ B c )
= m∗ (B) + m∗ (A/B)
Ô⇒ m∗ (A/B) = m∗ (A) − m∗ (B).