Markov Chain - Markov Chains - Reducibility

Reducibility

A state j is said to be accessible from a state i (written ij) if a system started in state i has a non-zero probability of transitioning into state j at some point. Formally, state j is accessible from state i if there exists an integer n ≥ 0 such that

Allowing n to be zero means that every state is defined to be accessible from itself.

A state i is said to communicate with state j (written ij) if both ij and ji. A set of states C is a communicating class if every pair of states in C communicates with each other, and no state in C communicates with any state not in C. It can be shown that communication in this sense is an equivalence relation and thus that communicating classes are the equivalence classes of this relation. A communicating class is closed if the probability of leaving the class is zero, namely that if i is in C but j is not, then j is not accessible from i.

A state i is said to be essential or final if for all j such that ij it is also true that ji. A state i is inessential if it is not essential.

Finally, a Markov chain is said to be irreducible if its state space is a single communicating class; in other words, if it is possible to get to any state from any state.

Read more about this topic:  Markov Chain, Markov Chains