# Lecture 14: Stochastic Processes II

Source: https://www.youtube.com/watch?v=VM29JyI1sio
Recap page: https://rapidrecap.app/video/VM29JyI1sio
Generated: 2025-12-03T16:10:54.109+00:00

---
## Quick Overview

The lecture defines Brownian motion mathematically, detailing its properties such as normally distributed, independent, and continuous increments, and establishes its formal definition as the limiting process of a normalized random walk, independent of the underlying step distribution.

**Key Points:**
- Albert Einstein formalized the Brownian motion model mathematically, and Norbert Wiener developed its mathematical foundation.
- One-dimensional Brownian motion $B_t$ starts at 0, has increments that are normally distributed with mean 0 and variance proportional to $\Delta t$, and possesses independent, disjoint increments.
- Brownian motion is a Markov process, and the variance of $B_t$ increases with time, resulting in a standard deviation proportional to $\sigma\sqrt{t}$.
- The covariance between $B_s$ and $B_t$ (with $s < t$) equals $\sigma^2 s$, depending on the overlap of the time intervals.
- Brownian motion can be formally defined as the limiting stochastic process corresponding to a random walk where the normalized partial sums converge to a Gaussian distribution, regardless of the initial step distribution.
- The probability of the maximum of Brownian motion up to time $t$ exceeding $x$ is twice the probability that the ending value $B_t$ exceeds $x$, leading to the formula $P(M(t) > x) = 2 P(B_t > x)$.
- The quadratic variation of Brownian motion over an interval $[0, T]$ equals $T$ with probability 1, highlighting a key regularity in the process.

**Context:** This lecture, titled "Lecture 14: Stochastic Processes II," introduces and mathematically analyzes Brownian motion, a stochastic process named after botanist Robert Brown, who observed the dynamics in nature. Peter Kempthorne outlines the historical context, crediting Einstein for the mathematical formalization and Wiener for developing the foundation, before transitioning into the rigorous definition and properties of the process in one dimension.

## Detailed Analysis

The lecture meticulously defines one-dimensional Brownian motion ($B_t$) as a continuous-time stochastic process starting at 0, characterized by normally distributed, independent, and disjoint increments whose variance is proportional to the time interval length $\Delta t$. Key properties discussed include its Markov nature, zero expected value (if starting at 0), and variance growing linearly with time, $\text{Var}(B_t) = \sigma^2 t$. The covariance function is derived as $\text{Cov}(B_s, B_t) = \sigma^2 \min(s, t)$. The speaker then connects the probability model to the diffusion equation, noting its relation to the heat equation and Fokker-Planck equation. Crucially, Brownian motion is formally defined as the limit of a normalized random walk as the number of steps increases, a limit which is invariant to the underlying step distribution. Advanced properties include the reflection principle, which yields the result that the probability of the maximum exceeding a level $x$ is twice the probability of the endpoint exceeding $x$. Extensions discussed include reflected Brownian motion, absorbed Brownian motion, and the Brownian Bridge, which arises from the normalized empirical distribution function of uniform random variables. Finally, the lecture covers Brownian motion with drift ($\mu$) and its application to solving the gambler's ruin problem via a second-order differential equation for the hitting probability function $u(x)$, and emphasizes the non-differentiability of Brownian motion contrasted with its constant quadratic variation equal to the time elapsed, $T$.

### Historical Context and Simulation

- Brownian motion observed by Robert Brown
- Mathematically formalized by Albert Einstein
- Foundation developed by Norbert Wiener
- Two-dimensional simulation shows jagged, symmetrical, purely random dynamics.

### Mathematical Definition (1D)

- Starts at $B_0=0$
- Increments $\Delta B$ are Normal($0, \sigma^2 \Delta t$)
- Increments are independent and disjoint
- $B_t$ is a continuous function of time.

### Key Properties

- It is a Markov process
- Expected value $E[B_t] = 0$
- Variance $\text{Var}(B_t) = \sigma^2 t$
- Covariance $\text{Cov}(B_s, B_t) = \sigma^2 \min(s, t)$.

### Formal Construction and Diffusion

- Defined as the limiting process of a normalized random walk (independent of step distribution)
- The conditional density $p(y
- x)$ satisfies the diffusion equation $\frac{\partial p}{\partial t} = \frac{1}{2}\sigma^2 \frac{\partial^2 p}{\partial y^2}$.

### Reflection Principle and Maximum

- $P(M(t) > x) = 2 P(B_t > x)$
- This relationship allows calculation of the density function for the maximum and the first hitting time.

### Extensions and Variations

- Brownian Bridge arises from normalized empirical distribution functions of uniform variables ($U_i=F(Y_i)$)
- Brownian motion with drift $\mu$ has increments with mean $\mu \Delta t$
- Gambler's ruin probability solved using infinitesimal analysis leading to a second-order ODE for $u(x)$.

### Regularities and Irregularities

- Brownian motion is not differentiable, as normalized increments explode ($\text{Var} \propto 1/\Delta t$)
- Quadratic variation is a key regularity: $\sum (\Delta B)^2 \to T$ with probability 1.

### Subordination and Adaptation

- Observing Brownian motion at exponentially distributed random time increments leads to Laplace distributed increments (Subordinated Stochastic Processes)
- Adapted processes $Y(t)$ ensure trading decisions rely only on information up to time $t$ (i.e., cannot see the future).

