I am trying to show that if $X_1$ and $X_2$ are independent $\mathcal N(0,1)$ random variables, then $$Z=\dfrac{X_1-X_2}{\sqrt{2}}\sim \mathcal N(0,1)$$
My attempt: Find the moment generating function: \begin{align}M_Z(t)&=E\left[\exp\left(t\dfrac{X_1-X_2}{\sqrt2}\right)\right]=E\left[\exp\left(\dfrac{tX_1}{\sqrt2}\right)\right]E\left[\exp\left(\dfrac{-tX_2}{\sqrt 2}\right)\right]\\[0.2cm]&=-2E\left[\exp(tX_1)\right]E\left[\exp({tX_2})\right]=-2M_{X_1}(t)M_{X_2}(t)=-2\exp\left(\dfrac{1}{2}t^2\right)\end{align}
Is this correct so far? How can I proceed?
Normal distribution is uniquely determined by its moments, hence, indeed, it suffices to show that the moment generating function (MGF) of $Z$ coincides with the MGF of $\mathcal N(0,1)$ which is equal to $\displaystyle\exp\left(\frac12t^2\right)$. Now, using the following property
you obtain for $Z=\frac1{\sqrt2}X_1+\left(\frac{-1}{\sqrt2}\right)X_2$ that \begin{align}M_Z(t)&=M_{X_1}\left(\frac{t}{\sqrt2}\right)M_{X_2}\left(\frac{-t}{\sqrt2}\right)=\exp\left(\frac12\cdot\left(\frac{t}{\sqrt2}\right)^2\right)\exp\left(\frac12\cdot\left(\frac{-t}{\sqrt2}\right)^2\right)\\[0.2cm]&=\exp\left(\frac{t^2}4\right)\exp\left(\frac{t^2}4\right)=\exp\left(\frac12{t^2}\right)\end{align} which concludes the proof.