ConceptComplete

Measurable Functions - Core Definitions

Measurable functions are the natural objects of study in measure theory, generalizing the notion of continuous functions in topology. They form the foundation for integration theory.

DefinitionMeasurable Function

Let (X,F)(X, \mathcal{F}) and (Y,G)(Y, \mathcal{G}) be measurable spaces. A function f:XYf: X \to Y is measurable (or F/G\mathcal{F}/\mathcal{G}-measurable) if for every EGE \in \mathcal{G}: f1(E)={xX:f(x)E}Ff^{-1}(E) = \{x \in X : f(x) \in E\} \in \mathcal{F}

In other words, the preimage of every measurable set in YY is a measurable set in XX.

For real-valued functions, we typically use the Borel sigma-algebra on R\mathbb{R}. A function f:XRf: X \to \mathbb{R} is measurable if f1(B)Ff^{-1}(B) \in \mathcal{F} for all Borel sets BRB \subseteq \mathbb{R}.

ExampleCharacterization via Level Sets

For f:XRf: X \to \mathbb{R} (or R{±}\mathbb{R} \cup \{\pm\infty\}), the following are equivalent:

  1. ff is measurable
  2. {x:f(x)>a}F\{x : f(x) > a\} \in \mathcal{F} for all aRa \in \mathbb{R}
  3. {x:f(x)a}F\{x : f(x) \geq a\} \in \mathcal{F} for all aRa \in \mathbb{R}
  4. {x:f(x)<a}F\{x : f(x) < a\} \in \mathcal{F} for all aRa \in \mathbb{R}
  5. {x:f(x)a}F\{x : f(x) \leq a\} \in \mathcal{F} for all aRa \in \mathbb{R}

This characterization is extremely useful because it reduces checking measurability to verifying a single condition on level sets.

DefinitionSimple Function

A simple function is a measurable function s:XRs: X \to \mathbb{R} that takes only finitely many values. If ss takes values a1,,ana_1, \ldots, a_n, we can write: s=i=1naiχAis = \sum_{i=1}^{n} a_i \chi_{A_i} where Ai={x:s(x)=ai}A_i = \{x : s(x) = a_i\} and χAi\chi_{A_i} is the characteristic function of AiA_i.

Simple functions are the building blocks for integration, as any measurable function can be approximated by simple functions.

Remark

Key properties of measurable functions include:

  1. Continuous functions are measurable: If f:XYf: X \to Y is continuous and X,YX, Y are metric spaces with Borel sigma-algebras, then ff is measurable.

  2. Composition: If f:XYf: X \to Y is measurable and g:YZg: Y \to Z is measurable, then gf:XZg \circ f: X \to Z is measurable.

  3. Algebraic operations: If f,g:XRf, g: X \to \mathbb{R} are measurable, then f+gf + g, fgf - g, fgfg, and f/gf/g (where g0g \neq 0) are measurable.