THE PROBLEM :
Let $X$ and $Y$ be independent and geometrically distributed with parameter $p$. Prove that $U=\min\{X,Y\}$ and $V=X-Y$ are independent. (This property characterizes geometric distributions.)
What I did was a brute-force computation of $P(U \leq u) \times P(V\leq v)$ which came out to be $$(1-q^u) \times \left(1-\frac{q^{v+1}}{1+q}\right)$$
However, computation of $P(U \leq u, V\leq v)$ is messier with lot of cases depending on the values of $u$ and $v$. I cannot get to the end. Is there any clever, nice way to solve the problem (without getting into messy calculations)? Thanks in advance.