Given independent, $X$ and $Y$, I have to prove that if $X + Y = W$ and $\frac{X}{X+Y} = Z$ are independent random variables given that $ X \sim \text{exponential}(x; \lambda), \space Y \sim \text{exponential}(y; \lambda)$.
I have derived $F_W(w)$ and $F_Z(z)$ from $F_{XY}(x,y)$ using integration, but I have no idea how to prove these two integrations are independent.
$$F_Z(z) \sim \text{uniform}(0, 1),\\ F_W(w) = u(w)[1 - (1 + \lambda w)e^{-\lambda w}]$$
I know that I have to use $\text{Pr}\{W \le w, Z\le z\} = \text{Pr}\{W \le w\}\cdot \text{Pr}\{Z \le z\}$, but I cannot integrate on the joint distribution $f_{XY}(x,y)$ with those conditions.
Any idea how to prove these two variables are independent?
$ \displaystyle F_W(w) = \int_0^{w} \int_0^{w-y} e^{- \lambda (x+y)} ~ dx ~ dy = 1 - (1 + \lambda w) e^{-\lambda w}$
– Math Lover Nov 26 '21 at 17:53