MIT 6.1220 — Lecture 20

Random Walks (Part I)

Definition (Markov Chain). A Markov chain is a sequence of random variables {XttN}\{X_t \mid t \in \mathbb{N}\} such that Xt+1X_{t + 1} is independent of history X0,,Xt1X_0, \dots, X_{t - 1} given XtX_t.

Remark. Even if a process depends on more history than just the previous state, it is sometimes possible to interpret it as a Markov chain by extending the state space.

Definition (Time-Homogeneous). A Markov chain is time-homogeneous if there is a finite transition probability matrix WW such that, for all pairs of states (u,v)(u, v), we have Pr[Xt+1=vXt=u]=W(u,v)\mathrm{Pr}[X_{t + 1} = v \mid X_t = u] = W(u, v) for all tt.

Definition (Stationary). A distribution π\pi_* is stationary with respect to WW if π=πW\pi_* = \pi_*W.

Definition (DG Terms). Draw the directed graph (DG) of WW: one vertex per state, with an edge uvu \to v whenever W(u,v)>0W(u, v) > 0. Two vertices u,vu, v are said to communicate with each other (denoted uvu \leftrightsquigarrow v) if there is a directed path from uu to vv and vice versa. Equivalence classes under \leftrightsquigarrow are called strongly connected components. A component is transient if it has an outgoing edge, and recurrent otherwise.

Definition (Period). The period of a vertex vv is the GCD of the lengths of all directed walks from vv back to itself. A vertex is periodic if its period is greater than 11, and aperiodic otherwise.

Remark. Only the recurrent components matter; you can WLOG our distribution began strictly inside of a recurrent component, for any choice of recurrent component.

Claim. (Fundamental Theorem of Markov Chains.)

Every time-homogeneous Markov chain WW has a stationary distribution. Furthermore,