I'm trying to express the value $P(XY > K)$ in terms of $P(X > a, Y > b)$ for some values of $a$ and $b$ that are probably related to $K$. I'm generally looking for a formula where $P(X > a, Y > b)$ is present in some form or other - it's fine if it's inside an integral or whatnot.
I've tried $\int_{0}^{\infty} P(X > z, Y > K/z)dz$, but this seems to overcount by quite a lot. Any advice on how I can express this value in the desired format?
Since X and Y are independent events, $$ P(XY>K)=P(X>z \text{ and } Y>K/z)=P(X>z)\,P(Y>K/z). $$ So summing over all possible $z$ gives as a limit the integral $$P(XY>K) = \lim_{t\to0^+}\int_t^{1/t}{P(X>z)\,P(Y>K/z)\,dz}$$ (we need the limit with $t$ because we cannot divide by $0$ in $K/z$).