Measure Theory — The Mathematics of Size
Measure theory answers the question: how do we measure the "size" of a set? It starts simply — length of an interval, area of a rectangle — but quickly leads to deep questions about infinity, the structure of the real line, and the foundations of integration. Without measure theory, there is no rigorous probability theory, no Lebesgue integral, no modern analysis. It's the invisible scaffolding beneath the mathematics of uncertainty and change.
📏 Sigma-Algebras and Measures — The Foundation
Sigma-Algebras
A σ-algebra (or σ-field) F on a set X is a collection of subsets containing X, closed under complements and countable unions. The pair (X, F) is a measurable space. The Borel σ-algebra on ℝ is the smallest σ-algebra containing all open intervals — it's generated by (a,b), (−∞,a], or any family that generates the open sets. Borel sets include intervals, open sets, closed sets, Gδ sets, Fσ sets, and more — but still not all subsets. The Lebesgue σ-algebra extends the Borel σ-algebra to include all sets that differ from a Borel set by a set of measure zero (the completion).
Constructing the Lebesgue Measure
The Lebesgue measure λ on ℝ is built in stages. Start with the outer measure λ*(A) = inf{ Σ |Iₙ| : A ⊆ ∪ Iₙ } where Iₙ are intervals. A set A is Lebesgue measurable if it splits every set appropriately (Carathéodory's criterion): λ*(E) = λ*(E∩A) + λ*(E\A) for all E ⊆ ℝ. This gives a σ-algebra containing the Borel sets, and λ is countably additive on it. The Lebesgue measure of an interval is its length, it's translation-invariant, and it satisfies all the intuitive properties of "length" — but only on measurable sets.
The total length removed = 1/3 + 2/9 + 4/27 + ... = 1. So the Cantor set has Lebesgue measure 0. Yet it's uncountable — it has as many points as the entire interval [0,1]!
The Cantor set is a perfect, nowhere-dense set of measure zero. It shows that "size" in the sense of measure is very different from "size" in the sense of cardinality. It also appears in dynamics, fractal geometry, and as the attractor of iterated function systems.
∫ The Lebesgue Integral — Integrating Without Continuity
Measurable Functions and Simple Functions
A function f: X → ℝ is measurable if the preimage of every Borel set is measurable. This is equivalent to {x : f(x) > c} being measurable for all c ∈ ℝ. Almost every function you can reasonably define is measurable — continuous functions, step functions, limits of measurable functions. A simple function is a finite linear combination of indicator functions of measurable sets. The integral of a simple function is Σ aᵢ·μ(Aᵢ). For a non-negative measurable function f, the integral is the supremum of integrals of simple functions ≤ f. For general f, split into positive and negative parts.
Can we swap limit and integral? ∫₀¹ n·xⁿ dx = n/(n+1) → 1. The pointwise limit is 0, so ∫ fₙ → 1 ≠ 0 = ∫ 0!
The dominated convergence theorem doesn't apply because there's no integrable dominating function g with |fₙ| ≤ g for all n. Indeed, supₙ fₙ(1) = ∞. This shows why the conditions matter — when they're satisfied, swapping limit and integral is justified; when they're not, all bets are off.
📊 Lᵖ Spaces — Function Spaces with Norms
Modes of Convergence
In measure theory, there are several distinct notions of convergence for functions. Pointwise a.e. convergence: fₙ(x) → f(x) for almost every x. Convergence in measure: for every ε > 0, μ({|fₙ − f| > ε}) → 0. Convergence in Lᵖ: ‖fₙ − f‖ₚ → 0. These are related: Lᵖ convergence implies convergence in measure; convergence in measure implies a subsequence converges pointwise a.e.; but in general, none of these implications reverse. The Egoroff theorem says that on a finite measure space, pointwise a.e. convergence implies uniform convergence on sets of arbitrarily large measure — almost uniform convergence.
🌌 Radon-Nikodym, Fubini, and the Foundations of Probability
Product Measures and Fubini's Theorem
Given two measure spaces (X, F, μ) and (Y, G, ν), the product measure μ×ν on X×Y is defined by (μ×ν)(A×B) = μ(A)·ν(B) on rectangles, then extended to the product σ-algebra. Fubini's theorem says that if f is integrable with respect to the product measure, then the iterated integrals exist and are equal: ∫_{X×Y} f d(μ×ν) = ∫_X (∫_Y f(x,y) dν(y)) dμ(x) = ∫_Y (∫_X f(x,y) dμ(x)) dν(y). This is the justification for "changing the order of integration" in multivariable calculus — but it requires integrability, which is not automatic. The Tonelli theorem gives a useful sufficient condition: if f ≥ 0, the iterated integrals are always equal (even if infinite).
Probability Theory as Measure Theory
Modern probability theory is entirely built on measure theory. A probability space (Ω, F, P) is just a measure space with P(Ω) = 1. A random variable is a measurable function X: Ω → ℝ. Its expected value is E[X] = ∫_Ω X dP. The law of X is the pushforward measure P_X(A) = P(X ∈ A). Conditional expectation E[X|G] for a sub-σ-algebra G ⊆ F is defined via the Radon-Nikodym theorem. The Kolmogorov extension theorem constructs infinite-dimensional probability spaces (like the space of all Brownian motion paths). The strong law of large numbers and central limit theorem are theorems about convergence of integrals with respect to product measures. Measure theory provides the mathematical rigor that makes probability a branch of mathematics rather than a collection of heuristics.
Key properties: for any rational q ∈ [0,1], the translates V_q = V + q (mod 1) are disjoint and their union over all q ∈ ℚ∩[0,1] is exactly [0,1].
If V were Lebesgue measurable with measure m, then each V_q would also have measure m (translation invariance). Countable additivity would give: 1 = λ([0,1]) = Σ_m λ(V_q) = Σ_m m. If m = 0, the sum is 0. If m > 0, the sum is infinite. Both contradiction. So V is not measurable.
The existence of non-measurable sets requires the axiom of choice. Without it, it's consistent that every set of reals is Lebesgue measurable (Solovay, 1970).
🎯 Practice — Check Your Measure Theory Intuition
These puzzles build measure theory intuition.