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?