σ-Algebra

Basis
Last updated: Tags: Measure Theory

Introduction to Measure showed that you cannot assign a length to every subset of R\mathbb{R}. The σ-algebra is the answer to the question: which subsets should you include? It is the precise structure that makes a measure possible.

The definition

Let XX be any set. A σ-algebra (sigma-algebra) on XX is a collection F\mathcal{F} of subsets of XX satisfying three axioms:

  1. XFX \in \mathcal{F} — the whole space is measurable.
  2. If EFE \in \mathcal{F}, then EcXEFE^c \coloneqq X \setminus E \in \mathcal{F} — closed under complement.
  3. If E1,E2,E3,FE_1, E_2, E_3, \ldots \in \mathcal{F}, then k=1EkF\bigcup_{k=1}^{\infty} E_k \in \mathcal{F} — closed under countable union.

A set EFE \in \mathcal{F} is called F\mathcal{F}-measurable (or just measurable when F\mathcal{F} is understood). The pair (X,F)(X, \mathcal{F}) is called a measurable space.

Immediate consequences

From the three axioms you can derive several more closure properties without any extra work.

Empty set. XFX \in \mathcal{F} by axiom 1, so =XcF\emptyset = X^c \in \mathcal{F} by axiom 2.

Countable intersection. If E1,E2,FE_1, E_2, \ldots \in \mathcal{F}, then by De Morgan’s law:

k=1Ek=(k=1Ekc)c.(1)\bigcap_{k=1}^{\infty} E_k = \left(\bigcup_{k=1}^{\infty} E_k^c\right)^c. \tag{1}

Each EkcFE_k^c \in \mathcal{F} by axiom 2; the union belongs to F\mathcal{F} by axiom 3; taking the complement once more gives kEkF\bigcap_k E_k \in \mathcal{F} by axiom 2. So σ-algebras are also closed under countable intersection.

Set difference. EF=EFcFE \setminus F = E \cap F^c \in \mathcal{F} for any E,FFE, F \in \mathcal{F}, by combining the intersection result with axiom 2.

Why “countable” is the right strength

Axiom 3 uses countable unions, not just finite ones. This is deliberate.

  • Finite closure alone is too weak. You need to talk about limits of sets — for example, the open sets {(ak,bk)}\{(a_k, b_k)\} whose union approaches a closed interval as kk \to \infty. A collection closed under only finitely many operations cannot handle such limits.
  • Uncountable closure is too strong. If you demanded closure under all unions, every sub-collection of the power set would force the entire power set into F\mathcal{F}. The only σ-algebra on R\mathbb{R} closed under arbitrary unions is 2R2^{\mathbb{R}} — which, as the Vitali set shows, includes non-measurable sets and cannot support Lebesgue measure.

Countable closure threads the needle: it is rich enough to handle all the analytic constructions you need (limits, intersections of open covers, …) while still excluding the problematic sets.

Three canonical examples

The trivial σ-algebras

The smallest σ-algebra on XX is {,X}\{\emptyset, X\}. Check: Xc=FX^c = \emptyset \in \mathcal{F}, and any countable union of \emptyset‘s and XX‘s is either \emptyset or XX.

The largest σ-algebra on XX is the power set 2X2^X — all subsets of XX. This satisfies all three axioms trivially, but it is too large to support a useful measure when X=RX = \mathbb{R}.

The Borel σ-algebra on R\mathbb{R}

The Borel σ-algebra B(R)\mathcal{B}(\mathbb{R}) is the smallest σ-algebra on R\mathbb{R} that contains every open interval (a,b)(a, b). More formally, it is the intersection of all σ-algebras that contain the open intervals:

B(R)    {F:F is a σ-algebra and (a,b)F for all a<b}.(2)\mathcal{B}(\mathbb{R}) \;\coloneqq\; \bigcap \{\mathcal{F} : \mathcal{F} \text{ is a σ-algebra and } (a,b) \in \mathcal{F} \text{ for all } a < b\}. \tag{2}

An intersection of σ-algebras is always a σ-algebra — check: if every F\mathcal{F} in the intersection contains EE, then every F\mathcal{F} also contains EcE^c (by axiom 2 for each), so EcE^c lies in the intersection; similarly for countable unions. The definition (2)(2) is therefore well-formed.

Sets that belong to B(R)\mathcal{B}(\mathbb{R}) are called Borel sets. Because B(R)\mathcal{B}(\mathbb{R}) is closed under countable union and intersection:

  • Every open set is Borel (as a countable union of open intervals — recall that every open set in R\mathbb{R} decomposes into countably many disjoint open intervals).
  • Every closed set is Borel (complement of open).
  • Every FσF_\sigma (countable union of closed sets) and every GδG_\delta (countable intersection of open sets) is Borel.
  • All the “everyday” subsets of R\mathbb{R} — singletons, intervals, countable sets, polynomial zero sets — are Borel.

The Vitali set is not Borel; it lies outside B(R)\mathcal{B}(\mathbb{R}) entirely.

Generating a σ-algebra

You saw above that an intersection of σ-algebras is a σ-algebra. This gives a clean way to build new σ-algebras from scratch.

Definition. Let A\mathcal{A} be any collection of subsets of XX. The σ-algebra generated by A\mathcal{A}, written σ(A)\sigma(\mathcal{A}), is the smallest σ-algebra containing every set in A\mathcal{A}:

σ(A)    {F:F is a σ-algebra and AF}.\sigma(\mathcal{A}) \;\coloneqq\; \bigcap \{\mathcal{F} : \mathcal{F} \text{ is a σ-algebra and } \mathcal{A} \subseteq \mathcal{F}\}.

The Borel σ-algebra is precisely σ({(a,b):a<b})\sigma(\{(a,b) : a < b\}).

Note that σ(A)\sigma(\mathcal{A}) is not the set of all finite unions and intersections of sets in A\mathcal{A} — you must also close under countable operations, which may require transfinitely many steps to reach all of σ(A)\sigma(\mathcal{A}).

Summary

  • A σ-algebra F\mathcal{F} on XX is a collection of subsets closed under: containing XX, taking complements, and taking countable unions — axioms 1–3 above.
  • From these axioms, F\mathcal{F} is also closed under \emptyset, countable intersections (equation (1)(1)), and set differences.
  • Countable closure is the right strength: finite is too weak for analytic limits; uncountable forces in non-measurable sets.
  • The trivial σ-algebras {,X}\{\emptyset, X\} and 2X2^X are the smallest and largest.
  • The Borel σ-algebra B(R)\mathcal{B}(\mathbb{R}), defined in (2)(2), is generated by the open intervals and contains all open, closed, FσF_\sigma, GδG_\delta, and “everyday” sets.
  • The σ-algebra generated by a collection A\mathcal{A} is the smallest σ-algebra containing A\mathcal{A}; it is formed by intersecting all σ-algebras that contain A\mathcal{A}.
  • Next up: Outer Measure, which assigns a preliminary “size” to every subset of R\mathbb{R} before restricting to the measurable ones.