Definition 1.4. If j is reachable from i, and i is reachable from j, then the states i and j are said
to communicate, denoted by i ←→ j.
The relation defined by communication satisfies the following conditions:
1. All states communicate with themselves: P
0
ii
= 1 > 0.
2. Symmetry: If i ←→ j, then j ←→ i.
3. Transitivity: If i ←→ k and k ←→ j, then i ←→ j.
Proposition 1.5. For each Markov chain, there exists a unique decomposition of the state space S
into a sequence of disjoint subsets C
1
, C
2
, ...,
S =
∞
[
i=1
C
i
in which each subset has the property that all states within it communicate. Each such subset is called
a communication class of the Markov chain.
Example 1.6. Here’s an example of DTMC:
A
B
C
D E
F
G H I
J
K
L
M
There are six communication classes: C
1
= {A, B, C}, C
2
= {D, E}, C
3
= {F }, C
4
= {G},
C
5
= {H}, and C
6
= {I, J, K, L, M }. Thus, we can draw the hierarchy of these communication
classes,
C
4
C
2
C
1
C
3
C
5
C
6
in which C
4
, C
2
, and C
5
are called transient communication class and C
1
, C
3
, and C
6
are called closed
communication class.
Definition 1.7. A communication class C s is said to be closed if there is no i ∈ C and j ∈ C
c
such
that i → j. Otherwise, it is said to be transient.
Theorem 1.8. If T = set of all transient states, then P r(x(t) ∈ T |x(0) ∈ T ) ≤ cr
t
, where 0 < r < 1.
Lemma 1.9. Suppose i −→ j and let N
ij
= {t : p
ij
(t) > 0}. N
i
i is closed under addition.
Theorem 1.10. If a set of non-negative integers is closed under addition then it contains all but a
finite numbers of multiples of its gcd (greatest common divisor).
2