Assume that $A \sim \mathcal{N}(0, 1)$, $B \sim \mathcal{N}(0, 1)$. I am trying to calculate $P(A \,|\, A < B)$.
For the sake of this problem, we can assume that $A \perp B$, but (for obvious reasons) $A \not\perp B | A < B$ (as, in this case, $A, B$ are coupled by a common effect).
I know that I can calculate $P(A < B)$ on its own as follows:
$P(A < B) = \int_{b=0}^\infty\int_{a=0}^b P_A(a)P_B(b) dAdB \tag*{(1)}$
Beyond this, I know that I can rewrite the conditional probability as follows:
$ \begin{align} P(A \,|\, A < B) = \frac{P(A, A < B)}{P(A < B)} \tag*{(2)} \end{align} $
I'm having trouble putting these two pieces together to come up with an expression for $P(A | A < B)$, especially since I cannot factorize the numerator in Equation (2) any further because $A \not\perp A<B$.
Is there a known closed form expression for $P(A | A<B)$? And if so, how is it derived?
Thanks so much in advance for the help!
Edit: this is not a homework problem.