Assume $(X_1,X_2 )^T$ is mean $0$ bivariate normal distributed with covariance matrix $\Sigma = \left (\begin{matrix} 1 & \rho \\ \rho & 1 \end{matrix} \right)$ and let $\Gamma > 0$ a positive constant. Then i would like to show that $P (|X_1| < \Gamma , |X_2| < \Gamma)$ is increasing in $|\rho|$.
Any tips? I already tried to simply use the integral representation of the probability, but could not show it.
Note that the pdf $f(x_1,x_2)$ satisfies $\frac{\partial f}{\partial \rho} > 0$. From there, it suffices to observe that $$ \frac{d P}{d \rho} = \frac{d}{d\rho} \iint_R f(x_1,x_2) dx_1 dx_2= \ \iint_R \frac{\partial f}{\partial \rho}\,(x_1,x_2) \,dx_1 dx_2 < 0, $$ where $R$ denotes the rectangle $[-\Gamma,\Gamma]\times [-\Gamma,\Gamma]$. After computing $\frac{\partial f}{\partial \rho}$, you should find that one of the resulting integrals can be solved as an iterated integral; solve the inner-integral with the substitution $u_2 = x_2^2$.