Measure theory is the branch of mathematical analysis that provides the rigorous theoretical foundation for modern integration, real analysis, probability theory, and stochastic calculus. Developed by Henri Lebesgue and Émile Borel, measure theory resolves the fundamental limitations of the Riemann integral, establishing formal mathematical machinery for assigning sizes (lengths, areas, volumes, and probabilities) to complex geometric subsets of Euclidean space.
This guide details \sigma-algebras, Borel sets, the construction of the Lebesgue measure, the Lebesgue integral versus the Riemann integral, convergence theorems (Monotone and Dominated Convergence), and the Radon-Nikodym derivative.
+-----------------------------------------------------------------------------------------+
| RIEMANN vs. LEBESGUE INTEGRATION |
+-----------------------------------------------------------------------------------------+
| Dimension | Riemann Integral | Lebesgue Integral |
+---------------------+--------------------------------------+------------------------------------+
| Domain Partitioning | Partitions the x-axis (Domain) | Partitions the y-axis (Range) |
| Measurable Sets | Continuous / piecewise continuous | Measurable functions over σ-algebra|
| Characteristic Func | Fails on Dirichlet function 1_ℚ(x) | ∫ 1_ℚ dμ = 0 (ℚ has measure zero) |
| Limit Invariance | Weak limit interchange conditions | Monotone & Dominated Convergence |
| Completeness | L¹ norm space is incomplete | L¹(μ), L²(μ) spaces are complete |
| | (Needs Cauchy completion) | Banach and Hilbert spaces |
+-----------------------------------------------------------------------------------------+
Let X be a non-empty set. A collection \Sigma of subsets of X is called a \sigma-algebra if it satisfies three structural axioms:
The pair (X, \Sigma) is called a Measurable Space, and elements E \in \Sigma are called Measurable Sets.
The Borel \sigma-algebra on \mathbb{R}^n is the smallest \sigma-algebra generated by all open sets in \mathbb{R}^n. It contains all open intervals, closed intervals, half-open intervals, countable unions of closed sets (F_\sigma sets), and countable intersections of open sets (G_\delta sets).
A Measure \mu: \Sigma \to [0, \infty] is a non-negative function satisfying countable additivity:
Carathéodory Measure Extension Construction:
[ Elementary Intervals (a, b) with Length l(I) = b - a ]
|
v
[ Lebesgue Outer Measure: m*(E) = inf { ∑ l(I_k) : E ⊆ ⋃ I_k } ]
|
v (Carathéodory Criterion: m*(A) = m*(A ∩ E) + m*(A ∩ Eᶜ))
[ Lebesgue Measurable Sets ℒ(ℝ) & Complete Lebesgue Measure m ]
Assuming the Axiom of Choice, there exist subsets of \mathbb{R} that cannot be assigned any consistent measure (Vitali Sets). Measure theory restricts integration to the \sigma-algebra of measurable sets \mathcal{L}(\mathbb{R}), preventing mathematical paradoxes like the Banach-Tarski paradox.
While the Riemann integral divides the domain [a, b] into vertical strips (\Delta x), the Lebesgue integral partitions the range of the function into horizontal slices (\Delta y) using Simple Functions \phi(x) = \sum_{i=1}^k a_i \mathbf{1}_{E_i}(x):
For any non-negative measurable function f: X \to [0, \infty]:
+-----------------------------------------------------------------------------------------+
| LEBESGUE CONVERGENCE THEOREMS |
+-----------------------------------------------------------------------------------------+
| Theorem | Condition | Conclusion |
+--------------------------------+---------------------------------------+----------------+
| Monotone Convergence (MCT) | 0 ≤ f₁ ≤ f₂ ≤ f₃ ... ↑ f pointwise | lim ∫ f_n = ∫ f|
| Fatou's Lemma | Non-negative f_n ≥ 0 | ∫ (lim inf f_n)|
| | | ≤ lim inf ∫ f_n|
| Dominated Convergence (DCT) | |f_n(x)| ≤ g(x) with ∫ g dμ < ∞ | lim ∫ f_n = ∫ f|
+-----------------------------------------------------------------------------------------+
In modern probability theory (Kolmogorov's axioms), a Probability Space is defined as a normalized measure space (\Omega, \mathcal{F}, P) where P(\Omega) = 1:
If measure \nu is absolutely continuous with respect to \mu (\nu \ll \mu, meaning \mu(A) = 0 \implies \nu(A) = 0), there exists an almost-everywhere unique non-negative measurable function \frac{d\nu}{d\mu} \in L^1(\mu), called the Radon-Nikodym derivative, such that:
In quantitative finance and statistics, the Radon-Nikodym derivative represents the likelihood ratio and the change-of-measure density (e.g., transitioning from physical real-world measure \mathbb{P} to risk-neutral pricing measure \mathbb{Q} via Girsanov's theorem).