is this P(X<Y | Y = y) = P(X<y) true

55 Views Asked by At

Is this formula true? $P(X<Y | Y = y) = P(X<y)$

I am trying to solve this with conditional formula, but don't know how

$P(X<Y | Y= y) = \frac{P(X<Y, Y= y)}{P(Y=y)} = \frac{P(X<y)}{P(Y=y)}. $