-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlec12.typ
More file actions
211 lines (142 loc) · 5.16 KB
/
Copy pathlec12.typ
File metadata and controls
211 lines (142 loc) · 5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
== Lecture 12
[D] §1.7 --- Proof of main theorems
Recall from last week:
*Main MC Theorem*
If $(X_n)$ is aperiodic, irreducible and $|S| < oo$, then there is a s.d. $pi$ ( i.e. $pi = pi underline(P)$ & $sum pi_i = 1$) and
$
& 1. lim_(n->oo) p_(i j)^n = pi_j quad "for any" i \
& 2. lim_(n->oo) (N_n (j)) / n#footnote[LR prop. of time in $j$.] = 1 / (E_j [T_j])#footnote[Inverse mean return time to $j$.] = pi_j
$
#pagebreak()
We'll prove this theorem this week. Along the way we'll prove some more general results:#footnote[Holds for $|S| = oo$.]
*Theorem 1.19*
Suppose $(X_n)$ is irreducible, aperiodic and has a SD $pi = pi underline(P)$.
Then
$lim_(n->oo) p_(i j)^n = pi_j quad "for all" i,j$
*Theorem 1.20*
Suppose $(X_n)$ is irreducible and Rec. Then it has a stationary measure $mu >= 0: sum_i mu_i p_(j i) = mu_j$ for all $i$.
#pagebreak()
To prove theorem 1.19, we need:
*Lemma*
If $(X_n)$ has a SD $pi$ (i.e. $pi=pi underline(P)$ & $sum_i pi_i = 1$) then all states with $pi_j > 0$ are Rec.
*Proof.* From previous lectures,
$
E_i N_j = sum_(n=1)^oo p_(i j)^n
$
$
therefore sum_i pi_i E_i N_j = sum_(i=1)^oo pi_i sum_(n=1)^oo p_(i j)^n
$
#pagebreak()
$
sum_i pi_i E_i N_j & = sum_i pi_i sum_(n=1)^oo p_(i j)^n
= sum_(n=1)^oo sum_i pi_i p_(i j)^n \
& = sum_(n=1)^oo (pi underline(P)^n)_j
= sum_(n=1)^oo pi_j
= oo
$
(since $pi = pi P => pi = pi P^n$ and $pi_j > 0$)
Recall: $E_i N_j = rho_(i j) / (1 - rho_(j j))$ where $rho_(i j) = P_i (T_j < oo)$
#pagebreak()
$
therefore sum_i pi_i rho_(i j) / (1 - rho_(j j)) = 1 / (1 - rho_(j j)) sum_i pi_i rho_(i j) = oo
$
However,
$
sum_i pi_i rho_(i j) <= sum_i pi_i = 1
$
$
therefore 1 / (1 - rho_(j j)) = oo & => rho_(j j) = 1 \
& => j "is Rec." quad square
$
#pagebreak()
We are ready to prove:
*Theorem 1.19* Suppose $(X_n)$ is irreducible, aperiodic and has a stationary distribution $pi = pi underline(P)$. Then $lim_(n -> oo) p_(i j)^n = pi_j$ for all $i, j$.
[Proof is long but beautiful. We'll split it into several parts]
*Proof.* $(X_n)$ a MC on $S$ with tr. prob. $p_(i j)$. We define $(Y_n) = (X_n, X'_n)$ on $S^2 = S times S$ with tr. prob $q$ as follows:
#pagebreak()
$
q_((i_1, j_1), (i_2, j_2)) = p_(i_1 i_2) p_(j_1 j_2)
$
I.e. the 2 co-ordinates transition independently according to $underline(P)$.
*Step 1.* $(Y_n)$ is irreducible.
Lemma 1.16 in [D] shows that if state $x$ is aperiodic, $p_(x x)^n > 0$ for all sufficiently large $n$.
We'll use this without proof.
#pagebreak()
Since $(X_n)$ irreducible,
$
p_(i_1 i_2)^k > 0 "and" p_(j_1 j_2)^l > 0 "for some" k, l
$
Since $(X_n)$ aperiodic, so $i_2, j_2$ are aperiodic,
$
p_(i_2 i_2)^n, p_(j_2 j_2)^n > 0 "for all large" n
$
$
therefore q_((i_1, j_1), (i_2, j_2))^(k + l + n) &= p_(i_1, i_2)^(k+l+n) p_(j_1, j_2)^(k+l+n) \
& >= (p_(i_1 i_2)^k p_(i_2 i_2)^(l+n)) (p_(j_1 j_2)^l p_(j_2 j_2)^(k+n)) > 0 "for all large" n
$
#pagebreak()
$therefore (Y_n)$ is irreducible.
*Step 2* $hat(pi)_((i,j)) = pi_i pi_j$ is a SD for $(Y_n)$.
This is because, recall, the coordinates move independently like $(X_n)$.
So by lemma, all states $(i, j) in S^2$ are recurrent for $(Y_n) = (X_n, X'_n)$.
Let $T = "min"{ n >= 0: X_n = X'_n } = 1^"st"$ time co-ordinates equal.
Note: $P(T < oo) = 1$. (all states $(x,x)$ is recurrent.)
#pagebreak()
#text(size: 9pt)[
*Step 3* $P(X_n = x, T <= n) = P(X'_n = x, T <= n)$
$
& P(X_n = x, T <= n) \
& = sum_(m=1)^n sum_y P(T=m, X_m=y, X_n=x) \
& = sum_(m=1)^n sum_y P(T=m, X_m=y) P(X_n=x | X_m=y) \
& = sum_(m=1)^n sum_y P(T=m, X'_m=y)#footnote[by def of $T$] P(X'_n=x | X'_m=y)#footnote[$X_n, X'_n$ iid.] \
& = P(X'_n = x, T <= n)#footnote[by 1st two lines of reasoning instead applied to $(X'_n)$.]
$
]
#pagebreak()
Finally, \
*Step 4* By previous step, the distributions of $X_n$ and $X'_n$ agree on ${T <= n}$. So,
$
& |P(X_n=x) - P(X'_n=x)| \
& = |P(X_n=x, T>n) - P(X'_n=x, T>n)| \
& <= P(X_n=x, T>n) + P(X'_n=x, T>n)#footnote[By triangle inequality.] \
$
#pagebreak()
$
therefore & sum_x |P(X_n=x) - P(X'_n=x)| \
& <= 2 P(T > n) \
& -> 0 " as " n -> oo
$
All above holds regardless of what $X_0$ is.
Now, let $X_0 = i$ & $X'_0 ~ pi$. Then,
$
& sum_j |p_(i j)^n - pi_j| -> 0 " as " n -> oo \
& => lim_(n->oo) p_(i j)^n = pi_j quad forall i, j quad square
$
#pagebreak()
Next, we prove:
*Theorem 1.20* Suppose $(X_n)$ is irreducible and recurrent. Then it has a *stationary measure* $mu >= 0$ : $sum_i mu_i p_(i j) = mu_j$ for all $j$.
Recall: if $abs(S) < oo$ we can use $mu$ to find SD: $pi_i = mu_i / (sum_j mu_j)$.
#pagebreak()
*Proof.* Fix $i in S$. Let
$
T_i = "min"{ n >= 1 : X_n = i }
$
We show
$
mu_i (j) & = sum_(n=0)^oo P_i (X_n = j, T_i > n) \
& = "expected # visits to j before time " T_i ", starting from i"
$
is a stationary measure.
#pagebreak()
This is called the "cycle trick".
#figure[
#image(
"./figs/p12_56m.png",
width: 60%,
)
]
$
mu_i (j) & = E_i ["# visits to j during" {0, 1, dots, T_i - 1} ] \
& = E_i ["# visits to j during" {1, 2, dots, T_i} ] \
& = (mu_i underline(P))(j)
$