Let $U=X+Y$, $V=X-Y$, while $X,Y\sim U[0,1]$ and independent. Prove or disprove:
$(U,V)$ has a uniform distribution on some area in the plane.
$U$ and $V+1$ are distributed the same (sorry if the translation is bad, would be happy to know how it's usually written).
$U,V$ are independent.
$U,V$ are (uncoordinated - not sure of the translation), but what it means is $Cov(U,V)=0$
My work:
For first statement:
Intuitively this is true, but I wanted to find the CDF:
$F_{U,V}(u,v)=P(X+Y \le u, X-Y \le v)=P(Y \le u-X)P(X \le v+Y)=(u-X)(v+Y)$ whenever $u,v\le 1$.
I'm confused if what I did is correct and would love to hear feedback.For second statement:
$P(V+1 \le v)=P(V \le v-1)=0$
$P(U \le u) = P(X+Y \le u)=P(X \le u-Y)=$.. I'm a little stuck here, what does it mean that $X$ is less than $u-Y$ since $Y$ could be anything, this is giving me some problems.For third statement:
I need to either prove that $F_UF_V=F_{U,V}$ or disprove it.
My intuition says that they're dependent, since they both depend on $X,Y$.
$F_U(u)F_V(v)=P(X+Y \le u , X-Y \le v) $, again I'm struggling with calculating these, How do I reach $X,Y$ or stuff that I know how to deal with, without complicating myself?The last one was not hard, all I've done is $Cov(X+Y,X-Y)=Var(X)-Var(Y)=0$.
Any help and feedback is really appreciated, thanks in advance.
True. $1+V = X+(1-Y). 1-Y$ has the same distribution has $Y$.
False. Suppose $U = 2$. Then $X=1, Y=1 \implies V = 0$, thus $V$ is known, determined by $U$, thus not independent.
(https://en.wikipedia.org/wiki/Continuous_uniform_distribution#Related_distributions the 2nd to last related distribution)
– Mark Jul 21 '21 at 17:38