Prove Sum of Two Independent Cauchy Random Variables Is Cauchy – Probability

convolutionimproper-integralsintegrationprobabilityprobability distributions

Is there any method to show that the sum of two independent Cauchy random variables is Cauchy? I know that it can be derived using Characteristic Functions, but the point is, I have not yet learnt Characteristic Functions. I do not know anything about Complex Analysis, Residue Theorem, etc.

I would want to prove the statement only using Real Calculus. Feel free to use Double Integrals if you please.

On searching, I found this. However, I was wondering if I could get some help directly on the convolution formula:

$$f_Z(z)=\int_{-\infty}^\infty f_X(x)f_Y(z-x)\,dx=\int_{-\infty}^\infty\frac{1}{\pi^2}.\frac{1}{1+x^2}.\frac{1}{1+(z-x)^2}dx\tag{1}$$

Here I have supposed that $X,Y$ are Independent Standard Cauchy. But I think the general formula can be derived easily after some substitutions. I need some help on how to proceed from $(1)$.

EDIT: Just as what the hint in the hyperlink said, I got the answer using that hint. However, I am not quite sure that the hint is algebraically correct. Maybe there has been some typing mistake in the book.

Best Answer

We may exploit the Lagrange identity: $$ (a^2+b^2)(c^2+d^2)=(ac+bd)^2+(ad-bc)^2 \tag{1}$$ to state: $$ I_z=\int_{-\infty}^{+\infty}\frac{dx}{(1+x^2)(1+(z-x)^2)}=\int_{-\infty}^{+\infty}\frac{dx}{(1+x(z-x))^2+(z-2x)^2}\tag{2}$$ and by replacing $x$ with $x+\frac{z}{2}$ in the last integral, we get: $$ I_z = \int_{-\infty}^{+\infty}\frac{dx}{(1+\frac{z^2}{4}-x^2)^2+4x^2}\tag{3}$$ hence $I_z$ just depends on $\left(1+\frac{z^2}{4}\right)$. For the sake of brevity, let: $$ J(m)=\int_{0}^{+\infty}\frac{dx}{(x^2-m)^2+4x^2}\tag{4} $$ for any $m\geq 1$. With the change of variable $x-\frac{m}{x}=u$ we have: $$ J(m) = \int_{-\infty}^{+\infty}\frac{1-\frac{u}{\sqrt{4m+u^2}}}{8m+2m \,u^2}\,du = \frac{1}{2m}\int_{-\infty}^{+\infty}\frac{du}{4+u^2}=\frac{\pi}{4m}\tag{5}$$ from which it follows that:

$$ I_z = \frac{\pi}{2+\frac{z^2}{2}}=\frac{2\pi}{4+z^2}.\tag{6}$$

The interesting thing is that this proof is just a variation of the proof of the relation between the arithmetic-geometric mean (AGM) and the complete elliptic integral of the first kind ($K(k)$).

Related Question