Let $a$, $b$, $c$ and $d$ be positive numbers. Prove that: $$\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}+\frac{1}{d}\right)\left(\frac{1}{1+a^2}+\frac{1}{1+b^2}+\frac{1}{1+c^2}+\frac{1}{1+d^2}\right)\geq\frac{16}{1+abcd}$$
I tried Rearrangement, C-S and more, but without success.
My third proof.
By Cauchy-Bunyakovsky-Schwarz inequality, we have $$\mathrm{LHS} \ge \left(\sum_{\mathrm{cyc}} \frac{1}{\sqrt{a(1+a^2)}}\right)^2.$$
It suffices to prove that $$\sum_{\mathrm{cyc}} \frac{1}{\sqrt{a(1+a^2)}} \ge \frac{4}{\sqrt{1 + abcd}}.$$
Using $2(1 + abcd) \ge (1 + \sqrt{abcd})^2$, it suffices to prove that $$\sum_{\mathrm{cyc}} \frac{1}{\sqrt{a(1+a^2)}} \ge \frac{4\sqrt 2}{1 + \sqrt{abcd}}$$ or $$\sum_{\mathrm{cyc}} \frac{1}{\sqrt{2a(1+a^2)}} \ge \frac{4}{1 + \sqrt{abcd}}. \tag{1}$$
Let $a = \mathrm{e}^x, b = \mathrm{e}^y, c = \mathrm{e}^z, d = \mathrm{e}^w$. We need to prove that $$\sum_{\mathrm{cyc}} \frac{1}{\sqrt{2\mathrm{e}^x(1+\mathrm{e}^{2x})}} \ge \frac{4}{1 + \mathrm{e}^{(x+y+z+w)/2}}. \tag{2}$$
Let $$f(x) := \frac{1}{\sqrt{2\mathrm{e}^x(1+\mathrm{e}^{2x})}}.$$ We have $$f''(x) = \frac{\sqrt 2\, (9\mathrm{e}^{4x} - 2\mathrm{e}^{2x} + 1)}{8(1+\mathrm{e}^{2x})^2\sqrt{\mathrm{e}^x(1+\mathrm{e}^{2x})}} > 0.$$ Thus, $f(x)$ is convex on $\mathbb{R}$.
By Jensen and AM-GM, we have $$\mathrm{LHS}_{(2)} \ge 4 f\left(\frac{x + y + z + w}{4}\right) = \frac{4}{\sqrt{2q(1+q^2)}} \ge \frac{4}{1 + q^2} = \mathrm{RHS}_{(2)}$$ where $q = \mathrm{e}^{(x+y+z+w)/4}$.
We are done.