[Math] Show that $X_n/n$ does not converge almost surely

convergence-divergenceprobability theoryrandom variables

I am generally able to prove that a sequence of random variables $X_n$ converge almost surely to a random variable $X$ by using the following strategy:

Take any typical sample point $\omega\in\Omega-A$ where $A$ is the union of all possible null sets. Then for this selected $\omega$, $X_n(\omega)$ and $X(\omega)$ are real numbers, so we just have to show that $X_n(\omega)\to X(\omega)$ by usual laws of real analysis i.e. given $\varepsilon>0$ there exists $N\in\mathbb N$ such that $\forall n\geq N$, $|X_n(\omega)-X(\omega)|<\varepsilon$.

However, I am confused as to how one can show that a sequence of random variables DOES NOT converge to a random variable almost surely. In particular, consider the following question:

Let $\{X_n\}$ be a sequence of independent random variables such that $P(X_n=n)=P(X_n=-n)=\dfrac{1}{2\sqrt{n}}$ and $P(X_n=0)=1-\dfrac{1}{\sqrt{n}}$. Show that $\{\dfrac{X_n}{n}\}$ does not converge almost surely to $0$.

I am aware that if $Y_n$ are independent random variables then $$\sum_{n=1}^\infty P(|Y_n|\geq \epsilon)<\infty\space\space\forall\epsilon>0\iff P(Y_n\to 0)=1$$

So in this question, for any $\epsilon>0$ $$P(\dfrac{|X_n|}{n}\geq\epsilon)=P(X_n\neq0)=\dfrac{1}{\sqrt{n}}$$

Since $$\sum_{n=1}^\infty \dfrac{1}{\sqrt{n}}=\infty$$ we have that $X_n/n$ cannot converge almost surely to $0$.

However, I spent a lot of time trying to show that $X_n/n$ does not converge a.s. to $0$ using the definition of a.s. convergence. That is, I wanted to show that there exists $A=\{\omega: X_n(\omega)/n$ does not converge to $0\}$ with $P(A)>0$. Somehow I find this quite hard to do. What is the general method to show that a sequence does not converge almost surely from the definitions only?

Best Answer

Define $$A_n := \left\{ \left| \frac{X_n}{n} \right| \geq 1 \right\}.$$ The set $$A := \limsup_{n \to \infty} A_n$$ satisfies, by the Borel-Cantelli lemma, $\mathbb{P}(A)>0$ and $\frac{X_n(\omega)}{n}$ does not converge to $0$ for each $\omega \in A$.

Related Question