Probability Spaces
The measure-theoretic triple $(\Omega, \mathcal{F}, \mathbb{P})$ that makes probability rigorous, why we need σ-algebras, what Kolmogorov's axioms buy us, and where naive "probability = favourable/total" quietly breaks.
Every probability you ever compute lives on a probability space, a triple . Most of the time you can ignore it, flip a coin, count outcomes, divide. But the moment you touch a continuum (a stock price that can be any real number, a Brownian path, a conditional expectation given an infinite past) the naive "favourable over total" definition collapses, and the machinery below is what keeps you from contradicting yourself. Understanding it is the difference between manipulating formulas and knowing why they are allowed.
The three ingredients
The sample space is the set of all outcomes of the experiment. One toss of a coin: . A stock's terminal price: . A whole price path over : is a space of functions. An element is a single realisation of the entire experiment, a complete state of the world.
The σ-algebra is the collection of subsets of we are allowed to assign a probability to. Its members are called events. We require to be a σ-algebra:
- ;
- closed under complement: ;
- closed under countable unions: .
De Morgan then gives closure under countable intersections for free. The word countable is load-bearing: it is exactly strong enough to handle limits ("the price eventually exceeds 100", "the average converges") without being so strong that no consistent measure exists.
The probability measure is a function satisfying Kolmogorov's axioms:
- for all ;
- ;
- countable additivity: for pairwise-disjoint ,
From these three lines everything follows: , monotonicity (), inclusion–exclusion, and continuity from below/above (). That last property, continuity of measure, is the real payoff of demanding countable rather than merely finite additivity, and it is what lets you pass probability through limits.
Why measure theory at all?
Here is the failure that forces the whole apparatus. Suppose you want a "uniform" probability on that is translation-invariant (rotating the circle shouldn't change lengths) and defined on every subset. No such measure exists. The Vitali construction uses the axiom of choice to build a set whose translated copies partition into countably many congruent pieces; countable additivity then forces its measure to be simultaneously and positive, a contradiction. The resolution is not to weaken the axioms but to shrink the domain: define only on a σ-algebra of "nice" (measurable) sets, the Borel σ-algebra generated by the open intervals. Non-measurable sets exist; we simply never ask for their probability.
This is why you cannot get away with "probability = number of favourable outcomes / total". On a continuum every single outcome has probability zero ( for the uniform law), yet intervals have positive probability. Probability is fundamentally a property of sets of outcomes, assigned by a measure, not a headcount.
σ-algebras encode information
The subtlest role of has nothing to do with pathological sets: a σ-algebra models what is knowable. A sub-σ-algebra represents the information available to an observer, the events they can decide "happened" or "didn't". Coarser means less information. This is the entire foundation of Martingales and stochastic filtrations : is "everything observable by time ", it grows with (you never forget), and a process is adapted if its value at is -measurable, i.e. knowable from the information you actually have. Conditional expectation , the cleanest object in probability, is defined as the best -measurable prediction of . None of this parses without σ-algebras-as-information.
Worked example: the trivial vs. full information
Take one fair coin, . There are exactly two σ-algebras. The trivial one, , knows nothing: the only questions it can answer are "did something happen?" (yes, prob 1) and "did nothing happen?" (prob 0). The full one, , resolves the coin completely. A random variable is measurable with respect to only if it is constant, you cannot know the value of a non-constant function without information distinguishing from . This toy case is the whole idea in miniature: measurability = knowability, and it scales directly to filtrations on price paths, where "-measurable" means "computable from the price history up to ".
Failure modes and subtleties
- Countable vs. finite additivity. Finitely-additive "probabilities" exist and behave strangely (they can fail continuity, allow a uniform distribution on the integers). Kolmogorov's countable additivity is a genuine, non-vacuous choice that rules these out and is what makes limit theorems work.
- Almost surely, not surely. Sets of measure zero are unavoidable and are routinely ignored: " almost surely" means , which is the strongest equality probability can offer on a continuum. Statements that hold only up to a null set are the norm, not a defect.
- The measure defines "impossible" loosely. does not mean is empty (a continuous random variable hits any specific value with probability zero, yet hits some value). Conversely ("almost sure") does not mean .
- You rarely build by hand. In practice you specify a generating class (intervals, cylinder sets) and invoke Carathéodory's extension theorem to get a unique measure on the σ-algebra they generate. Uniqueness needs a π-system argument (Dynkin's lemma), the reason two measures agreeing on intervals agree everywhere.
In interviews
You will rarely be asked to state Kolmogorov's axioms cold, but the space concept underpins the trick questions. A classic: "on a continuous distribution, what is ?", zero, and the interviewer is checking you don't conflate density with probability. Another: "can every set have a probability?", no, and naming the Vitali/non-measurable-set reason signals real measure-theoretic literacy. If a stochastic-calculus or derivatives desk asks what a filtration is, the crisp answer is "an increasing family of σ-algebras modelling the information available over time, with respect to which the price process is adapted", connect it to Martingales and conditional expectation. The deepest signal you can send is knowing that probability is a measure on sets of outcomes, which is exactly why Random Variables & Distributions are defined as measurable functions on this space rather than as lists of values.
Related concepts
Practice in interviews
Further reading
- Billingsley, Probability and Measure
- Durrett, Probability: Theory and Examples
- Williams, Probability with Martingales