ProofComplete

Lebesgue Integration - Key Proof

ProofProof of Fatou's Lemma

We prove Fatou's Lemma: For non-negative measurable functions {fn}\{f_n\}, ∫Xlim inf⁑nβ†’βˆžfn dμ≀lim inf⁑nβ†’βˆžβˆ«Xfn dΞΌ\int_X \liminf_{n \to \infty} f_n \, d\mu \leq \liminf_{n \to \infty} \int_X f_n \, d\mu

Proof: For each k∈Nk \in \mathbb{N}, define: gk(x)=inf⁑nβ‰₯kfn(x)g_k(x) = \inf_{n \geq k} f_n(x)

Then gkg_k is measurable (as the infimum of measurable functions) and: g1(x)≀g2(x)≀g3(x)≀⋯g_1(x) \leq g_2(x) \leq g_3(x) \leq \cdots

Moreover: lim⁑kβ†’βˆžgk(x)=lim inf⁑nβ†’βˆžfn(x)\lim_{k \to \infty} g_k(x) = \liminf_{n \to \infty} f_n(x)

Step 1: Since gk(x)≀fn(x)g_k(x) \leq f_n(x) for all nβ‰₯kn \geq k, we have: ∫Xgk dΞΌβ‰€βˆ«Xfn dΞΌΒ forΒ allΒ nβ‰₯k\int_X g_k \, d\mu \leq \int_X f_n \, d\mu \text{ for all } n \geq k

Taking the infimum over nβ‰₯kn \geq k: ∫Xgk dμ≀inf⁑nβ‰₯k∫Xfn dΞΌ\int_X g_k \, d\mu \leq \inf_{n \geq k} \int_X f_n \, d\mu

Step 2: Since {gk}\{g_k\} is an increasing sequence of non-negative functions, we can apply the Monotone Convergence Theorem: ∫Xlim inf⁑nβ†’βˆžfn dΞΌ=∫Xlim⁑kβ†’βˆžgk dΞΌ=lim⁑kβ†’βˆžβˆ«Xgk dΞΌ\int_X \liminf_{n \to \infty} f_n \, d\mu = \int_X \lim_{k \to \infty} g_k \, d\mu = \lim_{k \to \infty} \int_X g_k \, d\mu

Step 3: From Step 1: lim⁑kβ†’βˆžβˆ«Xgk dμ≀lim⁑kβ†’βˆžinf⁑nβ‰₯k∫Xfn dΞΌ=lim inf⁑nβ†’βˆžβˆ«Xfn dΞΌ\lim_{k \to \infty} \int_X g_k \, d\mu \leq \lim_{k \to \infty} \inf_{n \geq k} \int_X f_n \, d\mu = \liminf_{n \to \infty} \int_X f_n \, d\mu

Combining Steps 2 and 3 gives the result.

β– 
Remark

Fatou's Lemma is fundamental because:

  1. Strict inequality possible: The inequality can be strict. For example, let fn=Ο‡[n,n+1]f_n = \chi_{[n, n+1]} on R\mathbb{R}. Then fnβ†’0f_n \to 0 pointwise, so: ∫Rlim inf⁑fn dΞ»=0<1=lim inf⁑∫Rfn dΞ»\int_\mathbb{R} \liminf f_n \, d\lambda = 0 < 1 = \liminf \int_\mathbb{R} f_n \, d\lambda

  2. Proof ingredient for DCT: Fatou's Lemma is used to prove the Dominated Convergence Theorem by applying it to gΒ±fng \pm f_n where gg is the dominating function.

  3. Reverse Fatou: If fn≀gf_n \leq g for integrable gg, then: lim sup⁑nβ†’βˆžβˆ«Xfn dΞΌβ‰€βˆ«Xlim sup⁑nβ†’βˆžfn dΞΌ\limsup_{n \to \infty} \int_X f_n \, d\mu \leq \int_X \limsup_{n \to \infty} f_n \, d\mu

This follows from applying Fatou's Lemma to gβˆ’fng - f_n.

The key insight is that MCT provides a way to handle monotone sequences exactly, while Fatou's Lemma handles general sequences by considering their "monotone regularization" through the inf⁑\inf operation.