I'm working on following problem:
$X,Y \sim Exp(\lambda)$ and are independent. Define $U=\min(X,Y)$ and $V=|X-Y|.$ Prove that $U,V$ are independent as well.
I managed to find that $U\sim Exp(2\lambda)$ and $V~\sim Exp(\lambda)$. Now I want to use random vector $Z=(U,V)$ and prove that $F_{Z}(s,t)=F_{U}(s)F_{V}(t)$ but I struggle to define integral since I do not have explicit joint distribution function.
I'm not looking for a solution but a hint to move from where I am now.