Given that $X_n \Rightarrow X$ and $Y_n \Rightarrow Y$ prove that $X_nY_n \Rightarrow XY$, if both $\{X_n, Y_n\}; \{X,Y\}$ are independent.
This is my attempt:
I aim to prove \begin{align} \Bbb E_{X_n Y_n}(e^{itX_n Y_n}) = \Bbb E_{XY}(e^{itXY}) \forall t\in \Bbb R \; \; \text{(Because by [Levy's continuity theorem][1] the statement will follow)} \\ \end{align} Now, Taking limit $n \to \infty$ on LHS and using
- Tower Property of Expectation
- Dominated Convergence Theorem
- using Portmanteau lemma (ii) (as Characteristic function is uniformly continuous)
- Independence
, we have $\lim_{n \to \infty} \Bbb E_{X_n Y_n}(e^{itX_n Y_n}) \overset{(1)} = \lim_{n \to \infty} \Bbb E_{Y_n} \Bbb E_{X_n|Y_n}(e^{itX_nY_n}) \\ \overset{(4)} = \lim_{n \to \infty} \Bbb E_{Y_n} \Bbb E_{X_n}(e^{itX_nY_n}) \overset{(2)} = \lim_{n \to \infty} \Bbb E_{Y_n} \Bbb \lim_{n \to \infty} E_{X_n}(e^{itX_nY_n}) \\ \overset{(3)} = \lim_{n \to \infty} \Bbb E_{Y_n} \Bbb E_{X}(e^{itXY_n}) \overset{(3)} = \Bbb E_{Y} \Bbb E_{X}(e^{itXY}) \overset{(1)} = \Bbb E_{X Y}(e^{itX Y}) $
Is my proof correct? Thank you!
Edited to reflect d.k.o's comments: From Wikipedia, it is stated that the product of two independent random variables $Z = XY$ has the following characteristic function:
\begin{align} \varphi_Z(t) & =\operatorname{E}(e^{itX Y}) \\ & = \operatorname{E}_Y ( \operatorname{E}_{X Y \mid Y} (e^{itX Y} \mid Y)) \\ & = \operatorname{E}_Y ( \operatorname{E}_{X \mid Y} (e^{itX Y} \mid Y)) \\ & = \operatorname{E}_Y ( \varphi_X(tY)) \end{align}
Therefore, we have the characteristic function of $Z_n = X_nY_n$ as $\varphi_{Z_n}(t) = \operatorname{E}_{Y_n} ( \varphi_{X_n}(tY_n)) = \operatorname{E}_{Y_n} ( \operatorname{E}_{X_n} (e^{itX_nY_n})) $.
By independence $(X_n,Y_n)\xrightarrow{d}(X,Y)$ because $$ \mathsf{E}e^{\mathbf{i}(sX_n+tY_n)}=\mathsf{E}e^{\mathbf{i}sX_n}\mathsf{E}e^{\mathbf{i}tY_n}\to\mathsf{E}e^{\mathbf{i}sX}\mathsf{E}e^{\mathbf{i}tY}=\mathsf{E}e^{\mathbf{i}(sX+tY)} $$ as $n\to\infty$. Then use the continuous mapping theorem.