Fatou's Lemma and the Dominated Convergence Theorem
Anchor (Master): Halmos, Measure Theory §IV; Bogachev, Measure Theory Vol. 1 §2.7; Rudin, Real and Complex Analysis 3e §1.34-1.40
Intuition Beginner
The monotone convergence theorem 02.07.04 says that when a non-negative function is approached pointwise from below by an increasing staircase, the integrals of the staircases climb up to the integral of the limit. This is the cleanest possible interaction between limits and integrals, but it is a strong hypothesis: the sequence has to be increasing. What if the sequence is just convergent — going up and down as it settles toward its limit?
Fatou's lemma (Fatou 1906) gives a one-sided answer for non-negative functions without any monotonicity hypothesis. If a sequence of non-negative measurable functions converges pointwise to a limit, the integral of the limit is at most the limit-inferior of the integrals. In symbols and prose: mass cannot appear from nowhere. The integrals can lose mass in the limit (think of a thin tall spike that moves off to infinity), but they cannot gain mass.
The classic picture is the running bump. Define on by for in and elsewhere. Every is a tall thin rectangle of height and base . Its integral is exactly . As grows, the rectangle shrinks horizontally and stretches vertically, and the pointwise limit is the zero function (every fixed eventually sits to the right of the shrinking interval). So the limit has integral , but every approximating integral was . The mass has disappeared into the singular point at the origin.
The dominated convergence theorem (Lebesgue 1908) rescues a two-sided answer when the sequence stays under an integrable envelope. If the absolute values all sit below a single non-negative integrable function , then the limit of integrals equals the integral of the limit. The envelope acts like a ceiling that prevents the running-bump mass-escape: nothing can shoot off to infinity if everything is trapped below a finite-mass dome.
The one-sentence takeaway: integrals can lose mass under pointwise convergence (Fatou one-sided), but they cannot lose mass when a single integrable envelope dominates the sequence (Lebesgue two-sided).
Visual Beginner
Picture two scenarios. In the first, a sequence of tall thin spikes shrinks toward the origin: each spike has the same area, but the pointwise limit is flat zero. The integrals stay at while the limit-integral is . Fatou's lemma says the integral of the limit (zero) is at most the limit of the integrals (one), and the inequality is strict because mass escaped.
In the second scenario, a sequence of bumps sits below a fixed tent-shaped envelope with finite area. As the bumps wiggle into their limit shape, no bump can shoot above the tent, so no mass can escape outside the tent's finite area. The dominated convergence theorem says the integrals converge to the integral of the limit.
Worked example Beginner
We use the running-bump example to see Fatou's lemma in action and to see why the dominated convergence theorem does not apply.
Step 1. Define on with Lebesgue measure by when and when . Each is a step function with two pieces.
Step 2. Compute the integral of each . The rectangle has height and base , so its area is . Every has integral exactly , so the limit of these integrals is .
Step 3. Compute the pointwise limit. Fix in . Eventually , which puts outside the interval , so for large . The pointwise limit of is for every . At , the values blow up to infinity, but the single point has measure . So the pointwise limit is the zero function almost everywhere.
Step 4. The integral of the limit equals , and the limit of the integrals equals . Fatou's lemma says , which is correct but a strict inequality. The dominated convergence theorem does not apply, because no single integrable envelope on can sit above every (any such would need at some point near zero for every , forcing to be unbounded near zero in a non-integrable way).
What this tells us: when mass can escape to a single point or out to infinity, integrals can shrink under pointwise convergence; the dominated convergence theorem prevents this by demanding a finite-mass envelope.
Check your understanding Beginner
Formal definition Intermediate+
Let be a measure space. We work with measurable functions (the extended real line). The almost-everywhere modifier on a limit means equality outside a measurable null set; the inequalities below are read with the usual conventions and when subtraction is unambiguous.
Definition (limit-inferior of a sequence of functions). For measurable , the pointwise limit-inferior is This is the pointwise supremum of the increasing sequence of measurable functions , so is itself measurable.
Definition (uniform integrability). A family of measurable functions on a finite-measure space is uniformly integrable when for every there exists such that for every , Equivalently, the family has uniformly absolutely continuous integrals: for every there exists such that for every and every measurable with , [Folland §2.3].
Definition (convergence in measure). A sequence converges to in measure when for every , as .
Counterexamples to common slips Intermediate+
Fatou's lemma is not an equality. The running-bump on has a.e., so , while for every and . The Fatou inequality is strict; the missing mass has escaped to the singular point at the origin.
Fatou requires non-negativity (or a lower envelope). For on the real line, a.e. (each fixed has for large ) so . But for every , so . The non-negativity hypothesis is what gives Fatou its direction.
Dominated convergence requires a single for the whole sequence. The pointwise limit with varying does not give DCT directly; one needs Pratt's lemma (Theorem 4 below) or a fixed envelope. The running-bump escapes precisely because no fixed dominates.
DCT does not require pointwise convergence everywhere — almost everywhere is enough. Modification of on a null set does not change the integral, and the limit needs only hold a.e. The proof uses the fact that integrals are invariant under a.e. modification.
Convergence in measure is strictly weaker than a.e. convergence. The typewriter sequence (the sequence of indicators of dyadic intervals scanning left-to-right, then halving) converges to in measure but not at any point of . Vitali's convergence theorem (Theorem 3 below) handles such sequences as long as uniform integrability holds.
Key theorem with proof Intermediate+
Theorem (Lebesgue dominated convergence; Lebesgue 1908). Let be a measure space and let be a sequence of measurable functions converging pointwise a.e. to a measurable . Suppose there exists with a.e. for every . Then and
Proof. By modification on a null set we may assume and pointwise everywhere on . Then everywhere as well, so is measurable (a.e.-pointwise limit of measurables) and , giving .
Step 1 (the upper Fatou). Apply Fatou's lemma (Theorem 1 below; the same lemma can be proved directly from MCT as in Theorem 1's proof) to the non-negative sequence , which has pointwise limit : Since , we may subtract from both sides:
Step 2 (the reverse Fatou). Apply Fatou's lemma to the non-negative sequence , which has pointwise limit : Subtracting from both sides and multiplying by (which reverses the inequality):
Step 3 (sandwich). Putting Steps 1 and 2 together: Since always, every inequality is an equality, and .
Step 4 ( convergence). Apply Steps 1-3 to the non-negative sequence pointwise, dominated by . The conclusion is exactly the -convergence claim.
Bridge. The dominated convergence theorem builds toward 02.07.06 spaces, where the same two-Fatou-sandwich argument identifies convergence in -norm with the combination of a.e. convergence and uniform integrability of the -th powers. The central insight is that the dominating envelope acts as a finite-mass ceiling that traps the sequence and prevents mass-escape, and this is exactly the structural fact that Pratt 1960 generalises to variable dominators in . The foundational reason DCT follows from Fatou is the upper-and-lower bracketing: applying Fatou to gives the direction and applying Fatou to gives the direction; putting these together identifies the limit with the integral of the limit. The bridge is between the descriptive theory of pointwise convergence and the operational theory of integral-passage, and the pattern generalises to Banach-valued integration via Bochner DCT 02.11.04 and to probability theory where almost-sure convergence plus uniform integrability gives convergence, appears again in 26.02.07 pending as the load-bearing step in the continuity theorem for characteristic functions.
Exercises Intermediate+
Lean formalization Intermediate+
lean_status: full — Mathlib provides the central convergence theorems. MeasureTheory.lintegral_liminf_le is Fatou's lemma for ENNReal-valued measurable functions: for a sequence of measurable functions, the lower Lebesgue integral of the pointwise limit-inferior is at most the limit-inferior of the integrals. MeasureTheory.tendsto_lintegral_of_dominated_convergence is the dominated convergence theorem in the lower-Lebesgue (non-negative) setting; MeasureTheory.tendsto_integral_of_dominated_convergence is the Bochner (Banach-valued) version with domination by an L^1 function. Mathlib also provides MeasureTheory.UniformIntegrable and the Vitali convergence theorem variant for finite-measure spaces.
import Mathlib.MeasureTheory.Integral.Lebesgue
import Mathlib.MeasureTheory.Integral.DominatedConvergence
import Mathlib.MeasureTheory.Function.UniformIntegrable
variable (X : Type*) [MeasurableSpace X]
variable (μ : MeasureTheory.Measure X)
abbrev CodexFatou (f : ℕ → X → ENNReal) : Prop :=
MeasureTheory.lintegral μ (fun x => Filter.liminf (fun n => f n x) Filter.atTop)
≤ Filter.liminf (fun n => MeasureTheory.lintegral μ (f n)) Filter.atTop
abbrev CodexDominated {β : Type*} [NormedAddCommGroup β]
(f : ℕ → X → β) (g : X → ℝ) : Prop :=
∀ n, ∀ᵐ x ∂μ, ‖f n x‖ ≤ g xAdvanced results Master
The advanced theory of the convergence theorems splits across five strands: the reverse-Fatou inequality with an upper envelope, Pratt's variable-dominator generalisation, Vitali convergence and uniform integrability, the de la Vallée Poussin criterion for uniform integrability, and the Bochner-valued extension of DCT to Banach-valued integration.
Theorem 1 (Fatou's lemma; Fatou 1906). Let be a measure space and let be a sequence of measurable functions . Then The inequality can be strict: the running bump on has and [Fatou 1906].
Proof. Define . Each is measurable as a countable infimum. The sequence is monotone non-decreasing in with pointwise limit . By monotone convergence applied to : For each and each , pointwise, so . Taking the infimum over : . Taking the limit as (the left side increases, the right side is by definition):
Theorem 2 (reverse Fatou). Let be measurable functions and suppose there exists a non-negative with a.e. for every . Then
Proof. The sequence is non-negative and . Apply Theorem 1: Since , subtracting gives .
Theorem 3 (Vitali convergence; Vitali 1907). Let be a measure space with . Let converge to in measure. Then and if and only if is uniformly integrable.
The Vitali theorem strictly generalises DCT in the finite-measure case: every dominated sequence is uniformly integrable (with dominator supplying the bound), but there are uniformly integrable sequences that are not dominated by any single function (consider on , which is uniformly integrable because the integrals localise to shrinking intervals, but no envelope can dominate on for every ). Vitali's theorem is the standard tool in martingale theory: a martingale converges in if and only if it is uniformly integrable, the Doob -convergence theorem [Vitali 1907].
Theorem 4 (Pratt's lemma; Pratt 1960). Let be sequences of measurable functions on with , , a.e., a.e., , and , with . Then and .
The special case with constant recovers DCT. The general case allows the dominators to vary, which is essential in applications to stochastic processes (where the natural dominators are martingale increments rather than a single envelope) and to weak convergence (where the dominators converge in to a limit) [Pratt 1960].
Proof. Apply Fatou to (pointwise limit ): So .
Apply Fatou to (pointwise limit ): So . Combining, .
Theorem 5 (de la Vallée Poussin criterion; de la Vallée Poussin 1915). A family in on a finite-measure space is uniformly integrable if and only if there exists an increasing convex function with as such that
The standard choices for are for (which gives the -bounded uniformly integrable implication, the key estimate behind -compactness in the weak topology for ), (which appears in Orlicz-space theory), and (which is the borderline at where uniform integrability fails to follow from -boundedness alone) [deLaValleePoussin 1915].
Theorem 6 (Dunford-Pettis theorem; Dunford-Pettis 1940). On a finite-measure space, a subset is relatively weakly compact (precompact in the weak topology of ) if and only if it is bounded and uniformly integrable.
This is the analytic content of "uniform integrability is the right finite-measure analogue of weak compactness." It is the standard tool in the calculus of variations (semicontinuity of integrals along weakly convergent sequences requires Fatou + uniform integrability), in PDE (Galerkin approximations and existence of weak solutions), and in probability (tightness of measures + the Dunford-Pettis criterion characterises convergence in distribution against bounded continuous test functions).
Theorem 7 (Bochner dominated convergence; Bochner 1933). Let be a Banach space, strongly measurable converging a.e. to , and suppose there exists with a.e. for every . Then is Bochner integrable and
The Bochner DCT is the load-bearing theorem in the theory of Banach-valued random variables and in the spectral theorem for unbounded operators (where eigenfunction expansions involve Bochner integrals against the spectral measure). The proof follows the scalar DCT with in place of and the scalar DCT applied to the real-valued [Bochner 1933].
Theorem 8 (continuity-under-integral with parameter). Let where is open. Suppose is measurable for each , is continuous at for a.e. , and there exists with for a.e. and every in a neighbourhood of . Then is continuous at .
This is the parameter-integral continuity theorem, the workhorse for the Fourier transform on (continuity of at every ), for the Laplace transform on (continuity on ), and for the Mellin transform of -functions of compact support.
Synthesis. The dominated convergence theorem is the foundational reason that twentieth-century analysis can interchange limits and integrals without case-by-case hand-checking. The central insight is the upper-and-lower bracketing of by applying Fatou to and , which identifies the integral of the limit with the limit of integrals whenever a single integrable envelope traps the sequence; this is exactly the structural fact that generalises to Pratt's variable-dominator setting, to Vitali's uniform-integrability setting on finite-measure spaces, and to the Bochner-valued setting for Banach-space-valued integrals.
The structural pattern generalises through three escalations. First, scalar DCT extends to Banach-valued DCT via Bochner 1933: the same Fatou-sandwich proof carries over with in place of and the scalar DCT applied to the real-valued norm-difference. Second, the constant-envelope hypothesis loosens to variable envelopes via Pratt 1960: as long as the bracketing functions converge in to their limits, the Fatou applications still close. Third, the finite-measure case loosens the domination hypothesis to uniform integrability via Vitali 1907 and the Dunford-Pettis criterion: a sequence whose integrals are uniformly absolutely continuous (the precise rephrasing of uniform integrability) converges in to its in-measure limit, the foundational fact behind the -weak-compactness criterion. The bridge is between the descriptive theory (convergence modes — pointwise, in measure, in ) and the operational theory (integral-passage under each mode), and putting these together identifies the integration theory with the right convergence calculus on , the pattern recurring in the martingale convergence theorems (Doob 1953), in the calculus of variations (semicontinuity of integral functionals under weak convergence), and in modern PDE (Galerkin existence proofs and weak solutions via Fatou plus uniform integrability).
Full proof set Master
Proposition 1 (Fatou with arbitrary lower envelope). Let be measurable and suppose there exists with a.e. for every . Then
Proof. The sequence is non-negative and a.e.-measurable. Apply Theorem 1 to : The left side equals (using ). The right side equals . Adding to both sides gives the conclusion.
Proposition 2 (DCT implies convergence for ). Let converge a.e. to with a.e. for , . Then .
Proof. Apply DCT to the non-negative sequence , which converges to a.e. and is dominated by (using a.e. from passing to the limit in ). The DCT conclusion gives , which is the -convergence claim.
Proposition 3 (Egorov's theorem feeds into DCT). Let and a.e. Then for every there is a measurable with on which uniformly.
Proof. This is Egorov's theorem from 02.07.03. The relevance here is that Egorov plus DCT gives a constructive route to convergence: uniform convergence on gives directly (uniform convergence of bounded sequences on a finite-measure set), and the tail has small measure, contributing at most , which is small by absolute continuity of the integral [02.07.04 Theorem 4] if a dominator is in hand.
Proposition 4 (Pratt's lemma reduces to DCT via re-bracketing). The conclusion of Pratt's lemma (Theorem 4) can also be obtained by the dominated convergence theorem applied to the sequence , where are non-negative correction terms making the bracketing two-sided around .
Proof. Set and , so and . The hypothesis becomes . With in (consequence of in ) and in , the sequence is bracketed by , and a direct DCT-with-variable-dominator argument closes. The technical step is showing that an -convergent sequence of dominators behaves like a fixed dominator for DCT purposes; this is exactly the content of Pratt's original argument.
Proposition 5 (uniform integrability is closed under convergence). If in on a finite-measure space, then is uniformly integrable.
Proof. Given , choose such that for . The single function is uniformly integrable (in the singleton sense): there is such that (absolute continuity of the integral). Similarly the finite family is uniformly integrable: choose such that for . For and : Take . For any and any with , .
Proposition 6 (Dunford-Pettis via uniform integrability and Banach-Alaoglu). A bounded uniformly integrable set on a finite-measure space has weak limits of every sequence in .
Proof. Banach-Alaoglu applied to the dual pairing gives weak-* compactness of bounded sets in . The uniform integrability hypothesis is what ensures that the weak-* limit lies in rather than in the strictly larger dual , which contains finitely additive set functions. The technical step is showing that uniform integrability prevents the loss of -mass at infinity in the weak-* compactification, exactly the content of the Dunford-Pettis theorem [Theorem 6].
Proposition 7 (Scheffé's lemma; Scheffé 1947). If are non-negative, a.e., and , then (so in ).
Proof. The non-negative sequence converges a.e. to and is dominated by , which is integrable. By DCT, . Write . Integrating: Both pieces go to : the first by hypothesis , the second by the DCT bound above. Hence .
This proposition is the converse-style companion to DCT: instead of assuming a dominator and deducing convergence from a.e. convergence, Scheffé's lemma assumes equality of integral limits and deduces convergence from a.e. convergence. The proposition is the standard tool in probability theory for converting convergence of densities to convergence in total variation distance between probability measures.
Proposition 8 (DCT and the Lévy continuity theorem). Let be random variables on a probability space with characteristic functions . If in distribution, then for every ; conversely, if for every and is continuous at , then is the characteristic function of some random variable and in distribution.
Proof of the forward direction. The family of bounded continuous functions is the test class for convergence in distribution (Portmanteau theorem). For each fixed , the function is bounded continuous, so in distribution gives , i.e., . The DCT enters in the converse via the proof that is a characteristic function — one shows extends to a positive-definite continuous function and applies Bochner's theorem (characteristic-function-characterisation theorem).
The Lévy continuity theorem is the analytic backbone of the central limit theorem 26.02.07 pending: the convergence of suitably normalised sums of i.i.d. random variables in distribution to the Gaussian is proved by showing the characteristic functions converge pointwise to , then applying Lévy continuity to lift this pointwise convergence to convergence in distribution.
Connections Master
Lebesgue integral construction and the monotone convergence theorem
02.07.04. The direct prerequisite. MCT is the primitive limit theorem; Fatou's lemma is the version obtained by applying MCT to the increasing infimum-tail sequence ; DCT is obtained by applying Fatou to and to bracket the limit from above and below. The chain of inferences MCT Fatou DCT is the load-bearing skeleton of the convergence theorems.Measurable functions, simple functions, Egorov's theorem, and Lusin's theorem
02.07.03. Provides the framework on which convergence is built: pointwise a.e. convergence of measurable functions, Egorov's theorem refining a.e. convergence to uniform convergence outside a small set, and Lusin's theorem refining measurable functions to continuous functions outside a small set. Egorov plus DCT gives a constructive route to the convergence-of-integrals conclusion on finite-measure spaces.spaces, Hölder, Minkowski, and Riesz-Fischer completeness
02.07.06. Built on the convergence theorems of this unit. DCT applied to gives convergence from a.e. convergence plus domination; the Riesz-Fischer completeness theorem for is a direct application of DCT to Cauchy sequences. The duality theory of for relies on the Dunford-Pettis theorem (Theorem 6) in the case.Banach spaces, completeness, and Bochner integration
02.11.04. The Bochner integral for Banach-valued functions extends DCT to vector-valued settings (Theorem 7). The Riesz-Fischer completeness of identifies as a Banach space; the Bochner integral is the canonical example of a Banach-valued integration theory; and DCT is the workhorse for both the construction (limits of simple-function approximations) and the operational use (interchange of limits and integrals) of Banach-valued integration.Central limit theorem and characteristic-function continuity
26.02.07pending. DCT is essential in the continuity theorem for characteristic functions in probability theory (Lévy's continuity theorem): if random variables converge in distribution to , the characteristic functions converge to pointwise, and the converse direction uses DCT on the bounded continuous family to lift pointwise convergence of characteristic functions to convergence in distribution. The bridge between analytic limit theorems (DCT) and probabilistic limit theorems (the central limit theorem) runs through characteristic functions.
Historical & philosophical context Master
Fatou's 1906 Acta Mathematica paper [Fatou 1906] introduced the lemma for non-negative measurable functions. Fatou's main result in the paper was about boundary behaviour of bounded analytic functions in the unit disc — the Fatou theorem on radial limits — and the lemma now bearing his name was a technical tool deployed in service of the headline result. The extraction of Fatou's lemma as a stand-alone measure-theoretic theorem and its identification as a primitive limit-passage statement is due to the modern textbook tradition (Halmos 1950, Rudin 1966, Folland 1984).
Lebesgue's 1908 second edition of Leçons sur l'intégration [Lebesgue 1908] contains the dominated convergence theorem in its modern form. Lebesgue's original statement was for a sequence of measurable functions on a bounded interval with a uniform bound (the bounded convergence theorem); the extension to a general integrable dominator was the work of the early twentieth-century French school, including Lebesgue's own iterations and the contributions of Riesz, Borel, and Vitali.
Vitali's 1907 Rendiconti del Circolo Matematico di Palermo paper [Vitali 1907] introduced the uniform integrability condition and proved that, on a finite-measure space, convergence in measure plus uniform integrability is equivalent to convergence of integrals. Vitali's framing was in terms of "integrable in series" — a quantitative absolute-continuity condition on the integrals over small-measure sets — and his theorem was originally a tool for studying term-by-term integration of trigonometric series, the same kind of problem motivating Fatou's lemma.
De la Vallée Poussin's 1915 Transactions of the American Mathematical Society paper [deLaValleePoussin 1915] gave the criterion characterising uniform integrability as the existence of an increasing convex superlinear with . De la Vallée Poussin's framing connected uniform integrability to the modulus of continuity of the integral and to the Orlicz-space framework (later developed by Orlicz 1932 Bull. Acad. Polon. Sci. and Krasnoselskii-Rutickii 1961 monograph).
Pratt's 1960 Transactions of the American Mathematical Society paper [Pratt 1960] gave the variable-dominator generalisation of DCT. Pratt's motivation was statistical decision theory, where the natural dominators are not fixed envelopes but sequences converging in to a limit. Pratt's lemma is the standard tool in the modern theory of stochastic integration (Itô's formula derivation), in the calculus of variations (passing to the limit in integral functionals), and in the theory of weak solutions to PDE (Galerkin approximation arguments where the dominators are partial sums of an expansion).
Bochner's 1933 Fundamenta Mathematicae paper [Bochner 1933] extended DCT to Banach-valued functions. The Bochner construction follows the same three-step pattern as the scalar Lebesgue integral, with simple functions taking values in a Banach space and the integrability condition replacing the scalar finiteness condition. The Bochner DCT is the foundation of modern probability theory of Banach-valued random variables (Ledoux-Talagrand 1991 Probability in Banach Spaces), of spectral theory of unbounded operators (Dunford-Schwartz 1958-71 Linear Operators), and of harmonic analysis on non-commutative groups.
The Dunford-Pettis theorem characterising relatively weakly compact subsets of as the bounded uniformly integrable subsets (Dunford 1939, Pettis 1938, Dunford-Pettis 1940 Trans. AMS 47) closes a loop with Vitali 1907: uniform integrability is both the right finite-measure analogue of weak compactness in and the right condition for the convergence-of-integrals conclusion. The theorem is the analytic content of "uniform integrability = weak compactness in " and underlies the modern treatment of weak convergence in probability (Billingsley 1968) and in the calculus of variations (Dacorogna 2008).
The structural story of the convergence theorems is a sixty-year arc: Fatou 1906 (lemma in trigonometric series context) → Beppo Levi 1906 (MCT) → Vitali 1907 (uniform integrability) → Lebesgue 1908 (DCT in monograph form) → de la Vallée Poussin 1915 (criterion for UI) → Bochner 1933 (Banach-valued) → Dunford-Pettis 1940 (weak compactness in ) → Pratt 1960 (variable dominators). Each step extends the previous to a more general setting while preserving the load-bearing two-Fatou-sandwich structure, and the result is a body of theorems that organises every convergence-of-integrals question under one of three patterns (monotone, dominated, uniformly integrable).
Bibliography Master
@article{Fatou1906,
author = {Fatou, Pierre},
title = {S\'eries trigonom\'etriques et s\'eries de Taylor},
journal = {Acta Mathematica},
volume = {30},
year = {1906},
pages = {335--400}
}
@article{Vitali1907,
author = {Vitali, Giuseppe},
title = {Sull'integrazione per serie},
journal = {Rendiconti del Circolo Matematico di Palermo},
volume = {23},
year = {1907},
pages = {137--155}
}
@book{Lebesgue1908,
author = {Lebesgue, Henri},
title = {Le\c{c}ons sur l'int\'egration et la recherche des fonctions primitives},
edition = {2},
publisher = {Gauthier-Villars},
address = {Paris},
year = {1908}
}
@article{deLaValleePoussin1915,
author = {de la Vall\'ee Poussin, Charles},
title = {Sur l'int\'egrale de {L}ebesgue},
journal = {Transactions of the American Mathematical Society},
volume = {16},
year = {1915},
pages = {435--501}
}
@article{Bochner1933,
author = {Bochner, Salomon},
title = {Integration von Funktionen, deren Werte die Elemente eines Vektorraumes sind},
journal = {Fundamenta Mathematicae},
volume = {20},
year = {1933},
pages = {262--276}
}
@article{DunfordPettis1940,
author = {Dunford, Nelson and Pettis, B. J.},
title = {Linear operations on summable functions},
journal = {Transactions of the American Mathematical Society},
volume = {47},
year = {1940},
pages = {323--392}
}
@article{Pratt1960,
author = {Pratt, John W.},
title = {On interchanging limits and integrals},
journal = {Transactions of the American Mathematical Society},
volume = {94},
year = {1960},
pages = {392--405}
}
@book{Halmos1950,
author = {Halmos, Paul R.},
title = {Measure Theory},
publisher = {Van Nostrand},
year = {1950},
note = {Reprinted as Springer GTM 18, 1974}
}
@book{Folland1999,
author = {Folland, Gerald B.},
title = {Real Analysis: Modern Techniques and Their Applications},
edition = {2},
publisher = {Wiley},
year = {1999}
}
@book{Rudin1987,
author = {Rudin, Walter},
title = {Real and Complex Analysis},
edition = {3},
publisher = {McGraw-Hill},
year = {1987}
}
@book{Bogachev2007,
author = {Bogachev, Vladimir I.},
title = {Measure Theory, Volume 1},
publisher = {Springer},
year = {2007}
}
@book{RoydenFitzpatrick2010,
author = {Royden, H. L. and Fitzpatrick, P. M.},
title = {Real Analysis},
edition = {4},
publisher = {Pearson},
year = {2010}
}
@book{Tao2016,
author = {Tao, Terence},
title = {Analysis II},
edition = {3},
publisher = {Hindustan Book Agency},
year = {2016}
}