Let $g_t(x)=\frac{1}{\sqrt{2 \pi t}} e^{-\frac{x^2}{2t}}$, in some probability (stochastic processes) papers and exercises I saw that this function satisfies the (very useful) property: $$ (g_t * g_s)(x)=g_{t+s}(x) $$
Writing down the integrals, this is equivalent to:
$$ \frac{1}{\sqrt{2\pi(t+s)}}e^{-\frac{x^2}{2(t+s)}}=\int_{\mathbb{R}} \frac{1}{\sqrt{2\pi t}}e^{-\frac{(x-y)^2}{2t}} \frac{1}{\sqrt{2\pi s}}e^{-\frac{y^2}{2s}} \, dy $$
I tried out various basic substitutions with various coefficients (like $y\sqrt{t+s}=u$) and also tried to write something as an integral and then switch integration order (Fubini-Tonelli), but I couldn't turn it into a form I can handle yet. May someone give me some hints? Thanks in advance.