Last time: Classify the states into:
Recurrent states - You visit infinitely many times (almost surely). In other words, you always return.
Transient states - You visit finitely many times (alomst surely) In other words, eventually you do not return
Group recurrent states into recurrence classes (alternatively communication classes) - maximal sets of recurrent states that communicate with each other
A Markov chain has at least one recurrence classes (maybe more).
An irreducible Markov chain has exactly one recurrence class and no transient states.
It's often convenient to relabel states so that states in the same recurrence class are numbered consecutively and transient state have the highest numbers. This permutes rows and columns of and gives the nice block forms on p.20 (a block for each recurrence class) and p.27 (ONE block for ALL recurrence classes). That second block form is
note: Lawler uses for the bottom right. This conflicts with a different use of in section 1.2. So, I'll use instead.
The main idea is that, in the long term, the transient state don't matter and each recurrence class operates as its own, independent Markov chain.
So, we prove theorems about irreducible Markov chains and then apply them to the recurrence classes of more complicated chains.
A recurrence class may be
aperiodic - In the long term, it converges to its own stationary distribution
periodic with period - In the long term, it oscillates among distributions.
Different Recurrences classes may do differnet things in the long-term.
Fact to prove: Lemma 1: If is a stochastic matrix, then is always an eigenvalue and is an associated right eigenvector.
pf - done
Lemma 2: If is a stochastic matrix, then all eigenvalues have modulus less than or equal to one.
pf - done
Lemma 3: If is an irreducible stochastic matrix, then is the only right eigenvector for (up to scalar multiple). Since right and left kernels have the same dimension for square matrices, this means that there is only one only left eigenvector for (up to scalar multiple). pf - in class quickly today
Periodic behavior Let be the set of all possible first return times to
The period of a state is the greatest common divisior of .
Lemma 4: All states in the same recurrence class have the same period.
Facts (parts of the Perron-Frobenius Theorem or applications of linear algebra)
If periodic with period , then there are eigenvalue of modulus 1 that are not . They are complex numbers such that (roots of unity). In the long term, the chain oscillates through associated left eigenvectors.
If aperiodic, there is a long term stationary distribution ; entry is the reciprocal of the expected first return time to state .
First return time to is denoted . It is a random variable. If lots of us all start at , we'll return at different times. The average/mean/expected first return time is
Recall: Say you start at transient state . You may jump to other transient states for a while. But you will eventually reach a recurrent state and never leave its recurrence class (we say you are absorbed).
Theorem
The probability that you are absorbed at recurrent state is the entry of
On average, the number of jumps you will make before absorption equals the sum of row in .
where
tells us where and when.
File "<ipython-input-6-eec925a2ae8b>", line 1
Absorbing Boundary
^
SyntaxError: invalid syntax