Let $X$ and $N$ be independent uniform random variables on $[0,1]$. Define, \begin{equation} Y=X+N \end{equation}
I am interested in computing the joint distribution $P_{XY}$.
I have the following tried from my side.
\begin{equation} P_{XY}(x,y)=P_{X}P_{Y|X}(x,y)=P_{Y|X}(x,y)=P_{N}(y-x) \end{equation}
Then, $P_{XY}(x,y)=1$ for $(x,y)\in S:=\{ (x,y): y\ge x, y \le 1+x \}$, defines the distribution. But I see that, \begin{equation} \iint_S P_{XY}= \frac{1}{2} \neq 1 \end{equation}
Where am I wrong?
Thank you
