I'm trying to prove this: Given $\{\mu_n\}$ and $\{\sigma_n\}$ sequences of real numbers such that $\mu_n \rightarrow \mu$ and $\sigma_n \rightarrow \sigma$, if $X_n \sim N(\mu_n, \sigma_n^2)$ and $X \sim N(\mu_n, \sigma_n^2)$ then $X_n \overset{D}{\rightarrow} X$.
I have a couple of questions:
1º Since $X_n \rightarrow X \implies X_n \overset{D}{\rightarrow} X$ wouldn't be easier to show that given $\epsilon > 0$ $\lim P\{| X_n -X |< \epsilon \} = 1$?.
2º And to prove the convergence in distribution, knowing that $\mu_n \rightarrow \mu$ and $\sigma_n \rightarrow \sigma$ then $F(X_n) = \displaystyle\int_{-\infty}^{+\infty}\displaystyle\frac{1}{\sqrt{2\pi\sigma_n^2}}e^{-\frac{(x-\mu_n)^2}{2\sigma_n^2}}dx \rightarrow \displaystyle\int_{-\infty}^{+\infty}\displaystyle\frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}dx = F(X)$ and that's it?