Skip to content

Summary of Key Results

| Theorem | Conditions | Conclusion | | ---------------------- | ----------------------------------------- | ---------------------------------------- | --------------- | ------------------------ | | Monotone Convergence | 0fnf0 \leq f_n \nearrow f | limfn=f\lim \int f_n = \int f | | Fatou”s Lemma | fn0f_n \geq 0 | lim inffnlim inffn\int \liminf f_n \leq \liminf \int f_n | | Dominated Convergence | fnff_n \to f, fngL1| f_n | \leq g \in L^1 | limfn=f\lim \int f_n = \int f | | Holder’s Inequality | fLpf \in L^p, gLqg \in L^q, 1/p+1/q=11/p + 1/q = 1 | fg1fpgq\|fg\|_1 \leq \|f\|_p \|g\|_q | | Minkowski’s Inequality | f,gLpf, g \in L^p | f+gpfp+gp\|f + g\|_p \leq \|f\|_p + \|g\|_p | | Fubini | fL1(μ×ν)f \in L^1(\mu \times \nu) | Iterated integrals equal double integral | | Radon-Nikodym | νμ\nu \ll \mu, σ\sigma-finite | dν/dμd\nu/d\mu exists and is unique a.e. |

:::caution Common Pitfall When applying the dominated convergence theorem, the dominating function gg must be integrable (gL1g \in L^1), not just bounded. A bounded function on a space of infinite measure need not be integrable.

:::