Chapter 1: Motivation for Measure Theory
As the first chapter of this series, we begin by presenting the motivation behind measure theory.
Motivation
Measure theory was developed to address the limitations of Riemann integration. Let’s first recall Riemann integration, which approximates the integral through upper and lower bounds, taking the limit as the partition becomes infinitely fine. However, this approach fails for certain special functions. For example:
No matter how we partition the interval, one segment always yields infinity. Yet through improper integration, we know this area can be calculated. Another famous example is the Dirichlet function:
In any interval, the supremum is always 1 and the infimum 0, making the upper and lower limits unequal. Measure theory extends integrability to such functions by optimizing how we partition integration domains.
Measure
When integrating, we approximate functions using sums of small rectangles, whose lengths and widths determine the integral’s definition. This necessitates a generalized notion of “length” beyond intervals.
We first consider properties of subsets of ℝ. For intervals, the natural measure is the difference between endpoints. If we define μ as such a function, clearly: where open intervals can be replaced with any interval type. Our goal is to define set “length” through open intervals because of their nice properties under countable unions/intersections. We call this generalized length a “measure”
, requiring:
- Translation invariance:
-
is defined on all subsets of
with
(non-negativity)
agrees with interval lengths as above.
- Countable additivity:
for disjoint
However, no such function satisfies all four properties simultaneously (as shown by Vitali’s construction involving rational/irrational sets). We therefore relax condition (1), allowing μ to be defined only on special subsets.
σ-Algebra
We abstractly define measure on a collection S of subsets of X called a σ-algebra, requiring:
- Closed under complements:
- Closed under countable unions:
Key benefits:
- We can define
- Enables measure definition for complements and countable intersections (via De Morgan’s laws)
- Provides the foundation for limit operations
Borel Sets*
From topology, we naturally consider measures on ℝ’s open sets. The smallest σ-algebra containing all open sets is the Borel σ-algebra. Its sets are generated through countable operations on open intervals, including all closed sets. Crucially, we can define a well-behaved measure μ on Borel sets satisfying countable additivity.
Concretely, for a Borel set A, we define:
This means we cover A with open intervals and take the infimum of their total lengths, extending our measure from intervals to Borel sets.
Leave a Reply