Random Walks, Filtrations, and Information
The simple random walk as the prototype process, its scaling toward Brownian motion, and the filtration formalism that makes ‘information over time’ precise.
Leads to: Rescaling the random walk (Donsker) constructs Brownian motion in 8.3.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- Define the simple symmetric random walk and compute its mean and variance growth.
- Formalize a filtration as an information flow and identify adapted and predictable processes.
- Show the symmetric random walk is a martingale and locate its natural quadratic variation.
- Explain the diffusive \(\sqrt n\) scaling that motivates Brownian motion.
Key Vocabulary
- Simple random walk
- \(S_n=\sum_{i=1}^n \xi_i\) with i.i.d. \(\xi_i=\pm1\); symmetric if each sign has probability 1/2.
- Filtration
- Increasing sigma-algebras \(\F_0\subseteq\F_1\subseteq\cdots\); \(\F_n=\sigma(\xi_1,\dots,\xi_n)\) is the natural one.
- Adapted process
- \(X_n\) is \(\F_n\)-measurable - known at time \(n\).
- Predictable process
- \(H_n\) is \(\F_{n-1}\)-measurable - chosen before the time-\(n\) move (a trading position).
- Increments
- \(S_n-S_m\) for \(n\gt m\); independent and stationary for a random walk.
- Diffusive scaling
- \(\mathrm{sd}(S_n)=\sqrt n\): displacement grows like the square root of time.
Intuition & Motivation
The simple random walk
Since \(\E[\xi_i]=0\) and \(\Var(\xi_i)=1\): \(\E[S_n]=0\) and \(\Var(S_n)=n\), so \(\mathrm{sd}(S_n)=\sqrt n\). The walk is Markov (future depends only on the current level) and, being a sum of mean-zero independent increments, a martingale.
Filtrations: information as a growing sigma-algebra
The distinction is the whole game in trading. Your position \(H_n\) in step \(n\) must be predictable - decided using only \(\F_{n-1}\), before the shock \(\xi_n\) is revealed. Your wealth is then a martingale transform:
The quantity \(\sum_{k\le n}(S_k-S_{k-1})^2=\sum_{k\le n}\xi_k^2=n\) is the walk’s quadratic variation: the increments squared accumulate to \(n\), deterministically. Keep this fact - its continuous analogue \([B]_t=t\) is the crux of stochastic calculus.
Interactive: random-walk paths and their spread
- Thinking spread grows linearly in time; for a random walk standard deviation grows like \(\sqrt n\), not \(n\).
- Letting a position depend on the same step’s shock - that is not predictable and secretly encodes look-ahead (an arbitrage).
- Confusing adapted with predictable: adapted knows the present, predictable is fixed one step earlier.
- Believing a clever stake sequence can beat a fair game; the martingale-transform theorem forbids it.
- Whenever you see ‘decided before the move’, translate it to \(\F_{n-1}\)-measurable = predictable.
- The accumulation \(\sum(\Delta S)^2=n\) previews Ito: squared increments, not increments, carry the second-order term.
- Diffusive \(\sqrt t\) scaling is why volatility is quoted per \(\sqrt{\text{time}}\) (annualize by \(\sqrt{252}\)).
Knowledge Check
Practical Exercise
Let \(S_n\) be the simple symmetric random walk. (a) Show \(M_n=S_n^2-n\) is a martingale. (b) Interpret the ‘\(-n\)’ term in light of quadratic variation.
(a) \(\E[S_{n+1}^2\mid\F_n]=\E[(S_n+\xi_{n+1})^2\mid\F_n]=S_n^2+2S_n\E[\xi_{n+1}]+\E[\xi_{n+1}^2]=S_n^2+0+1.\) Hence \(\E[S_{n+1}^2-(n+1)\mid\F_n]=S_n^2+1-(n+1)=S_n^2-n=M_n\), so \(M_n\) is a martingale.
(b) The compensator \(n\) equals the accumulated squared increments \(\sum_{k\le n}\xi_k^2=n\), i.e. the quadratic variation of the walk. Subtracting it exactly cancels the systematic growth of \(S_n^2\), turning it into a fair game. In continuous time the same idea makes \(B_t^2-t\) a martingale, because \([B]_t=t\).
Lesson Summary
Formula Sheet Additions
- Did I use \(\sqrt n\) (not \(n\)) for the standard deviation?
- Is my strategy predictable (\(\F_{n-1}\)-measurable), not secretly using \(\xi_n\)?
- Did I identify the compensator as accumulated squared increments?
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: Mean 0; standard deviation \(\sqrt n\) (variance \(n\)).
A: Adapted: \(X_n\) is \(\F_n\)-measurable (known now). Predictable: \(H_n\) is \(\F_{n-1}\)-measurable (fixed one step earlier).
A: The martingale transform of a martingale by a bounded predictable process is again a mean-zero martingale.
Flashcards
Click to flip. These feed the site-wide spaced-repetition queue.
Completion Checklist
- I can explain the core ideas in my own words
- I worked the derivations/examples by hand
- I completed the interactive workbench(es)
- I passed the knowledge check
Source References
This lesson synthesizes and paraphrases concepts from the sources below. No copyrighted text, problem sets, or solutions are reproduced. Return to the originals for full depth.
- Probability: Theory and Examples (Rick Durrett, 5th ed.) current - Ch. 4-5 - Ch. 4-5: random walks, martingale transforms, recurrence.
- Brownian Motion and Stochastic Calculus (Karatzas & Shreve, 2nd ed., GTM 113) foundational - Ch. 1-2 - Filtrations, adapted/predictable processes, discrete precursors to BM.