Σ-Algebras

The previous page ended with a defeat that turns out to be a beginning. Vitali's set proved that no translation-invariant, countably additive length can be defined on every subset of \mathbb{R}. Something has to give, and the honest thing to give up is totality: we stop insisting that a measure be defined everywhere, and instead pick a rich, well-behaved family of sets — the measurable ones — on which everything works.

But "well-behaved" cannot mean an arbitrary collection. Analysis is built on operations: complements ("not in A"), unions ("in A or B"), and — because we chase limits everywhere — countable unions (\bigcup_n A_n, the set-theoretic shadow of a limit). If we can measure A, we had better be able to measure its complement and its countable combinations, or the theory falls apart the moment we take a limit. A family closed under exactly these operations is a σ-algebra, and it is the natural home — the domain — of every measure. This page is about that structure alone: what it is, what it forces, and where the useful ones come from.

The definition — three axioms

Let X be a set (the "universe"). A collection \mathcal{F} of subsets of X — a subfamily of the power set \mathcal{P}(X) — is a σ-algebra on X if it satisfies three closure conditions:

That is the entire definition. Three axioms — and yet they carry a surprising amount of freight. Everything else you want is forced:

So a σ-algebra is a family of sets on which the whole Boolean algebra of set operations, extended to countably many arguments, can be performed without ever leaving the family. It is algebraically self-contained — which is exactly what a measure needs beneath it.

A collection \mathcal{F} \subseteq \mathcal{P}(X) is a σ-algebra iff:

These three force, for free:

The "σ" is the whole point: algebra vs σ-algebra

Drop condition (iii) down to finite unions and you get the weaker notion of an algebra (or "field") of sets: closed under complement and under A \cup B for two sets — hence any finite union. The prefix σ (for the German Summe, countable sum) is precisely the upgrade from finite to countable. Every σ-algebra is an algebra; the converse fails.

Why does this one word matter so much? Because measure theory lives on limits, and a limit of sets is a countable operation. Monotone limits \bigcup_{n} A_n and \bigcap_n A_n, the \limsup and \liminf of a sequence of events, the super-level sets that appear when you integrate — all of them assemble countably many pieces. A merely finite algebra would let you take two steps toward a limit and then strand you. Concretely:

That one example is the whole moral in miniature: finite closure is not enough to survive a limit; countable closure is exactly enough.

A gallery of σ-algebras

Four constructions cover almost everything you meet, from the trivial to the indispensable.

1. The trivial σ-algebra

\mathcal{F} = \{\varnothing, X\}. The smallest σ-algebra on any X — it contains only "nothing" and "everything". Check: X is in, complements swap the two members, and every union is one of them. It is measure theory's featureless vacuum: measurable, but it cannot distinguish any two points.

2. The power set

\mathcal{F} = \mathcal{P}(X), all subsets. The largest σ-algebra on X — trivially closed under everything. For a finite X with |X| = n this has 2^n members, and it is the sensible choice for discrete and countable universes (a coin, a die, \mathbb{N}). It is only on uncountable spaces like \mathbb{R} that \mathcal{P}(X) becomes too big to carry Lebesgue measure — the lesson of Vitali — and we are forced to a smaller σ-algebra.

3. The countable / co-countable σ-algebra

On any X, let \mathcal{F} = \{\, A \subseteq X : A \text{ is countable or } A^c \text{ is countable}\,\}. This is a σ-algebra (unlike the finite/cofinite algebra above): X is co-countable (its complement \varnothing is countable); complements are handled by the symmetric "or"; and a countable union of members is countable if all are countable, and otherwise has a co-countable member forcing the union co-countable. The countability of a countable union of countable sets is exactly what makes (iii) hold — and exactly what failed for the finite/cofinite algebra. It is a genuinely useful test case and a favourite exam trap.

4. The σ-algebra generated by a collection

Given any family \mathcal{E} \subseteq \mathcal{P}(X) of sets you care about, there is a smallest σ-algebra containing it, written \sigma(\mathcal{E}) and called the σ-algebra generated by \mathcal{E}. The construction is a classic piece of "intersect-everything" abstract nonsense:

\sigma(\mathcal{E}) \;=\; \bigcap \{\, \mathcal{G} : \mathcal{G} \text{ is a σ-algebra on } X \text{ and } \mathcal{E} \subseteq \mathcal{G} \,\}.

The intersection is non-empty as a construction because \mathcal{P}(X) is always one such \mathcal{G}. The one thing to verify is that an intersection of σ-algebras is again a σ-algebra — and it is, axiom by axiom: if every \mathcal{G} contains X, so does the intersection; if A lies in every \mathcal{G} then so does A^c, hence in the intersection; and if each A_n lies in every \mathcal{G}, then \bigcup_n A_n does too. So \sigma(\mathcal{E}) is a σ-algebra, it contains \mathcal{E}, and being an intersection it is contained in every σ-algebra that contains \mathcal{E} — i.e. it is the smallest one.

The star of the show: the Borel σ-algebra

On \mathbb{R} the sets we actually want to measure are built from intervals. So take \mathcal{E} to be the open intervals — or equivalently all open sets — and generate. The result is the Borel σ-algebra, Émile Borel's creation:

\mathcal{B}(\mathbb{R}) \;=\; \sigma\bigl(\{\text{open sets of } \mathbb{R}\}\bigr) \;=\; \sigma\bigl(\{(a,b) : a < b\}\bigr).

The two descriptions agree because every open subset of \mathbb{R} is a countable union of open intervals, so each generating family sits inside the σ-algebra generated by the other. Because \mathcal{B}(\mathbb{R}) is closed under complement and countable unions and intersections, it is enormous — it contains, at a minimum:

Yet \mathcal{B}(\mathbb{R}) is not everything. A counting argument shows there are only \mathfrak{c} = 2^{\aleph_0} Borel sets but 2^{\mathfrak{c}} subsets of \mathbb{R} in total, so most subsets are not Borel. And there is a strict tower on the way up:

\mathcal{B}(\mathbb{R}) \;\subsetneq\; \mathcal{L}(\mathbb{R}) \;\subsetneq\; \mathcal{P}(\mathbb{R}),

where \mathcal{L}(\mathbb{R}) is the (larger) σ-algebra of Lebesgue-measurable sets — Borel sets completed by all subsets of measure-zero sets. Both inclusions are strict: there are Lebesgue-measurable sets that are not Borel, and — by Vitali — subsets of \mathbb{R} that are not Lebesgue-measurable at all. The picture below is that hierarchy.

It looks tempting to strengthen axiom (iii) all the way to arbitrary unions — surely bigger is better? It is catastrophic. Every single set is a union of its own points: A = \bigcup_{x \in A} \{x\}. On \mathbb{R} the singletons \{x\} are Borel, so if a σ-algebra were closed under arbitrary unions of its members it would contain every subset — it would collapse to \mathcal{P}(\mathbb{R}), dragging the non-measurable Vitali set back in and destroying the theory. Countable is the Goldilocks cardinality: strong enough to close under limits (which only ever assemble countably many pieces), weak enough that the singletons cannot conspire to rebuild the entire power set. The whole subject is balanced on that word.

There is a price, and it is worth naming: the generated σ-algebra \sigma(\mathcal{E}) has no explicit "build it up" description. You cannot get every Borel set by taking open sets, then their countable unions and complements, and stopping — you must iterate that process through all the countable ordinals (the Borel hierarchy). The tidy top-down definition "intersection of all σ-algebras containing \mathcal{E}" is clean precisely because it refuses to promise a constructive recipe.

Four traps that snare almost everyone on first contact: