Intuitive explanation of the proof of Monotone Convergence Theorem
Goal (fix this first)¶
You are given:
a measurable set X⊂R,
a nondecreasing sequence of measurable functions fn≥0,
their pointwise limit f=limn→∞fn.
You want to prove:
n→∞lim∫Xfndλ=∫Xfdλ. This splits into two inequalities:
lim∫fn≤∫f (easy)
∫f≤lim∫fn (hard)
Everything below is about (2).
Step 1 — The easy inequality¶
Because the sequence is increasing:
fn≤ffor all n. By monotonicity of the integral:
∫fn≤∫f. So the sequence (∫fn) is increasing and bounded above.
Hence the limit
L:=n→∞lim∫fn exists and satisfies:
This part is straightforward.
Now forget it — the difficulty is the reverse inequality.
Step 2 — Strategy for the hard inequality¶
You want to prove:
Key idea:
Do not compare f directly to the fn.
Compare simple pieces of f to the fn.
This works because the Lebesgue integral is defined from below.
Step 3 — Fix a simple function below f¶
Take any positive simple function:
φ=j=1∑kaj1Aj,aj≥0,φ≤f. Why this choice?
Because by definition:
∫f=sup{∫φ:0≤φ≤f, φ simple}. So it is enough to prove:
∫φ≤Lfor every such φ.
Step 4 — Why introduce α∈(0,1)¶
Problem:
Even if φ(x)≤f(x), it is not true that
φ(x)≤fn(x)for some fixed n everywhere. Solution:
Relax the comparison.
Instead of forcing:
φ≤fn, you try:
αφ≤fn,with α<1. Why this helps:
For every x,
αφ(x)<f(x), and since fn(x)↑f(x),
the inequality
fn(x)≥αφ(x) will eventually hold.
This is the engine of the proof.
Step 5 — Define the sets En¶
Define:
En:={x∈X:αφ(x)≤fn(x)}. Interpretation:
En is the set of points where fn is already large enough.
Key properties:
Measurable — since φ and fn are measurable.
Increasing — because fn≤fn+1.
Exhausts the space:
En↑X.
Why does En↑X?
Fix x∈X.
φ(x)≤f(x)
so αφ(x)<f(x)
hence there exists N such that for all n≥N,
fn(x)>αφ(x), so x∈En.
Thus every point eventually belongs to some En.
Step 6 — Restrict φ to En¶
On the set En, we have:
αφ≤fn. Outside En, we do not care.
So we look at:
φ1En. Why?
Step 7 — Integrate φ1En¶
Compute:
∫φ1En=j=1∑kajλ(Aj∩En). Now:
En↑X,
so Aj∩En↑Aj,
and Lebesgue measure is continuous from below.
Therefore:
λ(Aj∩En)→λ(Aj), hence:
∫φ1En⟶∫φ.
Step 8 — The key inequality¶
On En:
αφ≤fn. Integrate:
α∫φ1En≤∫fn1En≤∫fn. Let n→∞:
So:
α∫φ≤L. Since this holds for every α∈(0,1),
let α→1:
∫φ≤L.
Step 9 — Final conclusion¶
You have shown:
∫φ≤Lfor every simple φ≤f. Taking the supremum over all such φ:
Combined with the first inequality:
you conclude:
∫f=n→∞lim∫fn.
Mental reconstruction checklist (memorize this)¶
If you remember only this, you can re-prove everything:
Fix a simple φ≤f
Fix α<1
Define En={αφ≤fn}
Observe En↑X
Use continuity of measure on φ1En
Compare αφ with fn
Let n→∞, then α→1
Take the supremum over φ
If you can reproduce these steps without notes, you fully own the
Monotone Convergence Theorem.