Sigma-Algebras and Measurable Spaces
1.1 Algebras of Sets
Section titled “1.1 Algebras of Sets”Let be a set. A collection is an algebra of sets if:
- .
- implies (closed under complements).
- implies (closed under finite unions).
From these axioms it follows that , is closed under finite intersections (), and under set difference ().
1.2 Sigma-Algebras
Section titled “1.2 Sigma-Algebras”An algebra is called a -algebra (or sigma-algebra) if it is also closed under countable unions: if , then .
The pair is called a measurable space.
Proposition 1.1. A -algebra is also closed under countable intersections and countable complements:
1.3 Generated Sigma-Algebras
Section titled “1.3 Generated Sigma-Algebras”If is any collection of subsets of , the -algebra generated by , denoted , is the smallest -algebra containing . It equals the intersection of all -algebras containing :
Definition. Let be a topological space with topology . The Borel -algebra is , the -algebra generated by the open sets. Elements of are called Borel sets.
Proposition 1.2. In , , where is the collection of open sets, is the collection of closed sets, and is the collection of compact sets.
Proposition 1.3. contains all intervals: , , , for .
1.4 Examples
Section titled “1.4 Examples”Example 1. For any set , and are -algebras (the trivial and discrete -algebras).
Example 2. The countable-cocountable -algebra on : .
Example 3. On , the Borel -algebra is generated by intervals of the form with .
1.5 Key Relationships
Section titled “1.5 Key Relationships”| Structure | Closed under finite unions | Closed under countable unions |
|---|---|---|
| Algebra | Yes | No |
| -algebra | Yes | Yes |
| Monotone class | No (only monotone limits) | No (only countable increasing unions) |
| Dynkin system (-system) | No (only disjoint unions) | No (only countable disjoint unions) |
flowchart TD A[1_Sigma Algebras And Measurable Spaces] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”Sigma-algebras formalise the notion of which events can be assigned probabilities. Think of a sigma-algebra as the collection of questions you are able to answer about a random experiment. The axioms, closure under complements and countable unions, ensure that if you can measure the probability of an event, you can also measure its complement and the probability that at least one of countably many events occurs. The Borel sigma-algebra on the real line is generated by open intervals and is the smallest sigma-algebra containing all open sets. Sigma-algebras also model information flow: a filtration is an increasing family of sigma-algebras representing what is known at each time.
1.6 Common Pitfalls
Section titled “1.6 Common Pitfalls”- Confusing algebras with -algebras. An algebra is closed only under finite unions; a -algebra requires countable unions. The collection of finite and cofinite subsets of is an algebra but not a -algebra.
- Thinking the Borel -algebra contains all subsets of . It does not. The existence of non-Lebesgue-measurable sets (using the axiom of choice) shows is strictly larger than .
- Assuming generated -algebras are easy to describe explicitly. The Borel -algebra is enormous; there is no constructive way to list all its elements.
- Forgetting that is the intersection of all -algebras containing . This definition is useful but non-constructive; it does not tell us what the elements look like.
1.7 Worked Examples
Section titled “1.7 Worked Examples”Problem 1. Show that the countable-cocountable -algebra on an uncountable set is not generated by a countable collection of subsets.
Solution. Suppose is a countable collection generating . Then each is obtained from by countably many set operations, so every non-cocountable set in must be countable. But itself is countable, so the -algebra it generates is at most the size of the continuum, while the cocountable -algebra on an uncountable contains uncountably many cocountable sets (each complement of a singleton). Contradiction.
Problem 2. Prove that if is a -algebra and , then .
Solution. For each , (countable union). The intersection of these sets is then also in (countable intersection). So . Similarly .
1.8 Applications
Section titled “1.8 Applications”- Probability theory: Kolmogorov’s axioms define a probability space where is a -algebra of events. Filtrations (increasing families of -algebras) model information flow in stochastic processes.
- Statistics: Sufficient statistics are defined in terms of conditional expectations, which require -algebras generated by the statistic. The Lehmann-Scheffé theorem uses -algebras for minimal sufficient statistics.
- Ergodic theory: Invariant -algebras capture the long-term behaviour of dynamical systems. The ergodic theorem relates time averages to space averages via conditional expectation on the invariant -algebra.
- Economics: In financial mathematics, the -algebra generated by asset prices models the information available to traders, and martingale pricing uses filtrations.
Cross-References
Section titled “Cross-References”- Measures: Measures are countably additive set functions defined on sigma-algebras, assigning sizes to measurable sets.
- Lebesgue Integration: Lebesgue integration is built on measures defined on sigma-algebras, generalising the Riemann integral.
- Continuity: Continuous functions generate Borel sigma-algebras, and continuity is a measurable property.
- Quantum Mechanics
- Graph Theory
- Classical Mechanics
- Electromagnetism
- Statistical Learning
- Statistical Mechanics