probability and integration
Conditional Expectation
You should know: lebesgue integral, probability measure
Overview
Conditional expectation is one of the central constructions in modern probability theory. Given a probability space (Ω, F, P) and a sub-σ-algebra G ⊆ F, the conditional expectation E[X | G] of an integrable random variable X is the essentially unique G-measurable random variable that agrees with X on every G-measurable set in the sense of integration. This generalises the elementary notion of conditioning on an event to a fully measure-theoretic framework, and is the foundation of martingale theory, Bayesian statistics, and stochastic filtering.
Intuition
Think of G as encoding the information you are given. E[X | G] is the best L²-prediction of X given only that information — it is the orthogonal projection of X onto the closed subspace L²(Ω, G, P) of G-measurable square-integrable functions. When G = {∅, Ω} you know nothing and E[X | G] = E[X]; when G = F you know everything and E[X | G] = X.
Formal Definition
Let (Ω, F, P) be a probability space, G ⊆ F a sub-σ-algebra, and X ∈ L¹(Ω, F, P). The conditional expectation E[X | G] is any random variable Z satisfying:
Z is measurable with respect to the sub-σ-algebra G
Partial averaging property
Notation
| Notation | Meaning |
|---|---|
| Conditional expectation of X given sub-σ-algebra G | |
| Conditional expectation given the σ-algebra generated by Y | |
| Elementary conditional expectation given event A (when P(A) > 0) |
Proofs
- (ν is a signed measure on (Ω, G))
- (ν is absolutely continuous with respect to P restricted to G, since P(A)=0 implies ∫_A X dP = 0)
- (Radon–Nikodym theorem applied to ν and P|_G)
- (By subtraction of the averaging equations)
- (Since Z - Z' is G-measurable and integrates to 0 over every G-set, taking A = {Z > Z'} gives P(Z > Z') = 0 and symmetrically P(Z < Z') = 0)
Properties
Tower property
Condition: H ⊆ G ⊆ F
Linearity
Condition: a, b ∈ R, X, Y ∈ L¹
Independence
Condition: X independent of G
Taking out what is known
Condition: Z G-measurable and bounded (or appropriate integrability)
Jensen's inequality
Condition: φ convex, X, φ(X) ∈ L¹
Monotone convergence
Condition: Xₙ ≥ 0 non-decreasing
Theorems
Applications
Worked Examples
G has exactly two atoms: A₁ = [0, 1/2) and A₂ = [1/2, 1]. E[X|G] must be G-measurable, so it is constant on each atom.
Apply the partial averaging condition on A₁:
Apply on A₂:
Therefore:
Answer: E[X|G](ω) = 1/4 on [0,1/2) and 3/4 on [1/2,1], i.e. the conditional mean of X on each atom.
Practice Problems
Prove the tower property: if H ⊆ G ⊆ F, then E[E[X|G]|H] = E[X|H] a.s.
Let X ~ Exp(1) and let G = σ({X > 1}). Compute E[X | G] explicitly.
Prove Jensen's inequality for conditional expectation: if φ is convex and X, φ(X) ∈ L¹, then φ(E[X|G]) ≤ E[φ(X)|G] a.s.
Common Mistakes
E[X|G] is a number
E[X|G] is a random variable (a G-measurable function on Ω), not a single number. E[X|Y=y] for a fixed y is a number, but E[X|Y] is a function of Y.
Conditioning on an event with probability zero is straightforward
E[X|Y=y] for a continuous Y is defined via the regular conditional distribution, not by dividing by P(Y=y) = 0.
Historical Background
The elementary notion of conditional probability P(A|B) = P(A∩B)/P(B) dates to the 17th century. The rigorous measure-theoretic definition of conditional expectation as a Radon–Nikodym derivative was given by Andrei Kolmogorov in his 1933 monograph Grundbegriffe der Wahrscheinlichkeitsrechnung, which placed all of probability theory on a measure-theoretic foundation.
- 1933
Kolmogorov defines conditional expectation via the Radon–Nikodym theorem
Andrei Kolmogorov
- 1953
Doob's Stochastic Processes systematises martingales built from conditional expectations
Joseph Doob
- 1960s
Stochastic filtering (Kalman–Bucy) exploits conditional expectation in continuous time
Rudolf Kalman, Richard Bucy
Summary
- E[X|G] is the unique G-measurable integrable random variable satisfying ∫_A E[X|G] dP = ∫_A X dP for all A ∈ G.
- Existence follows from the Radon–Nikodym theorem; uniqueness holds almost surely.
- Key properties: tower property, linearity, Jensen's inequality, taking out what is known.
- In L², E[X|G] is the orthogonal projection of X onto L²(Ω, G, P).
- Conditional expectation is the backbone of martingale theory and Bayesian inference.
References
- BookDurrett, R. (2019). Probability: Theory and Examples (5th ed.). Cambridge University Press.
- BookWilliams, D. (1991). Probability with Martingales. Cambridge University Press.
Mathematics