Monotone and Dominated Convergence
Learning objectives
- State and apply the Monotone Convergence Theorem (MCT)
- State and apply the Dominated Convergence Theorem (DCT)
- State Fatou's Lemma and exhibit a sequence where the inequality is strict
- Use the theorems to interchange limits and integrals in concrete computations
The Riemann integral has a single deep failing: you usually cannot interchange limit and integral. If pointwise, it is shockingly difficult to conclude in the Riemann theory, you need uniform convergence, which is a strong and rare condition. The Lebesgue integral fixes this. The three convergence theorems of this section, Monotone, Fatou, Dominated, give clean, broadly applicable, easy-to-check conditions under which and commute. Every limit interchange you will ever do in probability, harmonic analysis, or differential equations cites one of these three results.
The convergence theorems are statements about general measure spaces and do not have a single specific widget in lang-core. We motivate them with three explicit sequences of step functions, the canonical examples in every real-analysis textbook.
Monotone Convergence Theorem (MCT)
Statement. Let be a sequence of measurable functions on with pointwise (a.e.) and pointwise (a.e.). Then
Mnemonic: if the sequence climbs monotonically, the integral climbs with it, nothing escapes. Example: take f_n = \chi_{[0, n]} on . Each , the pointwise limit is , and
so MCT gives the expected (if infinite) answer.
Fatou's Lemma
Statement. If are non-negative measurable functions, then
This inequality can be strict. The classic example is f_n = n\, \chi_{[0, 1/n]}: for every eventually , so . The liminf of the functions is , so its integral is . But for every , so the liminf of the integrals is . Fatou says , correct, and the inequality is strict.
Intuition: mass can "leak out to infinity" or "concentrate at a point" in such a way that the integrals all stay positive while the pointwise limit is zero. Fatou is a one-way safeguard: the integral of the limit is at most the limit of the integrals, never more.
Dominated Convergence Theorem (DCT)
Statement. Let be measurable functions with pointwise (a.e.). Suppose there exists a non-negative integrable function with for almost every and every . Then is integrable and
The dominating function is the entire point: it caps the size of every uniformly and prevents mass from escaping to infinity or piling up at a single point. With in place, swap-of-limit-and-integral is legal. Without , the example f_n = n\, \chi_{[0, 1/n]} shows the interchange can fail spectacularly: pointwise limit is , integrals all equal .
Three sequences, three behaviours
- f_n = \chi_{[0, n]}: monotone increasing, no dominator, integral diverges to . MCT applies; gives .
- f_n = n\, \chi_{[0, 1/n]}: not monotone, no dominator (the only candidate would be the integrable near , which is not integrable), Fatou gives strictly, DCT does not apply.
- on [0, 1]: pointwise limit is , dominated by (because by AM-GM), DCT applies and gives .
- Quantum mechanics: Time-evolved wave functions are written as integrals of energy-eigenstate components against the spectral measure. Computing for an observable as uses DCT pointwise on , dominated by which is in for normalised states.
- Probability theory: Almost-sure convergence of random variables combined with a uniform integrability hypothesis gives E[X_n] \to E[X], DCT in the probabilistic dialect. The weak and strong laws of large numbers and central limit theorem proofs all rely on Fatou and DCT at key steps.
- Heat equation and PDE: Solutions of are represented as convolutions with the heat kernel. Showing that the solution converges to the initial data as uses DCT with the heat kernel itself as the dominator.
- Machine learning: Stochastic gradient methods compute expectations by averaging samples; convergence of the empirical risk to the true risk under iid sampling is a DCT/Fatou argument. Even more directly, the chain rule for backpropagation through an integral (a "score-function estimator") uses DCT to swap differentiation and expectation.
Pause and think: Why does MCT not apply to the sequence f_n = n\, \chi_{[0, 1/n]}? Walk through the hypotheses one by one. (Hint: is the sequence monotone increasing?) Why does DCT not apply? (Hint: is there an integrable function that dominates every ?)
Try it
- Predict first: compute using DCT with the dominator . (Hint: pointwise for and stays at .)
- Apply MCT (which needs non-negative monotone terms) to compute \int_0^1 \sum_{n=0}^\infty x^n / n!\, dx = \int_0^1 e^x\, dx and confirm by integrating term-by-term.
- True or false: if pointwise on [0, 1], then . (Hint: counterexample with f_n = n \chi_{[0, 1/n]} on [0, 1].)
- Fatou check: exhibit a sequence where the Fatou inequality is an equality. (Hint: any monotone increasing sequence, by MCT.)
- DCT in action: evaluate \lim_{n \to \infty} \int_0^\infty \frac{\sin(x/n)}{x(1+x^2)}\, dx. (Hint: pointwise the integrand ; using , dominator is , verify it is integrable on ; conclude limit is .)
A trap to watch for
A subtle and very common error is to apply DCT without checking that a dominator exists, people quote the theorem and then forget the clause. Worse, they sometimes try to use as the dominator, which is fine only if that supremum is itself integrable. The sequence f_n = n\, \chi_{[0, 1/n]} has at and behaves like near zero, which is not integrable. There is no valid dominator and the theorem genuinely does not apply. Always write down explicitly and check before quoting DCT. If you cannot find such a , look for monotonicity (use MCT) or fall back on Fatou's one-sided inequality.
What you now know
You can state the Monotone Convergence Theorem, Fatou's Lemma, and the Dominated Convergence Theorem, recognise which one applies in concrete situations, and use them to compute in cases where the Riemann theory is silent. You have also seen the canonical "escape to infinity" counterexample (f_n = n\,\chi_{[0, 1/n]}) that motivates the dominator condition. This closes the introduction to measure theory and Lebesgue integration; the further development, spaces, Fubini-Tonelli, Radon-Nikodym, all builds on these three theorems.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed: But Need to Know for Graduate School. Cambridge University Press, ch. 12.
- Royden, H. L., Fitzpatrick, P. M. (2010). Real Analysis (4th ed.). Pearson, ch. 4.
- Folland, G. B. (1999). Real Analysis: Modern Techniques and Their Applications (2nd ed.). Wiley, ch. 2.
- Rudin, W. (1987). Real and Complex Analysis (3rd ed.). McGraw-Hill, ch. 1.
- Stein, E. M., Shakarchi, R. (2005). Real Analysis. Princeton UP, ch. 2-3.