Assume there are three independent exponential random variables $X$, $Y$, and $Z$ with mean $1$. I am trying to look at the joint distribution of $[U = \max(X, Z), V = \max(Y, Z)]$.
I want to find $F_{\, U,V}(u, v)$ which is the cumulative distribution function of joint distribution $(U,V)$.
What I am doing is diving the possible relations of $X$, $Y$, $Z$ like $X < Y < Z$, $X < Z < Y$, etc. But I’m getting stuck at cases like $u < v$ and $Z < X < Y$. What is some other way(s) to find the cumulative distribution of this joint distribution?
$P(U \leq u, V \leq v) = P(\max(X,Z) \leq u, \max(Y,Z) \leq v) = P(X \leq u, Y \leq v, Z \leq \min(u,v)) = P(X \leq u) \times P(Y \leq v) \times P(Z \leq \min(u,v)) = (1-e^{-u}) \times (1-e^{-v}) \times (1-e^{-\min(u,v)})$