Show that if $X_n$ converges to $X$, also $|X_n|$ converges to $|X|$ almost surely.
I know the fact that this will surely hold in the case of the convergence in probability, but I don't know how to prove it in the case of the convergence almost surely.
Assume that $(X_n)_{n \in \mathbb{N}}$ converges to $X$ almost surely. This means that $$P\left(\omega : \lim_{n\to\infty}X_n(\omega) = X(\omega)\right) = 1.$$ Now, we just have to show that $$\{\omega : \lim_{n\to\infty} X_n(\omega) = X(\omega)\} \subset \{\omega : \lim_{n\to\infty} \vert X_n(\omega)\vert = \vert X(\omega)\vert\}$$ in order to conclude that the set in the right hand side has measure $1$ as well. In fact, if $\omega$ is such that $\lim_{n\to\infty}X_n(\omega) = X(\omega)$, using the triangle inequality $$\vert \vert X(\omega) \vert - \vert X_n(\omega) \vert \vert \leq \vert X(\omega) - X_n(\omega) \vert$$ we conclude that $\lim_{n\to\infty} \vert X_n(\omega) \vert = \vert X(\omega)\vert$ and the proof is done.