I'm trying to show the following statement.
If $X$ is a random variable, then $\lim_{k \to \infty} P (|X| > k) = 0$
What I tried:
the above statement is equivalent to the following.
$$ X \text{ : R.V. } \Rightarrow \forall \epsilon>0, \exists k>0 : \Big( P(|X| > k) < \epsilon \Big) $$
I defined a sequence of events $a_n = \{|X| > n \}$ which is decreasing.
Since $\lim_{n \to \infty} a_n = \emptyset $, by the continuity of probability, $\lim P(a_n) = 0$
However, I now realize that $k>0$ is a real number, so this approach might not be valid.
Is there anyone to help me?
Setting $B_n:=\{n-1\leq|X|<n\}$ for $n=1,2,\dots$ we have: $$\bigcup_{n=1}^{\infty}B_n=\Omega$$and because the sets $B_n$ are disjoint we conclude:$$\sum_{n=1}^{\infty}P(B_n)=P(\Omega)=1$$ or equivalently $$\lim_{n\to\infty}\sum_{k=0}^nP(B_k)=1$$
so that $$\lim_{n\to\infty}\sum_{k=n+1}^{\infty}P(B_k)=\lim_{n\to\infty}1-\sum_{k=0}^nP(B_k)=1-1=0$$
Now observe that: $$\sum_{k=n+1}^{\infty}P(B_k)=P(|X|\geq n)$$
because $$\bigcup_{k=n+1}^{\infty}B_k=\{|X|\geq n\}$$ and again the sets $B_k$ are disjoint.