Sigma-Algebras
Motivation: why this matters in quant finance
A probability model does not assign probabilities to arbitrary English sentences. It assigns probabilities to events, and in modern probability the events must form a sigma-algebra. This matters whenever the model has infinitely many possible outcomes: stock paths, Brownian paths, default times, and continuously distributed returns.
In a finite model, one can usually take every subset of . In an uncountable model, Bertsekas flags the measure-theoretic issue: some unusual subsets cannot be assigned meaningful probabilities. A sigma-algebra is the rulebook that keeps the event collection closed under the logical operations probability needs while excluding pathological sets.
For finance, sigma-algebras carry two roles. The full says which events can be assigned probabilities. Sub-sigma-algebras such as say which events are observable at a time or under a given information set.
The informal idea
Read a sigma-algebra as a collection of yes/no questions about the outcome. If , the model can ask "did happen?" and assign a probability to the answer.
The axioms say the collection is logically stable:
- If you can ask whether happened, you can ask whether it did not.
- If you can ask about each event in a countable list, you can ask whether at least one occurred.
- The certain event is always askable.
A smaller sigma-algebra asks fewer questions and therefore represents coarser information. A larger sigma-algebra asks more questions and represents finer information.
Formal definitions
Sigma-algebra
- .
- If , then .
- If , then .
These imply and closure under countable intersections.
Generated sigma-algebra
For a collection of subsets of , the sigma-algebra generated by is
It is the smallest sigma-algebra that contains the original collection.
Borel sigma-algebra
The Borel sigma-algebra on is
It contains open intervals, closed intervals, countable unions and intersections of those sets, and the ordinary sets used by probability distributions.
Sigma-algebra generated by a random variable
For a random variable ,
This is the information revealed by observing .
Key properties
Intersections preserve sigma-algebras
Any intersection of sigma-algebras on the same is a sigma-algebra. This is why generated sigma-algebras are well-defined.
Unions do not usually preserve sigma-algebras
If and are sigma-algebras, may fail to be closed under intersections or unions across the two collections. The combined information is .
Coarser and finer encode information
If , then is coarser and is finer. Conditional expectation with respect to must average over distinctions that cannot see.
Measurability is compatibility with information
A random variable is -measurable when . The event collection knows enough to answer every question of the form "."
Trivial and full sigma-algebras are extremes
The smallest sigma-algebra is ; it distinguishes nothing. The largest is ; it distinguishes every subset. Most useful information structures sit between these extremes.
Worked examples
Example 1: generated sigma-algebra on four outcomes
Let and . Closing under complements and unions gives
Outcomes and are never separated. The information can identify , identify , or identify "not 1 or 2", but it cannot distinguish from .
Example 2: observing a payoff loses information
Let take values , and let a call payoff be . Then takes values and . Observing tells you , but not whether or . Thus
and the inclusion is strict. A payoff is often a coarsening of the underlying price.
Example 3: first-toss information
For two coin tosses, . The sigma-algebra generated by the first toss is
It answers "was the first toss heads?" but cannot answer "was the second toss heads?" This is the finite-state prototype of a time- market information sigma-algebra.
Common confusions and pitfalls
Where this goes next
- Random Variables: Measurability is defined through preimages of Borel sets.
- Filtrations and Information: A filtration is an increasing family of sigma-algebras.
- Conditional Expectation: Conditions on a sub-sigma-algebra as an information set.
- Radon-Nikodym Theorem: Supplies the measure-theoretic machinery behind densities and conditional expectation.
- Change of Measure: Keeps the sigma-algebra fixed while changing the probability measure.
References
- Bertsekas, D. P., & Tsitsiklis, J. N. (2008). Introduction to Probability (2nd ed.). Athena Scientific. Ch. 1 §1.1 (Sets), §1.2 (Probabilistic Models). Bertsekas flags the uncountable-sample-space measurability issue but does not develop sigma-algebras in full; the generated and Borel constructions are the standard measure-theoretic extension.