Brownian Motion: Construction and Defining Properties
The continuous-time limit of the random walk: its four defining axioms, existence, the Gaussian marginal structure, and why the paths are continuous.
Leads to: Its quadratic variation (8.4) and Gaussian structure (8.5) underpin the Ito calculus of Phase 9.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- State the four defining properties of standard Brownian motion.
- Explain how the rescaled random walk converges to Brownian motion (Donsker’s idea).
- Compute means, variances, and covariances of Brownian increments.
- Describe the sample-path regularity: continuity everywhere, differentiability nowhere.
Key Vocabulary
- Brownian motion
- A process \((B_t)_{t\ge0}\) with \(B_0=0\), independent stationary Gaussian increments, and continuous paths.
- Independent increments
- For \(t_0\lt \cdots\lt t_k\), the increments \(B_{t_{i}}-B_{t_{i-1}}\) are mutually independent.
- Stationary increments
- \(B_{t}-B_{s}\sim\Normal(0,t-s)\) depends only on the gap \(t-s\).
- Covariance function
- \(\Cov(B_s,B_t)=\min(s,t)\).
- Donsker’s theorem
- The rescaled random walk \(S_{\lfloor nt\rfloor}/\sqrt n\) converges in distribution to Brownian motion.
- Wiener process
- Synonym for standard Brownian motion; the measure it induces on path space is Wiener measure.
Intuition & Motivation
Definition and existence
Existence is not obvious - one must build a process with all four properties simultaneously. Two standard constructions: the Levy-Ciesielski series using a Schauder/Haar basis (guaranteeing continuity), and Donsker’s invariance principle, which realizes BM as the scaling limit of the random walk.
Moment and covariance structure
From the axioms, for \(s\le t\):
The covariance follows by writing \(B_t=B_s+(B_t-B_s)\) and using independence: \(\Cov(B_s,B_t)=\Var(B_s)+\Cov(B_s,B_t-B_s)=s+0=s=\min(s,t)\). Because all finite collections \((B_{t_1},\dots,B_{t_k})\) are jointly Gaussian, this mean-zero, \(\min(s,t)\)-covariance structure characterizes BM completely (it is a Gaussian process - see 8.5).
Path regularity: continuous but nowhere differentiable
Property (4) makes the paths continuous. Yet the increment over \([t,t+h]\) has size of order \(\sqrt h\), so the difference quotient \((B_{t+h}-B_t)/h\) is of order \(1/\sqrt h\to\infty\). Formally:
This is the geometric origin of the whole theory: a path that wiggles so violently that it has no slope but does have a well-defined quadratic variation. The next lesson makes that precise.
Interactive: generate and inspect Brownian paths
- Writing \(\Var(B_t)=t^2\) or \(\sigma t\); for standard BM \(\Var(B_t)=t\), standard deviation \(\sqrt t\).
- Assuming \(dB_t/dt\) exists - it does not; BM has no derivative, which is why we use stochastic, not ordinary, calculus.
- Using \(\Cov(B_s,B_t)=st\); the correct covariance is \(\min(s,t)\).
- Treating overlapping increments as independent; only non-overlapping increments are independent.
- Remember the trio: mean 0, variance \(t\), covariance \(\min(s,t)\) - they define BM up to its Gaussian law.
- Model a driftless log-price as \(\sigma B_t\): variance \(\sigma^2 t\), the source of the \(\sigma\sqrt t\) in Black-Scholes.
- When a computation needs a derivative of \(B\), stop - reach for Ito’s lemma and quadratic variation instead.
Knowledge Check
Practical Exercise
Let \((B_t)\) be standard Brownian motion. (a) Find the distribution of \(B_2-B_5\) is asked incorrectly - instead find the law of \(B_5-B_2\). (b) Compute \(\E[B_2 B_5]\). (c) Are \(B_2\) and \(B_5-B_2\) independent? Use this to recompute (b).
(a) \(B_5-B_2\sim\Normal(0,5-2)=\Normal(0,3)\) by stationary Gaussian increments.
(b) \(\E[B_2 B_5]=\Cov(B_2,B_5)=\min(2,5)=2\) (both mean 0).
(c) Yes: \(B_2\) is a function of increments up to time 2, and \(B_5-B_2\) is the increment on \((2,5]\); non-overlapping increments are independent. Then \(\E[B_2 B_5]=\E[B_2(B_2+(B_5-B_2))]=\E[B_2^2]+\E[B_2]\E[B_5-B_2]=2+0=2\), matching (b).
Lesson Summary
Formula Sheet Additions
- Did I use \(\Var(B_t)=t\) (not \(t^2\) or \(\sigma t\))?
- Did I use \(\Cov=\min(s,t)\), and only treat non-overlapping increments as independent?
- Did I resist differentiating \(B\)?
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: \(B_0=0\); independent increments; \(B_t-B_s\sim\Normal(0,t-s)\) (stationary Gaussian); almost-surely continuous paths.
A: 0, \(t\), and \(\min(s,t)\).
A: Increments scale like \(\sqrt h\), so difference quotients \((B_{t+h}-B_t)/h\sim1/\sqrt h\to\infty\); no slope exists.
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.
- Brownian Motion and Stochastic Calculus (Karatzas & Shreve, 2nd ed., GTM 113) foundational - Ch. 2 - Ch. 2: construction and defining properties of Brownian motion.
- Probability: Theory and Examples (Rick Durrett, 5th ed.) current - Ch. 7 - Ch. 7: Brownian motion, Donsker’s theorem, path properties.