MIT 6.1220 — Lecture 20
Random Walks (Part I)
Definition (Markov Chain). A Markov chain is a sequence of random variables such that is independent of history given .
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 such that, for all pairs of states , we have for all .
Definition (Stationary). A distribution is stationary with respect to if .
Definition (DG Terms). Draw the directed graph (DG) of : one vertex per state, with an edge whenever . Two vertices are said to communicate with each other (denoted ) if there is a directed path from to and vice versa. Equivalence classes under 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 is the GCD of the lengths of all directed walks from back to itself. A vertex is periodic if its period is greater than , 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 has a stationary distribution. Furthermore,
The stationary distribution is unique if and only if the DG has a unique recurrent component.
If all vertices in the recurrent components are aperiodic, then for every choice of initial distribution , the distribution of converges as .