Markov chain

Given a directed graph , with weighted edges , where the sum of probabilities on outgoing edges for any node is .
We call the entire object a markov chain:

Convergence of the stationary distribution on a markov chain

Let be a strongly connected graph with associated edge probabilities forming a Markov chain. For a probability vector , define for all , and let be the long-term average . Then:
→ There is a unique probability vector with .
→ For all , the limit .

Proof: Since is a probability vector we just want to show that as . Indeed, we can expand this quantity as

But are unit vectors (length 1), so their difference is at most 2, meaning . Now it’s clear that this does not depend on . For uniqueness we will cop out and appeal to the Perron-Frobenius theorem that says any matrix of this form has a unique such (normalized) eigenvector.

Link to original

References

https://www.jeremykun.com/2015/04/06/markov-chain-monte-carlo-without-all-the-bullshit/