Problem Set 3
Problem Set 3
Monotone convergence. Let {Xn } be a non-negative, non decreasing sequence of RVs (mean-
ing Xn () 0, and Xn+1 () Xn ()). Set X() = limn Xn (). Then limn E[Xn ] =
E[limn Xn ], or in short, E[Xn ] E[X], where the convergence is monotonic non-decreasing.
a.s.
Dominated convergence. If Xn X, and |Xn | Y for all n, and E[Y ] < , then
E[Xn ] E[X].
Problems.
1. Interchanging limits and integrals. Please prove the correctness of the examples you
provide. You can use examples we saw in class.
a.s.
(a) Give an example where Xn X, but limn E[Xn ] 6= E[limn Xn ].
(b) Let {Xn } be a non-negative sequence of RVs. Prove E[
P P
k=1 Xk ] = k=1 E[Xk ].
(c) Let {Xn } be an i.i.d, non-negative sequencePof RVs. Let N be integer valued RV,
independent of the sequence {Xn }. Prove E[ N k=1 Xk ] = E[X1 ]E[N ], without using
conditional probability (the smoothing theorem for example).
1
X is non negative
X is a RV, and E[X + ] and E[X ] exist (recall x+ = x 0, x = x 0).
(a) Change of variables formula to calculate expectation. Given are a probability space
(R, B, P) (i.e. the real line, the Borel -field and
R some probability measure), a RV
X, and a function g : R R. Prove E[g(X)] = g(x)dF (x) for 4 cases:
g is an indicator function: g(X) = 1B (X), for some B B.
a simple function: g(X) = nm=1 cm 1Bm (X), where cm R and Bm B.
P
g is
g is a non negative function. Use gn (x) = (b2n g(x)c/2n ) n to approximate g.
g is a Borel measurable function. Use g = g + g .
Suppose X and Y are independent RVs (This means that their distribution is a prod-
uct measure, i.e dFXY (x, y) = dFX (x)dFY (y)). Let (x, y) be a Borel measurable
function, and let h(x) = E[(x, Y )]. Prove E[(X, Y )|X] = h(X). In particular,
show E[Y |X] = E[Y ].
4. Stopping times.
5. Martingales,
Pn Optional stopping. Consider the simple, symmetric random walk given by
Sn = i=1 Xi , S0 = 0, where the Xi s are i.i.d, such that P(Xi = 1) = 0.5 and P(Xi =
1) = 0.5. Let Fn = (X1 , ..., Xn ). Fix some a < 0 and b > 0. Define the event
A = {the walk reaches a before it reaches b}. Define the stopping time
2
(a) Prove that Sn is a martingale with respect to {Fn }.
(b) Find P(A) using the optional stopping theorem and the previous exercise.
(c) Prove that Sn2 n is a martingale with respect to {Fn }.
(d) Use the previous results to find E[T ].