Let $X_1∼\exp(λ)$ and $X_2∼\exp(λ)$ be two independent exponentially distributed random variables. Find the pdf of $Y = X_1−X_2$ through convolution.
My approach: Integrating the product of their probability density function taken into account that convolution is usually expressed as:
$$f_{Y}(y)=\int_{-\infty}^{\infty}f_{X1}(y-x)f_{X2}(x)\,\mathrm dx$$
$$f_{Y}(y)=\int \lambda e^{-\lambda(y-x)} . \lambda e^{\lambda x} $$
My initial thought was that even the convolution integration usually expressed as being defined from -infinity to infinity for this being about an exponential distribution it would need to be defined from zero to infinity but given $f_1(y-x)$ and $f_2(x)$ have to be higher than zero then $y-x>0$ and $x>0$, therefore: $y-x>0$, $y>x \; \rightarrow [-\infty,y]$ and $x>0 \rightarrow [0,\infty]$
The solution in the book for this convolution has limits of $[-\infty,y]$ and $[-\infty,0]$
My doubt is Is this convolution properly expressed and What is the logic for one of the limits to be $[-\infty,0]$ instead of $[0,\infty]$?