How a sequence of random variables $X_n$ can converge in probability to a random variable $X$, but not converge pointwise for any point of the domain?
A sequence of random variables $X_n$ converges in probability to $X$ if for all $\epsilon > 0$ $$\lim_{n\rightarrow \infty}\mathbb{P}(|X_n-X|\leq \epsilon)=1$$
Intuitively, $X_n$ is considered close to $X$ when $|X_n-X|\leq \epsilon$; therefore, $\mathbb{P}(|X_n-X|\leq \epsilon)$ is the probability that $X_n$ is close to $X$. But I can't see how to get any information for pointwise convergence from that.
Besides, if the random variables viewed as functions which are not converging pointwise then what does the convergence refer to?
It will be great help if anyone provide a solution which will be self-contained, as I am learning this subject (measure-theoretic probability) by my own.