Chapter 1: Probability Foundations and Conditional Expectation#
Probability is the language we use to talk about uncertainty. In this chapter we build the precise grammar of that language — sigma-fields, random variables, and conditional expectation — so we can later describe how randomness evolves over time. Don’t worry if some of these ideas feel abstract; we’ll walk through them one by one, and by the end you’ll see why the tower property of conditional expectation is one of the most useful shortcuts in all of stochastic calculus.
The Big Picture#
Everything we do from here on rests on a handful of core probability concepts. We need a precise way to talk about “information” — what we know and when we know it. Sigma-fields turn out to be the perfect tool for that. Once we understand them, we can revisit random variables as functions that translate outcomes into numbers, and we can define conditional expectation not just as a single number, but as a random variable that depends on the information we have. The tower property then gives us a clean rule for averaging in stages, which will become essential when we study martingales and Ito integrals.
Sigma-fields and Measurability#
Imagine you toss a fair coin twice. Before you toss, all four outcomes {HH, HT, TH, TT} are possible. After the first toss, you know whether it landed heads or tails, but you still don’t know the second result. Your information has changed — the set of events you can decide has grown. Sigma-fields are the mathematical object that captures exactly which events are “knowable” at a given moment.
Start with a sample space
- The whole space
is in . - If a set
is in , its complement is also in . - If
is a countable sequence of sets in , their union is in .
These conditions simply say that a sigma-field is closed under the logical operations of “everything,” “not,” and “countable or.” Any set in the sigma-field is called a measurable set or an event.
Sigma-field: A family of subsets of
containing , closed under complements and countable unions.
The simplest sigma-field is
Now suppose we have a probability measure
A closely related idea is a sub-sigma-field
📝 Section Recap: A sigma-field is a collection of events closed under the basic operations of logic, and it models the information available in a probability experiment. Sub-sigma-fields represent partial knowledge.
Random Variables and Distributions#
A random variable is often introduced as something that takes on numerical values randomly. More precisely, a real-valued random variable
Measurability ensures that we can assign a probability to all questions of the form “does
Random variable: A measurable function from a probability space to the real numbers.
A random variable’s behavior is completely described by its distribution, which tells us the probability that
The expectation
Two random variables
Why do we insist on measurability? Because the sigma-field tells us what is “knowable.” If
📝 Section Recap: A random variable is a measurable function from the sample space to numbers; its distribution captures the probabilities of its values. Measurability with respect to a sigma-field ensures that all probability statements about the variable make sense within our model.
Conditional Expectation Given a Sigma-field#
Most students first meet conditional expectation as a number: “what is the expected value of
Let
-measurability: is measurable with respect to the smaller sigma-field . - Partial averaging: For every set
,
In plain words:
Any two versions of
Notice how this definition generalizes the elementary case. If
Conditional expectation (given
): A random variable that uses only information in and gives the same integral as over every event in .
Key properties follow directly from the definition:
- Linearity:
almost surely. - Monotonicity: If
almost surely, then almost surely. - Pulling out what is known: If
is -measurable and bounded, then almost surely. Because is already determined by the information in , it behaves like a constant inside the conditional expectation. - Independence: If
is independent of (every event in is independent of the behavior of ), then almost surely. Partial information that tells us nothing about gives no better guess than the overall average. - Law of total expectation (special case): Taking
in (2) gives . The average of the conditional guess is the overall average.
Think of a weather forecaster. They receive a large information set
📝 Section Recap: Conditional expectation given a sigma-field is a random variable that refines a coarser information set by averaging out the unknowable details, while preserving averages on all events in that set.
The Tower Property#
The most powerful computational property of conditional expectation is the tower property (also called the law of iterated expectations, but generalized to sigma-fields). It tells you how to condition in stages.
Suppose we have a nested sequence of sigma-fields:
Why is it called the tower property? Because if you stack the conditional expectations, the “inner” ones collapse: you can average first with respect to
A special case occurs when
which is the familiar law of total expectation. But the tower property is far more general because
Here is a short proof. Let
By the definition of
Now apply the definition of
Both
Let’s illustrate with a concrete example. Suppose you first roll a fair die, call the outcome
The tower property becomes essential when we study martingales and Ito integrals. It tells us that a martingale’s conditional expectation on a smaller sigma-field recovers its earlier value, and it justifies many “condition then integrate” simplifications in stochastic calculus. Whenever you can break a complex expectation into a chain of simpler conditional expectations, the tower property is your tool.
📝 Section Recap: The tower property lets you condition in steps: the conditional expectation of a conditional expectation, given a coarser sigma-field, collapses to the conditional expectation given that coarser field. It is the general form of the law of total expectation and a cornerstone of stochastic analysis.
Summary#
We started with the idea that a sigma-field is a formal way to describe what information is available, and random variables are the measurable quantities we observe. Then we moved to conditional expectation, which gives us a way to form a best guess of a random variable using only partial information. The tower property, which says that conditioning in stages collapses down to a single conditioning, is the glue that ties all these concepts together. These foundations will reappear over and over as we build stochastic processes and eventually stochastic integrals — every step will rely on the language and rules you have just learned.
| Key idea | What it means (plain English) | Why it matters |
|---|---|---|
| Sigma-field ( |
A collection of events that contains the whole space, and is closed under complements and countable unions. It models the set of knowable questions at a given time. | Without sigma-fields, we cannot rigorously define probability, random variables, or information flow in stochastic processes. |
| Measurability | A function (like a random variable) is measurable with respect to a sigma-field if the set of outcomes that give a value in any interval is an event in that sigma-field. | Ensures we can assign probabilities to statements about the function, making the variable well-defined in the model. |
| Random variable | A measurable function from a probability space to the real numbers. Its distribution tells us the probabilities of its values. | Random variables are the numerical summaries of randomness that we work with directly. |
| Conditional expectation given a sigma-field |
A random variable that is |
Allows us to update predictions and averages based on partial information, and is fundamental to martingales and stochastic integration. |
| Tower property | For nested sigma-fields |
Enables step-by-step averaging; it is the main computational shortcut that makes martingale theory and stochastic calculus manageable. |
| Integrable random variable | A random variable with $\mathbb{E}[ | X |