I was told that my answer to this question was wrong, and I can't figure out why.
Suppose you have uniformly distributed i.i.d variables $X$ and $Y$. Find the conditional pdf of the joint distribution, given that $X>Y$, where $X,Y\sim U(0,1)$.
By definition, $$f(x,y\mid x>y) = \frac{f(x,y)}{P(X>Y)}$$
The numerator is just $f(x,y) = f(x)f(y) = 1$, and the denominator is
$$P(X>Y) = \int_{y}^{1}\left(\int_{0}^{1}f(y)\,dy\right)dx = \int_{y}^{1}1\,dx = 1 - y$$
Therefore, $$f(x,y\mid x>y) = \frac1{1-y}$$
To verify that this is a pdf, I did:
$$\int_{y}^{1}\frac1{1-y}\,dx = \frac1{1-y}[x]^{1}_{y} = \frac{1-y}{1-y}= 1\,,$$
since $0<y<x<1$.
As @pre-kidney pointed out, the correct denominator is:
$\mathbb P(X>Y)= \int_{0}^{1}\left(\int_{y}^{1}f(x)\,dx\right)dy = \int_{0}^{1}(1-y)\,dy = [y - \frac{y^{2}}{2}]_0^1=1 - \tfrac12 = \tfrac12$
The numerator is just $1$.
Therefore,
$f(x,y\mid x>y) = \frac{f(x,y)}{P(X>Y)} = 2$, so that $\int_{0}^{1}\left(\int_{y}^{1}2\,dx\right)dy = 1$