Problem Set 1
Problem Set 1
Problem Set 1
• This problem set is due on August 27, 2021 in the class.
• Each problem carries 10 points.
• Collaboration is strictly prohibited. Each student must submit their own work.
1. (Cardinality of a set) Recall that, in the class we proved that the set of all binary
sequences is uncountable. Hence or otherwise, prove that 2N , the power set of the
natural numbers, is uncountable.
3. (Limsup of Events) Suppose that the sequence of events {An }n≥1 satisfy
∞
X
P(An ) → 0 and P(Acn ∩ An+1 ) < ∞.
n=1
4. (Strong Law for Normal r.v.s) (a) Prove that if G is a random variable with the
normal N (0, 1) distribution, then, for x > 0,
Z ∞
1 2 1 2
P(G > x) = √ e−x /2 dx ≤ √ e−x /2 .
2π x x 2π
(b) Let X1 , X2 , . . . be a sequence of independent N (0, 1) variables. Prove that, with
probability 1, L ≤ 1, where
p
L := lim sup(Xn / 2 log n).
√
(c) Let Sn := X1 + X2 + . . . + Xn . Recall that Sn / n has the N (0, 1) distribution.
Prove that
p
P(|Sn | < 2 n log n, ev) = 1.
2
5. (‘Cauchy Sequence’) Let’s call a sequence of random variables {Xn }n≥1 to be Cauchy
in probability if for all > 0, there exists an N such that P(|Xm − Xn | > ) < for
m, n > N .
(a) Using the first Borel-Cantelli Lemma show that there is a subsequence {Xnk }k≥1
and a random variable X such that limk Xnk = X w.p. 1.
(b) Conclude that Xn →p X.