I am trying to show that $\displaystyle \int_x^\infty \exp(\frac{-s^2}{2}) ds \le \exp(-\frac{x^2}{4})\int_x^\infty \exp(-\frac{s^2}{4})ds$ where $x > 0$
I have tried relating it to the erf function, it has to do with standard normal random variables.
Additionally I have tried re-writing the RHS but nothing comes of it.
Since $x^2\leq s^2$, then $-x^2\geq -s^2$, we get $\exp(-x^2/4)\geq \exp(-s^2/4)$.
$$ \int_x^{\infty}{\exp}\left( \frac{-s^2}{2} \right) ds\\=\int_x^{\infty}{\exp \left( \frac{-s^2}{4} \right) \exp \left( \frac{-s^2}{4} \right)}ds\le \int_x^{\infty}{\exp \left( \frac{-x^2}{4} \right) \exp \left( \frac{-s^2}{4} \right)}ds \\=\exp \left( \frac{-x^2}{4} \right) \int_x^{\infty}{\exp}\left( -\frac{s^2}{4} \right) ds $$
And we are done.