Suppose that $X_n$ is a sequence of random variables and that I want to show that $X_n$ goes to $-\infty$ in probability, in other words. I am wondering how this is defined by using the definition of convergence in probability. Usually if we have a target $X$, then $X_n \to X$ in probability means that for all $\epsilon >0$,
$$ \lim_{n \to \infty}P(|X_n - X|\geq \epsilon) = 0 $$
In this case, does it suffice to show that for all $K>0$
$$ \lim_{n \to \infty}P(X_n \geq -K) = 0 $$ ? Thanks!