Stopping Times
A stopping time is a random time at which we can decide to "stop" observing a stochastic process based only on information available up to that time. Stopping times are fundamental in the optional stopping theorem, optimal stopping problems, and the study of martingales.
Definition
Let be a filtration. A random variable is a stopping time (or optional time) if for each :
Equivalently, for all .
Intuition: The decision to stop at time can be made using only information available up to time . We cannot use "future knowledge" to decide when to stop.
Let be a stochastic process and a set. The first passage time (or hitting time) is:
Then occurs iff and , which depends only on . So is a stopping time.
Let be the last time the process visits 0. To check whether , we need to know that for all β this requires knowledge of the future. So is not a stopping time.
Examples
(a deterministic constant) is a stopping time: which is in .
For a random walk , the first return time is . This is a stopping time.
Let be the time at which the maximum over is achieved. This is not a stopping time (in general), because determining requires comparing to all future values .
Properties
If and are stopping times, then so are:
- .
- .
- (on ).
- Any fixed time .
For a process and a stopping time , the stopped process is:
If is a martingale and is a stopping time, then is also a martingale.
Optional stopping theorem
Let be a martingale and a stopping time. If any of the following conditions hold:
- is bounded: a.s. for some constant .
- and a.s. (bounded increments).
- and .
Then .
The theorem fails without additional conditions, as the doubling strategy example shows.
Let be a symmetric random walk starting at 0, and the first time the walk reaches 1. Then by recurrence, but .
The optional stopping theorem with gives . Taking and using dominated convergence (the increments are bounded):
But a.s., so this is consistent: . Wait, this seems wrong! The resolution: the limit does not converge properly without additional conditions. The correct statement requires bounded stopping times or bounded increments.
Wald's identity
Let be i.i.d. with and . If is a stopping time with and , then:
Wald's identity is a powerful tool for computing expectations of sums over random indices. It follows from the optional stopping theorem applied to the martingale .
A collector seeks to collect all types of coupons. Each coupon type appears independently with probability . Let be the number of coupons collected until all types are obtained. By Wald's identity (applied to suitable martingales), , where is the -th harmonic number.
Summary
Stopping times formalize the notion of "when to stop" based on observable information:
- Definition: (decision depends only on past).
- Optional stopping: Under appropriate conditions, for martingales.
- Wald's identity: for i.i.d. sums.
- Applications: Optimal stopping, gambling strategies, sequential analysis.
Stopping times are central to the theory of martingales and stochastic optimization.