Probability & Statistics

Properties of Brownian Motion

Brownian motion underpins continuous-time finance. What conditions define it, and what striking properties follow?

solvedeasy1 min

Define Brownian motion and enumerate some of its properties. It is written BtB_t, or equivalently W(t)W(t) as a Wiener process.

Reveal solutionHide solution

#The defining properties

A standard Brownian motion (Bt)t0(B_t)_{t \ge 0} is pinned down by four conditions.

  • It starts at the origin, B0=0B_0 = 0.
  • It has independent increments, so for s<ts < t the increment BtBsB_t - B_s is independent of the entire path up to time ss.
  • Its increments are stationary and Gaussian, BtBsN(0,ts)B_t - B_s \sim \mathcal{N}(0, t-s), depending only on the elapsed time.
  • Its sample paths are continuous.
0st
The path starts at zero, moves by independent increments, and over any interval the jump is normal with variance equal to the elapsed time. Those few rules, plus continuity, pin Brownian motion down completely.

#What follows

From those few rules flow the striking features that make the process so useful and so strange.

  • The paths are continuous everywhere yet differentiable nowhere, with infinite total variation on every interval.
  • It is self-similar, since BctB_{ct} shares the law of cBt\sqrt{c}\,B_t.
  • It is at once a martingale and a Markov process, and its quadratic variation over [0,t][0,t] is exactly tt, the single fact that powers Ito calculus.