Problem
I have to prove the following:
Let $X$ and $Y$ be independent continuous random variables with density function $f:\mathbb R\to\mathbb R$. \ Prove that $(X,X+Y)$ is a continuous bivariate random variable with density function $f_{X,X+Y}(x,z)=f(x)f(z-x)$.
My thoughts
Look at $$\mathbb{P}(X\leqslant x,X+Y\leqslant z)=\mathbb{P}(X\leqslant x,Y\leqslant z-x)=\int_{-\infty}^{z-x}\int_{-\infty}^x f_{X,Y}(u,v)\,du\,dv.$$ Since $X$ en $Y$ are independent and have the same density function, we have $f_{X,Y}(u,v)=f(u)f(v)$, so $$=\int_{-\infty}^{z-x}\int_{-\infty}^x f(u)f(v)\,du\,dv=\int_{-\infty}^{z-x} f(v)\left(\int_{-\infty}^x f(u)\,du\right)dv=\int_{-\infty}^{z-x} f(v)\,dv\cdot \int_{-\infty}^x f(u)\,du$$ Now I feel like I am very close, but we can't use the FTC since $f$ is not necessarily continuous (only right continuous). This might be a stupid question, but I don't know how to proceed