Skip to content

Commit 298e812

Browse files
committed
add definition of accessible
Update related to #463
1 parent a4936a6 commit 298e812

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lectures/markov_chains_II.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,9 @@ import numpy as np
5858

5959
To explain irreducibility, let's take $P$ to be a fixed stochastic matrix.
6060

61-
Two states $x$ and $y$ are said to **communicate** with each other if
62-
there exist positive integers $j$ and $k$ such that
61+
State $x$ is called **accessible** (or **reachable**) from state $y$ if $P^t(x,y)>0$ for some integer $t\ge 0$.
6362

64-
$$
65-
P^j(x, y) > 0
66-
\quad \text{and} \quad
67-
P^k(y, x) > 0
68-
$$
63+
Two states, $x$ and $y$, are said to **communicate** if $x$ and $y$ are accessible from each other.
6964

7065
In view of our discussion {ref}`above <finite_mc_mstp>`, this means precisely
7166
that

0 commit comments

Comments
 (0)