measurable maps
Measurable Functions
You should know: sigma algebras, measure spaces
Overview
A measurable function is a map between measurable spaces that respects their σ-algebraic structure: the pre-image of every measurable set is measurable. This is the natural notion of 'structure-preserving map' in measure theory, analogous to continuous functions in topology. Measurable functions are the integrands of the Lebesgue integral and the random variables of probability theory.
Intuition
Just as a continuous function pulls back open sets to open sets, a measurable function pulls back measurable sets to measurable sets. The condition ensures that asking 'for which x is f(x) ∈ B?' always has a measurable answer, making it possible to compute probabilities or integrals involving f.
Formal Definition
Let (X, ℱ) and (Y, 𝒢) be measurable spaces. A function f : X → Y is measurable (or (ℱ, 𝒢)-measurable) if the pre-image of every 𝒢-measurable set is ℱ-measurable.
Notation
| Notation | Meaning |
|---|---|
| Pre-image of B under f | |
| Measurable function between measurable spaces | |
| σ-algebra generated by f — the smallest making f measurable | |
| Positive and negative parts of f: f⁺ = max(f,0), f⁻ = max(−f,0) |
Properties
Compositions of measurable functions are measurable
Pointwise limits of measurable functions are measurable
Sup/inf of countable families
Every continuous function is Borel measurable
Worked Examples
The indicator function 1_A : X → {0,1} takes value 1 on A and 0 on Aᶜ.
The pre-image of the set {1} is A, and of {0} is Aᶜ. These are the only non-trivial pre-images.
1_A is measurable iff both A and Aᶜ are in ℱ, which holds iff A ∈ ℱ (since ℱ is closed under complements).
Answer: 1_A is measurable if and only if A ∈ ℱ.
Practice Problems
Show that if f is measurable, then |f| is measurable.
Prove that the pointwise supremum of a countable family of measurable functions is measurable.
Give an example of a function f : ℝ → ℝ that is Lebesgue measurable but not Borel measurable.
Common Mistakes
Measurability is the same as continuity
Continuity is much stronger. Every continuous function is Borel (hence Lebesgue) measurable, but measurable functions can be wildly discontinuous — e.g., the Dirichlet function 1_ℚ is measurable but nowhere continuous.
If f² is measurable, then f is measurable
This is false. f² = (|f|)² and |f| being measurable does not determine the sign of f. Counterexamples exist using non-measurable sign functions.
The image f(A) of a measurable set is measurable
The pre-image f⁻¹(B) of a measurable set is measurable, but images need not be. Images of Borel sets under continuous functions can be non-Borel (though they are still analytic/Suslin sets).
Quiz
Summary
- f : (X,ℱ) → (Y,𝒢) is measurable if f⁻¹(B) ∈ ℱ for every B ∈ 𝒢.
- For real-valued functions it suffices to check {f > a} ∈ ℱ for all a ∈ ℝ.
- Compositions, pointwise limits, sup, inf, limsup, and liminf of measurable functions are measurable.
- Every non-negative measurable function is a pointwise increasing limit of simple functions.
- Measurable functions are the correct class for Lebesgue integration and serve as random variables in probability.
References
- BookFolland — Real Analysis, 2nd ed. (1999), §1.3
- BookRudin — Real and Complex Analysis, 3rd ed. (1987), Chapter 1
Mathematics