This Wikipedia page says that the sequence of random variables $X_n$ that assume $1$ with probability $1/n$ and assume $0$ with probability $1 - 1/n$ converges to $0$ in probability but not almost surely. I can't understand why it does not converge to $0$ almost surely. $ P(\lim_{n\to\infty}X_n = 0) = \lim_{n\to\infty}(1-1/n)=1.$ What is wrong with the above equations? To be more concrete, with uniform probability on $[0,1]$, define $X_n(x)=1$ when $0\leqslant x \leqslant 1/n$ and $X_n(x)=0$ when $1/n < x \leqslant 1$. Then $(\lim_{n\to\infty}X_n)(0)=1$ and $(\lim_{n\to\infty}X_n)(x)=0$ for $0
An example of a sequence of random variables in Wikipedia, that converges in probability but not almost surely
2
$\begingroup$
probability
convergence-divergence
1 Answers
1
You left out the very important word "independent". Your random variables are not independent.
-
0Or if you want your probability space to be the interval $J = [0,1]$, define a tree of subintervals $A_s$ of $J$ indexed by finite strings of $0$'s and $1$'s, so that $A_1 = J$, $A_0 = \emptyset$; for $s$ of length $n$, $A_s$ is the disjoint union of $A_{s0}$ and $A_{s1}$ where $m(A_{s0}) = (1-1/(n+1)) m(A_s)$ and $m(A_{s1}) = 1/(n+1) m(A_s)$. Then $X_n(\omega) = 1$ iff $\omega \in A_{s1}$ for some $s$ of length $n-1$. – 2012-12-24