Martingales
A martingale is a stochastic process that models a "fair game": the expected future value, given all past information, equals the present value. Martingales are central to modern probability theory, providing a unified framework for analyzing random walks, gambling strategies, financial derivatives, and stochastic integrals.
Definition
A stochastic process adapted to a filtration is a martingale if:
- is integrable: for all .
- Martingale property: For all ,
A process is a submartingale if and a supermartingale if .
Intuition: In a martingale, the "best guess" for tomorrow's value, given all information up to today, is today's value. There is no systematic upward or downward trend.
A filtration is an increasing sequence of -algebras representing "information available up to time ." The process is adapted if is -measurable for all (i.e., depends only on information up to time ).
Often, we take , the natural filtration generated by the process itself.
Basic examples
Let and , where are i.i.d. with . Then:
So is a martingale. The symmetric random walk is the prototypical discrete-time martingale.
Let be the simple random walk. Define . Then:
Since is independent of and , :
So is also a martingale. This is a "compensated" process: is a submartingale (growing on average), and subtracting its mean growth produces a martingale.
Let be i.i.d. with . Define (with ). Then:
So is a martingale. This models a multiplicative fair game, such as repeated betting with independent, fair odds.
Martingale transform (betting strategies)
A process is predictable with respect to if is -measurable for all . Intuitively, is chosen based on information up to time , before observing .
If is a martingale and is a bounded predictable process, then the martingale transform
is also a martingale.
Interpretation: represents a "betting strategy" (how much to bet at time ), and is the "gain" at time . The martingale transform says that no betting strategy can convert a fair game into a favorable one β the resulting wealth process is still a martingale.
Consider a gambler playing a fair coin flip game, starting with wealth . The "doubling strategy" is: bet (double the bet after each loss). If the first win occurs at time , the gambler's wealth is:
It seems the gambler always wins! However, but . The strategy is not bounded (it requires unbounded capital), so the martingale transform theorem does not apply. In fact, if the gambler has finite capital, the strategy eventually fails with positive probability.
Optional stopping
Let be a martingale and a stopping time with and integrable. Then:
This theorem says that, under appropriate conditions, the expected value of the martingale at a stopping time equals its initial value. "You can't beat the house by choosing when to stop."
Let be a simple random walk on with absorbing boundaries. Let be the exit time. Since is a martingale (before absorption) and is finite a.s., by optional stopping:
But , so if :
This gives the probability of reaching before , starting from , for a symmetric random walk.
Doob decomposition
Any adapted, integrable process admits a unique decomposition:
where is a martingale with and is a predictable process with . The predictable part is:
This decomposition separates the "martingale part" (unpredictable fluctuations) from the "drift" (systematic trend). For a submartingale, is increasing; for a supermartingale, is decreasing.
Let , where , . Then . The Doob decomposition is:
where is a martingale (the "centered" walk) and is the drift.
Summary
Martingales capture the notion of a "fair" stochastic process:
- Definition: (conditional expectation preserves current value).
- Martingale transform: No betting strategy can make a fair game favorable.
- Optional stopping: Expected value at a stopping time equals initial value (under appropriate conditions).
- Doob decomposition: Any process = martingale + predictable drift.
Martingales are the foundation for stochastic calculus, martingale convergence theorems, and the modern theory of stochastic integration.