Skip to content

Lebesgue Integration

6.1 Integral of Non-Negative Functions

For a non-negative measurable simple function s=i=1naiχAis = \sum_{i=1}^n a_i \chi_{A_i} with ai0a_i \geq 0 and {Ai}\{A_i\} disjoint, define:

Xsdμ=i=1naiμ(Ai)\int_X s\, d\mu = \sum_{i=1}^n a_i \mu(A_i)

For a non-negative measurable function ff, define:

Xfdμ=sup{Xsdμ:0sf, s simple}\int_X f\, d\mu = \sup\left\{\int_X s\, d\mu : 0 \leq s \leq f,\ s \text{ simple}\right\}

This definition is consistent with Theorem 5.4: by monotone convergence, we also have

Xfdμ=limnXsndμ\int_X f\, d\mu = \lim_{n \to \infty} \int_X s_n\, d\mu

for any increasing sequence of simple functions snfs_n \nearrow f.

6.2 Integral of General Functions

For a measurable function f:XRf : X \to \mathbb{R}, define f+=max(f,0)f^+ = \max(f, 0) and f=max(f,0)f^- = \max(-f, 0), so f=f+ff = f^+ - f^- and f=f++f|f| = f^+ + f^-. If f+dμ<\int f^+\, d\mu < \infty and fdμ<\int f^-\, d\mu < \infty (i.e., fdμ<\int |f|\, d\mu < \infty), define:

Xfdμ=Xf+dμXfdμ\int_X f\, d\mu = \int_X f^+\, d\mu - \int_X f^-\, d\mu

The function ff is called integrable (or fL1(μ)f \in L^1(\mu)) if fdμ<\int |f|\, d\mu < \infty.

6.3 Properties of the Integral

Proposition 6.1 (Linearity). If f,gL1(μ)f, g \in L^1(\mu) and a,bRa, b \in \mathbb{R}, then af+bgL1(μ)af + bg \in L^1(\mu) and (af+bg)dμ=afdμ+bgdμ\int(af + bg)\, d\mu = a\int f\, d\mu + b\int g\, d\mu.

Proposition 6.2 (Monotonicity). If fgf \leq g a.e., then fdμgdμ\int f\, d\mu \leq \int g\, d\mu.

Proposition 6.3 (Markov”s Inequality). If f0f \geq 0 is measurable, then for any a>0a > 0:

μ({x:f(x)a})1afdμ\mu(\{x : |f(x)| \geq a\}) \leq \frac{1}{a}\int |f|\, d\mu

Theorem 6.4 (Chebyshev’s Inequality). If fL2(μ)f \in L^2(\mu), then for any a>0a > 0:

μ({ffdμa})1a2Var(f)\mu(\{|f - \int f\, d\mu| \geq a\}) \leq \frac{1}{a^2}\mathrm{Var}(f)

6.4 Convergence Theorems

Theorem 6.5 (Monotone Convergence Theorem — Levi). If 0f1f20 \leq f_1 \leq f_2 \leq \cdots are measurable and fnff_n \to f pointwise, then:

limnfndμ=fdμ\lim_{n \to \infty} \int f_n\, d\mu = \int f\, d\mu

Proof sketch. Let ss be a simple function with sfs \leq f. Define En={x:fn(x)(1ε)s(x)}E_n = \{x : f_n(x) \geq (1 - \varepsilon)s(x)\}. Then EnXE_n \nearrow X and fndμ(1ε)sdμ\int f_n\, d\mu \geq (1 - \varepsilon)\int s\, d\mu for large nn. Take sup\sup over ss and let ε0\varepsilon \to 0. \blacksquare

Theorem 6.6 (Fatou’s Lemma). If fn0f_n \geq 0 are measurable, then:

lim infnfndμlim infnfndμ\int \liminf_{n\to\infty} f_n\, d\mu \leq \liminf_{n\to\infty} \int f_n\, d\mu

Proof. Define gn=infknfkg_n = \inf_{k \geq n} f_k. Then 0g1g20 \leq g_1 \leq g_2 \leq \cdots and gnlim inffng_n \to \liminf f_n. By monotone convergence:

lim inffndμ=limngndμlim infnfndμ\int \liminf f_n\, d\mu = \lim_{n\to\infty} \int g_n\, d\mu \leq \liminf_{n\to\infty} \int f_n\, d\mu

\blacksquare

Theorem 6.7 (Dominated Convergence Theorem). If fnff_n \to f a.e. and there exists gL1(μ)g \in L^1(\mu) with fng|f_n| \leq g a.e. for all nn, then:

limnfndμ=fdμ\lim_{n\to\infty} \int f_n\, d\mu = \int f\, d\mu

Proof sketch. Apply Fatou’s lemma to g+fng + f_n and gfng - f_n:

fdμlim inffndμandfdμlim supfndμ\int f\, d\mu \leq \liminf \int f_n\, d\mu \quad \text{and} \quad \int f\, d\mu \geq \limsup \int f_n\, d\mu

Combining gives the result. \blacksquare

6.5 Worked Example

Problem. Compute limn01(1x2/n)ndx\lim_{n \to \infty} \int_0^1 (1 - x^2/n)^n\, dx.

Solution. For each x[0,1]x \in [0, 1], (1x2/n)nex2(1 - x^2/n)^n \to e^{-x^2} as nn \to \infty. Since 0(1x2/n)n10 \leq (1 - x^2/n)^n \leq 1 for all nn and xx, we can apply the dominated convergence theorem with g(x)=1L1([0,1])g(x) = 1 \in L^1([0, 1]):

limn01(1x2/n)ndx=01ex2dx=π2erf(1)0.7468\lim_{n\to\infty} \int_0^1 (1 - x^2/n)^n\, dx = \int_0^1 e^{-x^2}\, dx = \frac{\sqrt{\pi}}{2}\,\mathrm{erf}(1) \approx 0.7468

\blacksquare