TheoremComplete

Lebesgue Integration - Applications

TheoremDominated Convergence Theorem (DCT)

Let (X,F,μ)(X, \mathcal{F}, \mu) be a measure space. Suppose {fn}\{f_n\} is a sequence of measurable functions such that:

  1. fn(x)f(x)f_n(x) \to f(x) for almost every xXx \in X
  2. There exists an integrable function g:X[0,)g: X \to [0, \infty) such that fn(x)g(x)|f_n(x)| \leq g(x) for all nn and almost every xx

Then ff is integrable and: limnXfndμ=Xfdμ\lim_{n \to \infty} \int_X f_n \, d\mu = \int_X f \, d\mu

Moreover, limnXfnfdμ=0\lim_{n \to \infty} \int_X |f_n - f| \, d\mu = 0.

The Dominated Convergence Theorem is the most widely used convergence result in analysis. It requires pointwise convergence and a dominating function, but does not require monotonicity or uniform convergence.

ExampleDifferentiating Under the Integral

Let f(x,t)=etxf(x, t) = e^{-tx} for x[0,)x \in [0, \infty) and t>0t > 0. Define F(t)=0etxdx=1/tF(t) = \int_0^\infty e^{-tx} \, dx = 1/t.

To show F(t)=0tetxdxF'(t) = \int_0^\infty \frac{\partial}{\partial t} e^{-tx} \, dx, consider: F(t+h)F(t)h=0ex(t+h)exthdx\frac{F(t + h) - F(t)}{h} = \int_0^\infty \frac{e^{-x(t+h)} - e^{-xt}}{h} \, dx

As h0h \to 0, the integrand converges to xetx-xe^{-tx}. For h<t/2|h| < t/2, we have: ex(t+h)exthxext/2\left|\frac{e^{-x(t+h)} - e^{-xt}}{h}\right| \leq xe^{-xt/2}

which is integrable. By DCT: F(t)=0(x)etxdx=1t2F'(t) = \int_0^\infty (-x) e^{-tx} \, dx = -\frac{1}{t^2}

Remark

Applications of DCT include:

  1. Leibniz integral rule: Under appropriate conditions, DCT justifies differentiating under the integral sign: ddtXf(x,t)dμ(x)=Xft(x,t)dμ(x)\frac{d}{dt} \int_X f(x, t) \, d\mu(x) = \int_X \frac{\partial f}{\partial t}(x, t) \, d\mu(x)

  2. Continuity of integrals: If ft(x)ft0(x)f_t(x) \to f_{t_0}(x) as tt0t \to t_0 and ftg|f_t| \leq g integrable, then: limtt0Xftdμ=Xft0dμ\lim_{t \to t_0} \int_X f_t \, d\mu = \int_X f_{t_0} \, d\mu

  3. L1L^1 convergence: The condition Xfnfdμ0\int_X |f_n - f| \, d\mu \to 0 is equivalent to convergence in the L1L^1 norm, showing that pointwise a.e. convergence with domination implies L1L^1 convergence.

DCT is typically proved using Fatou's Lemma applied to g+fng + f_n, gfng - f_n, and the fact that gg is integrable provides the necessary control to pass limits through the integral.