It is known that the collection of finite mixtures of Gaussian Distributions over $\mathbb{R}$ is dense in $\mathcal{P}(\mathbb{R})$ (the space of probability distributions) under convergence in distribution metric.
I'm interested to know the following:
Let $P_X$ be a random variable with finite $p$ th moment i.e. $\mathbb{E}_{P_X}[|X|^p]<\infty$, and $P_{X_n}\stackrel{d}{\to} P_X$ where $P_{X_n}$ are mixtures of Gaussian distributions. Then, suppose $X_n \sim P_{X_n}$ and $X\sim P_X$, does it follow that $$\mathbb{E}[|X_n|^p] \to \mathbb{E}[|X|^p]$$? $\quad (*)$
My attempt:
I've been able to show that $$\liminf_{n \to \infty} \mathbb{E}[|X_n|^p] \geq \mathbb{E}[|X|^p]$$ In fact this didn't even use the mixtures part. However I'm having difficulty showing the upper bound. Here are some steps: \begin{eqnarray} \mathbb{E}[|X_n|^p] &=& \mathbb{E}[|X_n|^p1_{\{|X_n|\leq A\}}] + \mathbb{E}[|X_n|^p1_{\{|X_n|>A\}}] \\ &=& \mathbb{E}[|X_n|^p1_{\{|X_n|\leq A\}}] + A^pPr[|X_n|\geq A] + \mathbb{E}[(|X_n|^p-A^p)1_{\{|X_n|>A\}}] \end{eqnarray} Let $f(x)=x1_{0\leq x\le A} + A1_{x\geq A}$ which is a continuous and bounded function. Then the first two terms of RHS are equal to $\mathbb{E}[f(|X_n|^p)]$, which by definition of weak convergence, will converge to $\mathbb{E}[f(|X|^p)]$ as $n \to \infty$. Now we may use MCT as $A\to \infty$ to get $\mathbb{E}[|X|^p]$. Hence in a nutshell, we need to show: \begin{equation} \limsup_{A\to\infty} \limsup_{n \to \infty} \mathbb{E}[(|X_n|^p-A^p)1_{\{|X_n|>A\}}] \leq 0 \end{equation} However I do not know how to proceed from here.
I'd like to point out that I don't know the answer to the question I asked in $(*)$ but my guess is that this is true. The reason is because I read a similar result in Soren Asmussen's book. The result states that for distributions over non-negative reals, we have phase type distributions not only being weak dense but also the moments converging. But in the provided proof, they said "It can be easily shown that the moments converge".
Update: Sincerest apologies for I forgot one very essential condition. The mixtures are not any mixtures but specific ones. Namely, I'm looking at distributions $P_X$ such that $P_{X_n}$ has the form $\sum_{k=1}^n \alpha_k \mathcal{N}(\mu_k;P_k)$ ($\mathcal{N}(\mu_k;P_k)$ stands for Gaussian distribution with mean $\mu_k$ and variance $P_k$.) where given $P<\infty$, $\sum_{k=1}^n \alpha_k =1$, $\alpha_k >0$ and $\sum_{k=1}^n\alpha_k P_k = P$.
Update 2: The reference I mentioned earlier is Soren Asmussen "Applied probability and queues", 2nd edition, page 84.
Update 3: Looks like I misinterpreted Asmussen. What he wanted to say was that for any distribution $P_X$ with finite $p$th moment, there exists a sequence of phase type distributions $P_X^k$ such that $P_X^k\stackrel{d}{\to}P$ and $E_{P_X^K}[|X|^p] \to E_{P_X}[|X|^p]$. This doesn't mean any weak converging mixture will have moment convergence as the answer points out.