Let $Y$ and $Z$ be discrete, independent random variables. Then
$$P(Y = i | Y < Z) = P(Y = i)$$
Right? Because $Y$ and $Z$ are independent, the fact that $Y < Z$ doesn't tell us anything about $Y$, right?
On the other hand, using the conditional probability formula:
$$P(Y = i | Y < Z) = \frac{P(Y = i \wedge Y < Z)}{P(Y < Z)}$$
$$P(Y = i | Y < Z) = \frac{P(i < Z)}{P(Y < Z)}$$
$$P(Y = i | Y < Z) = \frac{P(i < Z)}{\sum_{0}^{\infty}P(Z > y) \cdot P(Y=y)}$$
Which seems to give a completely different answer that depends on $Z$...
What am I doing wrong here?