Gaussian Definite Integral for Gaussian random variables

101 Views Asked by At

Weh have the following:

For $s>0$, $$\int_s^{\infty} e^{-x^2/2}\,\mathrm{d}x \le \frac 1 s e^{-s^2/ 2}, \quad \int_s^{\infty} e^{-x^2/2}\,\mathrm{d}x \le \sqrt {\frac \pi 2} e^{-s^2/ 2}.$$ Then prove that for a random variable $X \sim N(0,1)$ and $s>0$, $$ \Pr(X>s) \le \frac 1 {\sqrt {2\pi}}\min\left({\frac 1 t, \sqrt {\frac \pi 2}}\right)e^{-s^2/2}.$$

So far i have the following $\Pr(X>s) = \int_s^{\infty} e^{-x^2}\,\mathrm{d}x \le \min\left(\frac 1 t, {\frac \pi 2}\right) e^{-s^2/2},$, which does not need any further proof if i get first the two inequalities right?

I got the first part where it is $\le 1/s$ but for the second part, I tried converting to polar coordinates for the second equation. Since I did $$\int_s^{\infty} e^{-x^2/2}\,\mathrm{d}x \int_s^{\infty} e^{-y^2/2}\,\mathrm{d}y \le \int_0^{\pi/2} \int_s^{\infty} e^{-r^2/2}\,r\mathrm{d}rd\theta \to \int_s^{\infty} e^{-x^2/2}\,\mathrm{d}x \le \sqrt {\frac \pi 2 e^{-s^2/ 2}}$$? Am i doing something wrong?

1

There are 1 best solutions below

12
On

Just make a parallel transition fits:

$$ \begin{align}\int_s^\infty \int_s^\infty e^{-(x^2+y^2)/2}dxdy &= \int_0^\infty \int_0^\infty e^{-((x+s)^2+(y+s)^2)/2}dxdy \\&= e^{-s^2} \int_0^\infty \int_0^\infty e^{-(x^2+y^2)/2} e^{-2s(x+y)}dxdy \\&\le e^{-s^2} \int_0^\infty \int_0^\infty e^{-(x^2+y^2)/2}dxdy = \frac{\pi}{2} e^{-s^2} \end{align}$$