-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlec16.typ
More file actions
286 lines (192 loc) · 5.82 KB
/
Copy pathlec16.typ
File metadata and controls
286 lines (192 loc) · 5.82 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
== Lecture 16
Start with 1 particle $X_0 = 1$.
Suppose that each particle in any generation gives birth to an IID number of particles before it dies, according to some *distribution*#footnote["offspring distribution" often denoted by $xi$.] with mean $mu$.
#pagebreak()
Let $X_n$ = \# particles in $n$th generation.
($X_n$) is a MC.
$
& X_0 = 1 \
& X_n | (X_(n-1) = m) = sum_(i=1)^m xi_i^(n)
$
where $xi_i^(n)$ iid, $E xi = mu$.
*Q: Will MC ever visit (the absorbing state) 0 -- i.e. will the population die out eventually?*
#pagebreak()
We will ignore the trivial case $P(xi = 1) = 1$. In this case each particle gives birth to 1 particle, $mu=1$, and the population survives.
#figure[
#image(
"./figs/p15_39m.png",
height: 60%,
)
]
#pagebreak()
In all other cases, survival only depends on whether $mu > 1$ or $mu <= 1$.
Theorem
$(X_n)$ a BP with offspring distribution $xi$, $mu = E xi$. Suppose $P(xi=1) != 1$.
Then
$
rho = P("extinct") & = P(X_n=0 " eventually") \
& = cases(
1 & quad mu <= 1,
<1 & quad mu > 1
)
$
Moreover, $rho = P("extinct")$ is smallest positive solution to $x = sum_k P(xi=k)x^k$.
#pagebreak()
- The borderline case $mu=1$ is the most surprising.
- Also very useful that this result also gives us a formula for $P("survive") = 1 - rho$.
#pagebreak()
Recall
$
& X_n | (X_(n-1)=m) = sum_(i=1)^m xi_i \
& => E(X_n | X_(n-1)=m) = m mu \
& => E(X_n | X_(n-1)) = mu X_(n-1) \
& => E(X_n) = mu E(X_(n-1))
$
Since $X_0 = 1$, this implies
$
E(X_n) = mu^n quad "for all" n >= 0
$
#pagebreak()
Hence
$
E(X_n) ->^(n->oo) cases(
0 & quad mu < 1,
1 & quad mu = 1,
oo & quad mu > 1
)
$
By Markov's Inequality,
$
& P(X_n > 0) <= E(X_n) -> 0 "if" mu < 1 \
& therefore P("extinct") -> 1 "for" mu <= 1
$
#pagebreak()
For $mu > 1$, we need to be more careful:
Recall, $rho = P("extinct")$. By FSA,
$
rho = sum_(k=0)^oo P(xi=k) rho^k
$
Why?
#figure[
#image(
"./figs/p16_10m.png",
width: 60%,
)
]
#pagebreak()
$
phi(t) = sum_(k=0)^oo P(xi=k) t^k
$
is called the *generating function* of the RV $xi$.
From the previous slide,
$
rho = phi(rho)
$
I.e. $rho$ is a root of $phi$.
Recall that the theorem claims that $rho$ is the *smallest* pos. root.
#pagebreak()
Also note that $theta=1$ is always a root:
$
phi(theta) = sum_(k=0)^oo P(xi=k) theta^k
$
Set $theta=1$:
$
phi(1) = sum_(k=0)^oo P(xi=k) = 1
$
#pagebreak()
*Lemma*. $rho$ is smallest pos. solution of $phi(theta) = theta$, $theta in [0,1]$.
*Proof*.
$
underbrace(P(X_n=0), "Die out by time" n) = sum_(k=0)^oo P(xi=k) underbrace(P(X_(n-1)=0)^k, #footnote[All family trees of all k children of 1st particle must die out (independently) by time $n-1$.])
$
#pagebreak()
Let $rho_n = P(X_n=0)$ \
By previous slide $rho_n = phi(rho_(n-1))$.
Note $rho_0 <= rho_1 <= rho_2 <= dots$ \
This is because $X_(n-1)=0 => X_n=0$ for any $n$. \
($A supset B => P(A) >= P(B)$)
All $rho_n <= 1$. So by calculus (Monotone Convergence Theorem) the sequence converges:
$
lim_(n->oo) rho_n = rho_oo (= sup_n rho_n)
$
#pagebreak()
$
rho_n#footnote[$-> rho_oo$] = phi(rho_(n-1)#footnote[$-> rho_oo$]) => rho_oo = phi(rho_oo)
$
So $rho_oo$ is a solution to $theta = phi(theta)$.
To finish proof of lemma, we show $rho_oo$ = smallest sol. in $[0,1]$.
#pagebreak()
Let $p$ = smallest pos. sol. to $phi(theta) = theta$ in $[0,1]$.
We show $p = rho_oo$.
Note: $phi(theta) = sum_(k=0)^oo P(xi=k) theta^k$ is increasing in $theta$, since all $P(xi=k) >= 0$.
$rho_0 = P(X_0=0) = 0 <= p$, since $X_0=1$.
Since $phi$ increasing, $phi(rho_0) <= phi(rho)$ \
$=> rho_1 <= rho$ since $phi(rho_0) = rho_1$, and $phi(rho)=rho$.
#pagebreak()
Repeating argument,
all $rho_n <= rho$.
Take $n->oo$, $rho_oo <= rho quad square$
Using lemma, we can now study cases $mu>1$ and $mu=1$:
#pagebreak()
#text(size: 11pt)[
$mu > 1$
If $P(xi = 0) = 0$, then clearly $rho = 0$. Also, $phi(theta) = sum_(k=1)^oo P(xi=k) theta^k$ (sum starts at $k=1$), so $phi(0) = 0$.
If $P(xi=0) > 0$, then
$
phi(theta) & = sum_(k=0)^oo P(xi=k) theta^k \
phi'(theta) & = sum_(k=1)^oo P(xi=k) dot k theta^(k-1) \
phi'(1) & = sum_(k=1)^oo P(xi=k) dot k = mu.
$
If $mu>1$, slope of $phi$ at $theta=1$ is larger than 1 = slope of diagonal
]
#pagebreak()
#figure[
#image(
"./figs/p16_32m.png",
width: 80%,
)
]
Blue: generating function $phi$ \
Black: diagonal $y = theta$ \
$phi(0) = P(xi = 0)$
#pagebreak()
#text(size: 11pt)[
$mu = 1$
Recall, we exclude trivial case where $P(xi = 1) = 1$. Then $mu = 1$ and $rho = 0$.
Suppose $mu=1$ & $P(xi=1)<1$. We show $phi$ has no root $theta < 1$.
Note
$
phi'(theta) & = sum_(k=1)^oo P(xi=k) k theta^(k-1) \
& < sum_(k=1)^oo P(xi=k) k = mu = 1
$
if $theta < 1$.
]
#pagebreak()
$therefore$ If $theta < 1$ then
$
integral_theta^1 phi'(u) d u & = phi(1) - phi(theta) \
& = 1 - phi(theta) \
& < integral_theta^1 1 d u = 1 - theta
$
$=> phi(theta) > 1 - (1-theta) = theta$.
$therefore phi(theta) > theta$ for $theta < 1$.
$therefore theta=1$ only root in $[0,1] quad square$
#pagebreak()
Eg Binary Branching:
#figure[
#image(
"./figs/p16_43m.png",
width: 100%,
)
]
$
& phi(theta) = sum_(k=0)^oo P(xi=k) theta^k = 1 - alpha + alpha theta^2 \
& phi(theta) = theta => 0 = (theta-1)(alpha theta - (1-alpha)).
$
Roots are $theta=1$ & $theta = (1-alpha)/alpha < 1$ for $alpha > 1/2$ when $mu > 1$.
#pagebreak()
We turn now to:
[D] §1.9 & 1.10 on *Exit Distributions & Times*. (Basically just FSA).
- We have already seen some of this in homework & workshops.
- Basis for this is FSA (First Step Analysis)
Eg: Gambler's ruin, $P_x ("Jackpot")$ & $P_x ("Ruin")$ is the exit distrib. from ${1, 2, dots, N-1}$ started at $x$.