Skip to content

Commit bde6576

Browse files
committed
misc
1 parent 8a63fbb commit bde6576

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lectures/markov_chains_I.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ For example, we have the following result
779779

780780
(strict_stationary)=
781781
```{prf:theorem}
782+
:label: mc_gs_thm
783+
782784
If there exists an integer $m$ such that all entries of $P^m$ are
783785
strictly positive, then
784786
@@ -881,8 +883,10 @@ P =
881883
$$
882884

883885
This matrix does not satisfy the conditions of
884-
{ref}`prf:theorem` because, as you can readily check, $P^m = P$ when $m$ is odd
885-
and $P^m = I$, the identity matrix, when $m$ is even.
886+
{ref}`mc_gs_thm` because, as you can readily check,
887+
888+
* $P^m = P$ when $m$ is odd and
889+
* $P^m = I$, the identity matrix, when $m$ is even.
886890

887891
Hence there is no $m$ such that all elements of $P^m$ are strictly positive.
888892

0 commit comments

Comments
 (0)