Class 11
Definition: State \(j\) is accessible from state \(i\) if \(P^n_{ij} > 0\) for some \(n\).
Definition: States \(i\) and \(j\) communicate (denoted \(i \leftrightarrow j\)) if \(i\) is accessible from \(j\) and \(j\) is accessible from \(i\).
\({}\leftrightarrow{}\) is an equivalence relation on the set of all states.
It splits the set of states into equivalence classes
Definition: A Markov chain is irreducible if it only has one class.
\[\mathbf{P} = \begin{bmatrix} .9 & .1 \\ .4 & .6 \end{bmatrix}\]
Question: Suppose it rains on day 1. What is the probability that it will never rain again?
Question: Suppose it rains on day 1. What is the probability that it will rain again sometimes in the future?
\[\mathbf{P} = \begin{bmatrix} 1 & 0 & 0 & 0 \\ .3 & 0 & .7 & 0 \\ 0 & .3 & 0 & .7 \\ 0 & 0 & 0 & 1 \\ \end{bmatrix}\]
Question: If you start with $1, what is the probability you will never have exactly $1 again?
Question: If you start with $1, what is the probability you will have exactly $1 again some time in the future?
Given a state \(i\), define:
We say that state \(i\) is:
Let \(N_i = {}\) the total number of times the process is the state \(i\).
The state is recurrent if and only if \(\operatorname{E} N_i = \infty\).
\[ \begin{bmatrix} 0.7 & 0.3 & 0 & 0 \\ 0.4 & 0.6 & 0 & 0 \\ 0 & 0 & 0.2 & 0.8 \\ 0 & 0 & 0 & 1 \end{bmatrix} \]
Which states are recurrent and which are transient?
\[ \begin{bmatrix} 0.7 & 0.3 & 0 & 0 \\ 0.4 & 0.5 & 0.1 & 0 \\ 0 & 0 & 0.2 & 0.8 \\ 0 & 0 & 0 & 1 \end{bmatrix} \]
Which states are recurrent and which are transient?
Proposition:
State \(i\) is
Proposition:
If \(i\) is recurrent and \(j\) communicates with \(i\), then \(j\) is also recurrent.
Corollary:
If \(i\) is transient and \(j\) communicates with \(i\), then \(j\) is also transient.
Note:
A finite Markov chain must have a recurrent state.