Conditional Expectation as an L² Projection

Medium·12 min read·Interactive lab
ProbabilityHilbert SpacesConditional Expectation

Context

Let (Ω,F,P)(\Omega,\mathcal F,\mathbb P) be a probability space and
GF\mathcal G \subseteq \mathcal F a sub-σ\sigma-algebra.

We work in the Hilbert space L2(Ω,F,P)L^2(\Omega,\mathcal F,\mathbb P) with inner product X,Y=E[XY].\langle X,Y\rangle = \mathbb E[XY].

Define the closed subspace L2(G)={YL2(F):Y is G-measurable}.L^2(\mathcal G) = \{Y \in L^2(\mathcal F) : Y \text{ is } \mathcal G\text{-measurable}\}.


Theorem (Projection Characterization)

For any XL2(F)X \in L^2(\mathcal F), the conditional expectation
E[XG]\mathbb E[X \mid \mathcal G] is the unique orthogonal projection of XX onto L2(G)L^2(\mathcal G).

Equivalently: E[XG]=argminYL2(G)E[(XY)2].\mathbb E[X \mid \mathcal G] = \arg\min_{Y \in L^2(\mathcal G)} \mathbb E[(X-Y)^2].


Orthogonality Property

For all ZL2(G)Z \in L^2(\mathcal G), E[(XE[XG])Z]=0.\mathbb E\big[(X - \mathbb E[X\mid\mathcal G])Z\big] = 0.

In particular, it is sufficient to check this for
Z=1AZ = \mathbf 1_A, AGA \in \mathcal G.


Proof Sketch

  1. L2(F)L^2(\mathcal F) is a Hilbert space.
  2. L2(G)L^2(\mathcal G) is a closed subspace.
  3. Every element of a Hilbert space admits a unique orthogonal projection onto a closed subspace.
  4. The projection satisfies the defining property of conditional expectation.

Hence: E[XG]=ΠL2(G)(X).\mathbb E[X\mid\mathcal G] = \Pi_{L^2(\mathcal G)}(X).


Interpretation

  • XX: future payoff or random outcome
  • G\mathcal G: available information
  • E[XG]\mathbb E[X\mid\mathcal G]: best mean-square predictor using only G\mathcal G

This underlies:

  • filtering
  • least-squares Monte Carlo
  • regression-based pricing
  • risk-neutral valuation

Finite Partition Example

If G=σ(A1,,An)\mathcal G = \sigma(A_1,\dots,A_n), E[XG]=i=1nE[XAi]1Ai.\mathbb E[X\mid\mathcal G] = \sum_{i=1}^n \mathbb E[X\mid A_i]\mathbf 1_{A_i}.

The projection is piecewise constant on the partition.


Quant Finance Example

Let X=(STK)+X=(S_T-K)^+ and G=σ(St)\mathcal G=\sigma(S_t).

This topic requires Premium

Only today's featured topic is free. Unlock the full Today's Focus archive with Premium.

Read the theory? Now explore it interactively.

Open the Lab