CONTENTS

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 Ω\Omega. 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 F\mathcal{F} says which events can be assigned probabilities. Sub-sigma-algebras such as Ft\mathcal{F}_t 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 AFA\in\mathcal{F}, the model can ask "did AA happen?" and assign a probability to the answer.

The axioms say the collection is logically stable:

  • If you can ask whether AA 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 Ω\Omega 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

A sigma-algebra F\mathcal{F} on Ω\Omega is a collection of subsets of Ω\Omega such that:
  1. ΩF\Omega\in\mathcal{F}.
  2. If AFA\in\mathcal{F}, then AcFA^c\in\mathcal{F}.
  3. If A1,A2,FA_1,A_2,\ldots\in\mathcal{F}, then n=1AnF\bigcup_{n=1}^{\infty}A_n\in\mathcal{F}.

These imply F\emptyset\in\mathcal{F} and closure under countable intersections.

Generated sigma-algebra

For a collection C\mathcal{C} of subsets of Ω\Omega, the sigma-algebra generated by C\mathcal{C} is

σ(C)={G:G is a sigma-algebra on Ω, CG}.\sigma(\mathcal{C})=\bigcap\{\mathcal{G}:\mathcal{G}\text{ is a sigma-algebra on }\Omega,\ \mathcal{C}\subseteq\mathcal{G}\}.

It is the smallest sigma-algebra that contains the original collection.

Borel sigma-algebra

The Borel sigma-algebra on R\mathbb{R} is

B(R)=σ({(a,b):a<b}).\mathcal{B}(\mathbb{R})=\sigma(\{(a,b):a<b\}).

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 XX,

σ(X)={X1(B):BB(R)}.\sigma(X)=\{X^{-1}(B):B\in\mathcal{B}(\mathbb{R})\}.

This is the information revealed by observing XX.

Key properties

Intersections preserve sigma-algebras

Any intersection of sigma-algebras on the same Ω\Omega is a sigma-algebra. This is why generated sigma-algebras are well-defined.

Unions do not usually preserve sigma-algebras

If G\mathcal{G} and H\mathcal{H} are sigma-algebras, GH\mathcal{G}\cup\mathcal{H} may fail to be closed under intersections or unions across the two collections. The combined information is σ(GH)\sigma(\mathcal{G}\cup\mathcal{H}).

Coarser and finer encode information

If GH\mathcal{G}\subseteq\mathcal{H}, then G\mathcal{G} is coarser and H\mathcal{H} is finer. Conditional expectation with respect to G\mathcal{G} must average over distinctions that G\mathcal{G} cannot see.

Measurability is compatibility with information

A random variable XX is F\mathcal{F}-measurable when σ(X)F\sigma(X)\subseteq\mathcal{F}. The event collection knows enough to answer every question of the form "XBX\in B."

Trivial and full sigma-algebras are extremes

The smallest sigma-algebra is {,Ω}\{\emptyset,\Omega\}; it distinguishes nothing. The largest is 2Ω2^\Omega; it distinguishes every subset. Most useful information structures sit between these extremes.

Worked examples

Example 1: generated sigma-algebra on four outcomes

Let Ω={1,2,3,4}\Omega=\{1,2,3,4\} and C={{1},{2}}\mathcal{C}=\{\{1\},\{2\}\}. Closing under complements and unions gives

σ(C)={,{1},{2},{1,2},{3,4},{1,3,4},{2,3,4},Ω}.\sigma(\mathcal{C})= \{\emptyset,\{1\},\{2\},\{1,2\},\{3,4\},\{1,3,4\},\{2,3,4\},\Omega\}.

Outcomes 33 and 44 are never separated. The information can identify 11, identify 22, or identify "not 1 or 2", but it cannot distinguish 33 from 44.

Example 2: observing a payoff loses information

Let STS_T take values 90,100,11090,100,110, and let a call payoff be H=(ST100)+H=(S_T-100)^+. Then HH takes values 00 and 1010. Observing H=0H=0 tells you ST100S_T\le100, but not whether ST=90S_T=90 or 100100. Thus

σ(H)σ(ST),\sigma(H)\subseteq\sigma(S_T),

and the inclusion is strict. A payoff is often a coarsening of the underlying price.

Example 3: first-toss information

For two coin tosses, Ω={HH,HT,TH,TT}\Omega=\{HH,HT,TH,TT\}. The sigma-algebra generated by the first toss is

{,{HH,HT},{TH,TT},Ω}.\{\emptyset,\{HH,HT\},\{TH,TT\},\Omega\}.

It answers "was the first toss heads?" but cannot answer "was the second toss heads?" This is the finite-state prototype of a time-11 market information sigma-algebra.

Common confusions and pitfalls

"A sigma-algebra is just the power set." In finite examples that is often convenient. In uncountable models it is usually too large for a well-behaved probability measure.
"The generating collection already is the sigma-algebra." Usually not. Generation adds every set forced by complements and countable unions.
"σ(X)\sigma(X) lives on the values of XX." No. It is a sigma-algebra on Ω\Omega, made of preimages of Borel sets in the codomain.
"More information means higher probability." More information means more distinguishable events, not larger probabilities. Probabilities are assigned by the measure.
"The sigma-algebra changes after the outcome is realised." The sigma-algebra is fixed by the model. Realisation determines which of its events occurred.

Where this goes next

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.

Exercises

Test your understanding with 3 exercises for this lesson.