Convergence, Part I
Last modified — 21 Jun 2026
By the end of this lecture, students are anticipated to be able to:
In probability, we look at the limit of a sequence of random variables, \(X_n\), as \(n\) goes to infinity.
This turns out to be more complicated, because there are different modes of convergence.
We will discuss 3 types of convergence.
A sequence of random variables \(X_1,X_2,\ldots,X_n,\ldots\) converges in probability to a random variable \(X\) if for all \(\epsilon > 0\), \[\lim_{n \to \infty} \mathbb{P}(|X_n - X| < \epsilon) = 1.\]
Suppose \(\mathbb{P}(X_n = 1 - 1/n) = 1\) and \(\mathbb{P}(Y=1)=1\). Show that the sequence \(\{X_n\}\) converges in probability to \(Y\).
Let \(U \sim {\mathrm{Unif}}(0,1)\) and define
\[X_n = U + B_n,\]
where \(B_n\sim {\mathrm{Bern}}(1/n)\) are independent Bernoulli random variables, also independent of \(U\).
Show \(X_n\overset{p}{\to}U\).
Let \(U_1, U_2, \ldots\) be i.i.d. \({\mathrm{Unif}}(0,1)\) random variables. Define \(Y_n = \max\{U_1, \ldots, U_n\}\).
Show that \(Y_n \overset{p}{\to}1\).
Hint: \(|Y_n - 1| > \epsilon\) if and only if \(Y_n < 1 - \epsilon\).
Let \(X_{1},X_{2}, \ldots, X_{n} \, \ldots\) be independent and identically distributed (i.i.d) random variables with finite mean \(\mu\). Then,
\[\overline{X}_n = \frac{1}{n} \, \sum_{i=1}^n X_i \overset{p}{\to}\mu.\]
Interpretation
The distribution of \(\overline{X}_n\) gets more and more concentrated around \(\mu\) as \(n\) increases.
Let \(X_n\) be the sum of the squares of \(n\) independent rolls of a fair six-sided die.
That is \[X_n = \sum_{i=1}^n X_{n,i}^2,\] where \(X_{n,i}\) is the result of the \(i\)-th die roll.
Show that \(n^{-1}X_n \overset{p}{\to}m\) for some \(m\) (find \(m\) explicitly).
Then, by Chebyshev’s inequality, for all \(\epsilon > 0\), \[\begin{aligned} \mathbb{P}\left( \left\vert \overline{X}_n-\mu \right\vert \geq \epsilon \right) &\leq \frac{\operatorname{Var}(\overline{X}_n)}{\epsilon^2} = \frac{\sigma^2/n}{\epsilon^2} \to 0. \end{aligned}\]
A sequence of random variables \(X_1,X_2,\ldots,X_n,\ldots\) converges almost surely (or w.p. 1) to a random variable \(X\) if for all \(\epsilon > 0\), \[\mathbb{P}\left(\lim_{n \to \infty} |X_n - X| < \epsilon\right) = 1.\]
Let \(U \sim {\mathrm{Unif}}(0, 1)\) and
\[ X_n = \begin{cases} 3 & U \le \frac{2}{3} - \frac{1}{n}\\ 8 & \text{otherwise}\end{cases} \]
\[ Y = \begin{cases} 3 & U \le \frac{2}{3}\\ 8 & \text{otherwise}\end{cases} \]
Does \(X_n \overset{a.s.}{\to}Y\)?
Let \(Y \sim {\mathrm{Unif}}(0, 1)\) and \(X_n = Y^n\). Prove that \(X_n \overset{a.s.}{\to}0\).
Let \(U \sim \text{Uniform}(0,1)\). Define the sequence \(X_1, X_2, X_3, \ldots\) by partitioning \([0,1]\) into successive blocks:
\[ B_1 = [0,1]; \quad B_2 = \bigl[0,\tfrac{1}{2}\bigr]; \quad B_3 = \bigl[\tfrac{1}{2},1\bigr]; \quad B_4 = \bigl[0,\tfrac{1}{3}\bigr]; \quad B_5 = \bigl[\tfrac{1}{3},\tfrac{2}{3}\bigr]; \quad \ldots \]
In general, row \(m\) contains \(m\) blocks each of length \(1/m\), tiling \([0,1]\) completely. The blocks are indexed \(n = 1, 2, 3, \ldots\) by reading left to right across rows. Set
\[ X_n(\omega) = \mathbf{1}[\omega \in B_n]. \]
Show that \(X_n \xrightarrow{P} 0\) but \(X_n \not\to 0\) almost surely.
Stat 302 - Winter 2025/26