I tried this question in two ways-
Suppose a, b, c are three positive real numbers verifying $ab+bc+ca = 3$. Prove that $$ (1+a^2)(1+b^2)(1+c^2)\geq8 $$
Approach 1: $$\prod_{cyc} {(1+a^2)}= \left({a^2\over2}+1+{a^2\over2}\right)\left({b^2\over2}+{b^2\over2}+1\right)\left(1+{c^2\over2}+{c^2\over2}\right)$$ $$ \geq\left(\sqrt[3]{(ab)^2\over4}+\sqrt[3]{(bc)^2\over4}+\sqrt[3]{(ca)^2\over4}\right)^3\geq8 $$ $$ \Rightarrow \sqrt[3]{(ab)^2\over4}+\sqrt[3]{(bc)^2\over4}+\sqrt[3]{(ca)^2\over4} \geq2 \Rightarrow \sqrt[3]{2(ab)^2}+\sqrt[3]{2(bc)^2}+\sqrt[3]{2(ca)^2}\geq4 $$
I reached till here but can't take it forward.
Approach 2:
$$ \prod_{cyc} {(1+a^2)}=\prod_{cyc} \sqrt{(1+a^2)(1+b^2)} \geq \prod_{cyc} {(1+ab)}\ge8 $$
but it failed as
$$ \sum_{cyc}{ab}=3 \Rightarrow \sum_{cyc}{(1+ab)}=6 \Rightarrow 8\ge \prod_{cyc} {(1+ab)} $$
This approach is surely weak, but I think that the first approach is unfinished.
Probably brute-force would help but other solutions are always welcome.
Thanks!
Another way.
By C-S and AM-GM we obtain: $$\prod_{cyc}(1+a^2)\geq(a+b)^2(1+c^2)=(a+b)^2+(ac+bc)^2\geq$$ $$\geq4ab+(3-ab)^2=a^2b^2-2ab+9=(ab-1)^2+8\geq8.$$