I am trying to prove that $p(l,x)*p(u,x)=p(l+u,x)$ where * denotes the convolution of two functions and $p(l,x)=\dfrac{l}{\pi(l^2+x^2)}$. I am having trouble in integrating the left hand side.
$$\int_{-\infty}^\infty \frac{l}{l^2+(x-y)^2}.\frac{u}{u^2+y^2}dy,$$
this is the definition of convolution and is the left hand side of the above equation. Putting the command
Integrate[(l/(l^2+(x-y)^2))*(u/(u^2+y^2)),{y,-infinity,infinity}]
into Mathetica gives me $p(l-u,x)$, instead of $p(l+u,x)$. please help!