Let $X$ and $Y$ be random variables s.t. $X \sim {\Gamma}(r,1)$ and $Y \sim {\Gamma}(s,1)$.
First, I took the Jacobian of $X=UV$ and $Y=U-UV$, which I found was $-U$. To show that $U$ and $V$ are both independent, here's what I did:
$$f_{U,V} (u,v)= \frac{(uv)^{r-1} e^{-uv}}{\Gamma(r)} \times (-u) \times\frac{(u-uv)^{s-1} e^{-(u-uv)}} {\Gamma(s)}$$
A hint I was given was to change this into a gamma function, in the form of $B(\alpha, \beta)=\Gamma(\alpha)\Gamma(\beta)/\Gamma(\alpha+\beta)$... but I'm not so sure this is right because I'm not seeing how this can be done above. Can I get some help?