Assume that that the conditional distribution of $X_2$ conditionally on $X_1$ is $$f_{X_2\mid X_1}(x_2\mid x_1) = \frac{f_{X_1,X_2}(x_1,x_2)}{f_{X_1}(x_1)} = \frac{1}{\sqrt{ 2 \pi (1- \rho^{2})}} \exp \left( -\frac{(x_{2}-\rho x_{1})^{2}}{{2(1 - \rho^{2})}} \right) $$ Show that $$\lim\limits_{x \rightarrow -\infty} P(X_2 \leq x \mid X_1 = x) = 0$$
What I have done: $$ \lim\limits_{x \rightarrow -\infty}{ P(X_{2} \leq x \mid X_{1} = x)} = \lim\limits_{x \rightarrow -\infty}{ \int_{-\infty}^{x}} \frac{1}{ \sqrt{2 \pi (1- \rho^{2})}} \exp \left({- \frac{(x_{2}-\rho x)^{2}}{{2(1 - \rho^{2})}}} \right) dx_{2} $$
Now I can see that this has to be $0$ since $x\to-\infty$ and I integrate from $-\infty$ to $-\infty$. Is this correct? Any hint is welcome.
I have to show that $\lim\limits_{x \rightarrow -\infty}{ P(X_{2} \leq x | X_{1} = x)} = 0$ $$ \lim\limits_{x \rightarrow -\infty}{ P(X_{2} \leq x | X_{1} = x)} = \lim\limits_{x \rightarrow -\infty}{ \int_{-\infty}^{x}} \frac{1}{ \sqrt{2 \pi(1- \rho^{2})}} e^{- \frac{(x_{2}-\rho x)^{2}}{{2(1 - \rho^{2})}}} dx_{2} $$ Substituting $$ z = x_{2}-\rho x$$ $$ dz = dx_{2} $$ and changing the bounds $$ z = -\infty - \rho x = -\infty$$ $$ z= x - \rho x = x(1- \rho) $$ yields $$\lim\limits_{x \rightarrow -\infty}{ \int_{-\infty}^{(1-\rho)x}} \frac{1}{ \sqrt{2 \pi(1- \rho^{2})}} e^{- \frac{(z)^{2}}{{2(1 - \rho^{2})}}} dz = 0 $$