I've been going through this proof.
And I'm wondering what allows me to change the order of the integral and the infinite sum.
$$\int_{-\infty}^{\infty} \left( \sum_{n \ge 0} \frac{2^n t^n x^n}{n!} \right) e^{-x^2} dx = \sum_{n \ge 0} \frac{2^n t^n}{n!} \int_{-\infty}^{\infty} x^n e^{-x^2} \, dx.$$
I know the result that for a function series that converges uniformly on $[a, b]$ the following holds:
$$ \int^{b}_{a} \sum_{n=0}^{\infty} f_n(x) \ dx = \sum_{n=0}^{\infty} \int_a^b f_n(x) \ dx$$
But here the limits of integration are $-\infty$ and $+\infty$, and I'm not sure what to make of it.