Measure Theory
Measure theory is a branch of mathematical analysis that is concerned with the theoretical basis of integration rather than focusing on the techniques of integration. It is helpful in many fields such as probability, statistics, and functional analysis. Developed for problems where the classical definitions of volume and area do not apply, measure theory has wide applications in modern analysis.
Basic concepts
At the most basic level, measure theory starts with the concept of a measure space. A measure space is a triplet (X, mathcal{A}, mu)
where:
X
is a set.mathcal{A}
is a σ-algebra overX
.mu: mathcal{A} to [0, infty]
is a measure.
The goal of the measure is to provide a systematic way of assigning a number that can represent the size or volume to every subset of X
in mathcal{A}
. This number is non-negative and can be infinite.
σ-algebra
A σ-algebra mathcal{A}
on a set X
is a collection of subsets of X
satisfying three properties:
X
itself is inmathcal{A}
.mathcal{A}
is closed under complementation: if a setA
is inmathcal{A}
, thenX setminus A
is also inmathcal{A}
.mathcal{A}
is closed under countable unions: ifA_1, A_2, ldots
are inmathcal{A}
, thenbigcup_{i=1}^{infty} A_i
is also inmathcal{A}
.
Measures
The measure mu
is a function from a σ-algebra mathcal{A}
to the extended real numbers [0, infty]
that satisfies:
- Nonnegativity:
mu(A) geq 0
for everyA in mathcal{A}
. - Zero Empty Set:
mu(emptyset) = 0
. - Countable additivity/σ-additivity: If
A_1, A_2, ldots
are inmathcal{A}
and are disjoint, thenmu(bigcup_{i=1}^infty A_i) = sum_{i=1}^infty mu(A_i)
.
Examples of measures
Let us look at some examples to clarify these definitions:
1. Counting measure
For any set X
, we can define a counting measure mu
such that for every subset A
of X
, mu(A)
is the number of elements in A
. This measure is easy to understand: it counts the elements directly.
2. Lebesgue measure
On the real line mathbb{R}
, the Lebesgue measure is the most important measure, which extends the notion of length from intervals to a wider collection of sets. The Lebesgue measure of the interval [a, b]
is b - a
.
It denotes the interval [a, b]
on the real number line that has Lebesgue measure of length b - a
.
Integration via measure theory
One of the most powerful tools offered by measure theory is a very general principle of integration. It is called the Lebesgue integral. Unlike the Riemann integral, which is limited to functions on a finite interval with some discontinuity, the Lebesgue integral can handle much more complicated cases.
Riemann versus Lebesgue integration
The primary difference between the two is the way in which the integration adds function values. The Riemann integral divides the domain of the function, while the Lebesgue integral divides the range of the function.
To express this notion, consider a function f
defined on an interval [a, b]
. The Riemann sum approximates its integral by raising a partition of the interval:
Riemann integral: int_a^b f(x) , dx = lim_{n to infty} sum_{i=1}^n f(x_i^*) Delta x_i,
while the Lebesgue integral splits the codomain using level sets.
The power of the Lebesgue integral arises from its ability to integrate a wide class of functions. Consider a function that takes a value on a set of variables of measure zero. The Lebesgue integral can handle this easily because it emphasizes the measure of the sets where the functions take particular values.
Application
1. Probability theory
In probability, the measure theoretic framework allows us to define probability measures, which generalize the traditional Kolmogorov axioms of probability. Mathematically, a probability measure is a measure in which the entire space has measure 1. Events then become measurable sets, and probability functions become measures.
2. Functional analysis
In this area, measure theory helps define spaces such as L^p
space, where functions are studied under the lens of limits and transformations, defining convergence such as almost-every space and convergence in measure.
Conclusion
Measure theory is a robust area of mathematics that allows for careful investigation of size and integration. By understanding measure, σ-algebra and the Lebesgue integral, we provide a foundation for rigorously handling fields, probability and functions. Its deep reach in both pure and applied contexts underscores its importance in the mathematical landscape.