Let $\lambda_n = 1/n$ for $n=1,2,\ldots$. Let $X_n \sim Poi(\lambda_n)$. Show that a) $X_n \rightarrow_P 0$. b) Let $Y_n = nX_n$. Show that $Y_n \rightarrow_P 0$ (where $\rightarrow_{P}$ denotes convergence in Probability)
Part a) is relatively straight forward as We know that $\mathbb{E}(X_n) = \lambda_n = 1/n$ and $\mathrm{var}(X_n) = \lambda_n = 1/n$. We know that since $X_n >0$ that $|X_n| = X_n$. Then from Chebyshevs inequality we know that $$P(X_n >\epsilon) \leq \frac{\mathrm{var}(X_n)^2}{\epsilon^2} = \frac{1}{n^2\epsilon^2} \rightarrow 0\;\mathrm{as\;}n \rightarrow \infty. $$
For part b) i cannot use this same approach as $\mathbb{var}(Y_n) = n^2*1/n = n$. Also i know convergence in quadratic mean implies convergence in probability but $\mathbb{E}(Y_n - 0)^2 = n^2(\mathbb{E}(X_n^2)) = n^2(1/n + 1/n^2) \not \rightarrow \infty$ as $n \rightarrow \infty$. Any ideas?
In case you are not familiar with characteristic functions (yet), you could use the fact that $$P(nX_{n}=0)=P(X_{n}=0)=e^{\frac{1}{n}} \rightarrow 1 $$ since the Poisson distribution is a discrete distribution with values in $\mathbb{N} \cup \{0\}$