So, I have stumbled upon a question like this:
${X_n}_{\{n\geq1\}}$ be a sequence of iid random variables having common pdf $f_X(x)=xe^{-x}I_{x>0}$. Define $\overline{X_n}=\frac{1}{n}\sum_{i=1}^{n}{X_i},n=1,2,...$. Then $\lim{n\to \infty}P(\overline{X_n}=2)=$
- $0$
- $1$
- $1/2$
- $1/4$
Now,as $X_i$ is a continuous ranfom variable $\overline{X_n}$ is also continuous. So,$P(\overline{X_n}=2)=0$ for any $n$. But Weak of of Large Numbers says that $\overline{X_n}$ converges in probability to $2$ ( as $E(\overline{X_n})=2)$ which means(?) $\overline{X_n}=2$ with probability $1$. So, I must be missing something here. Which option is correct? Any help would be very much appreciated!
We say that a sequence $(X_n)_n$ of random variables converges in probability to the random variable $X$ (notation: $X_n \stackrel{\mathbb{P}}{\to} X)$ if
$$\forall \epsilon > 0: \lim_n\mathbb{P}(|X_n-X| \geq \epsilon)=0$$
If $\overline{X_n} = 2$ with probability $1$ then for all $\epsilon > 0$ we have $\mathbb{P}(|\overline{X_n}-2| \geq \epsilon) = 0$ and thus we have $\overline{X}_n \stackrel{\mathbb{P}}{\to} 2$ trivially.
There is no contradiction. Of course $\overline{X}_n = 2$ with probability $1$ is stronger than convergence in probability.