Probability Space
Motivation: why this matters in quant finance
The pricing formula
looks like a single expectation, but it hides three modelling choices. There must be a set of possible states , a collection of events that can be assigned probabilities, and a probability law under which the payoff can be averaged. The same payoff can also be studied under the real-world measure for forecasting and risk. Risk-neutral pricing only makes sense because both measures live on a shared event structure.
Bertsekas begins probability with a practical modelling warning: a sample space must contain mutually exclusive, collectively exhaustive outcomes, and it should include enough detail for the questions being asked without adding irrelevant detail. In finance this is not cosmetic. A one-period binomial model, a credit portfolio, and a Brownian path model answer different questions because they choose different 's and different event collections.
Without the probability-space triplet:
- is not defined because there is no agreed event .
- is not defined because there is no probability law to integrate against.
- Statements such as "discounted prices are martingales under " have no formal domain.
The informal idea
A probability space answers three questions.
- What can happen? The sample space is the list, set, or path space of all possible outcomes.
- Which questions are legitimate? The event collection says which subsets of can be assigned probabilities.
- How much probability is assigned? The probability measure gives each event a number in in a way that respects disjoint unions.
For a die roll, the model is tiny: , events are subsets of , and a fair die gives each singleton probability . For a stock path, may be a set of continuous functions , and events are questions like "did the path ever cross the barrier?" or "is ?" The same structure survives, but the sample space is no longer enumerable.
Formal definitions
Sample space
Event collection
Probability law
- Non-negativity: for every .
- Normalisation: .
- Countable additivity: if are disjoint events, then
Key properties
Finite models are determined by singleton probabilities
If and the probabilities are specified with and , then every event has probability
This is the arithmetic behind binomial trees and finite-state credit models.
Disjoint additivity drives all probability algebra
For disjoint and ,
From this follow , , monotonicity, and inclusion-exclusion:
Multiple measures can share the same events
Model choice is part of the mathematics
Bertsekas stresses that the sample space should distinguish the outcomes relevant to the modeller. A model for a one-day return distribution may not contain intraday paths. A model for a barrier option must. Probability theory does not choose for you; it tells you how to reason once the model is chosen.
Worked examples
Example 1: a one-period pricing model
Let and suppose is either or . Take
A physical estimate might be . With zero interest for simplicity, the risk-neutral probability must satisfy
so . Both and are probability measures on the same ; they disagree only on weights. A call with strike has time-zero price
Example 2: choosing enough detail
If a desk only needs the terminal price bucket , a three-state space may be enough. If the desk prices a knock-out option, that same is too coarse: the terminal bucket does not say whether the path crossed the barrier before maturity. The probability space must be rebuilt around paths or at least around states that record barrier hits.
Example 3: probability laws from area
For a continuous model, probabilities may be assigned by area or density. If Romeo and Juliet arrive independently and uniformly during an hour, . The event "they arrive within 15 minutes of each other" is a diagonal band in the unit square. Its probability is the area of that band. This is the same measure idea used later when a density assigns probability to intervals through integration.
Common confusions and pitfalls
Where this goes next
- Sigma-Algebras: Explains why the event collection must be closed under countable logical operations.
- Random Variables: Turns outcomes into numerical quantities such as prices, returns, and payoffs.
- Expectation and Variance: Defines averaging over a probability space and measuring dispersion.
- Independence and Conditioning: Builds probability laws after partial information is revealed.
- Filtrations and Information: Adds time-indexed information to the static probability space.
- Change of Measure: Studies how and relate on the same event structure.
References
- Bertsekas, D. P., & Tsitsiklis, J. N. (2008). Introduction to Probability (2nd ed.). Athena Scientific. Ch. 1 §1.1 (Sets), §1.2 (Probabilistic Models).