Solved – Identifying the communicating classes and stating whether they are period, aperiodic, recurrent or transient

markov-process

I don't understand what the answers say

The transition matrix is

$$
\begin{pmatrix} 0.5 & 0.5 & 0 \\ 0 & 0.5 & 0.5\\ 0 & 0 & 1 \end{pmatrix}
$$

In the answers it says:

$C_1 = \{3\}, T = \{1,2\}$, state 3 is aperiodic because $p_{33} > 0$ and recurrent. States 1 and 2 are aperiodic and transient.

I understand the bits about the individual states, but what does $C_1 = \{3\}, T = \{1,2\}$ mean? The lecturer hasn't explained this or written this in the notes. Is this saying the closed state is 3 and the other communicating classes are 1 and 2?

EDIT: C is the set of irreducible closed classes and T is the set of transient classes

Best Answer

$T = \{1,2\}$ almost certainly means that the set of transient states has as elements the states $1$ and $2$.

$C_1 = \{3\}$ probably means that one of irreducible closed sets has as its only element elements the state $3$. If there were more than one irreducible closed set (not this example) then you might see $C_2$ or others.