Say, we have a sequence of random variables with $X_n \geq 0$ almost everywhere. Which of the following types of convergence:
- almost everywhere: $X_n \xrightarrow{a.e.} X$
- in probability: $X_n \xrightarrow{\mathbb{P}} X$
- in distribution: $X_n \xrightarrow{d} X$
preserve this property? In other words, which gives us $P(X<0)=0$?
The first case is easy since the union of null sets is null set. But I have troubles proving (or disproving) the second and third.
Any hints are hugely appreciated.
Edit. My attempt:
For 2: I've tried to introduce $X_n$ to $\{X<0 \}$ in order to get something like $\{|X_n-X|>\varepsilon \}$ yet to no avail.
For 3: $P(X<0)=0$ seems to be equivalent with $\forall \varepsilon>0: P(X \leq -\varepsilon)=0$. From $X_n \xrightarrow{d} X$ and if we assume that $F$ is continuous in $-\varepsilon$ (why can we?), we'd get $F_n(-\varepsilon) \xrightarrow{n\to \infty} F(-\varepsilon)$ where $F_n(-\varepsilon)$ are zero for all $n$.