I have been challenged to prove the following:
If $xy+yz+zx=3$ for positive $x,y,z$, then $(x^8+1)(x^4+1)(y^8+1)(y^4+1)(z^8+1)(z^4+1)≥((x^2+1)(y^2+1)(z^2+1))^2$.
Initial attempts at AM-GM are not very helpful for me, I don't think.
$x^8+1≥2x^4,$ and $x^4+1≥2x^2$, so $(x^8+1)(x^4+1)≥4x^2(2x^2-1)$. It is easy to show $(x^8+1)(x^4+1)≥4x^2(2x^2-1)≥(x^2+1)^2$ if $x≥\sqrt{\frac{3}{7}},$ but that's insufficient.
I doubt that this problem turns into a Vieta bash due to the nature of having $x^8$ on the LHS. Initial attempts at Newton's sums were giving what looked like annoying numbers and something more bashy than what I would guess is a more elegant solution.
We begin with the following observation $$(x^8+1)(x^4+1)=((x^4)^2+1^2)((x^2)^2+1^2)\geq(x^4\cdot x^2+1\cdot1)^2=(x^6+1)^2.$$ By the Cauchy-Schwarz Inequality $$\prod_{cyc}(x^8+1)(x^4+1)\geq\prod_{cyc}(x^6+1)^2.$$ Thus, it's enough to prove that $$\prod_{cyc}(x^4-x^2+1)\geq1$$ and since $$x^4-x^2+1\geq\left(\frac{x^2+1}{2}\right)^2,$$ it's enough to prove that $$\prod_{cyc}(x^2+1)\geq8$$ and since by the Cauchy-Schwarz Inequality again $$\prod_{cyc}(x^2+1)(1+y^2)\geq\prod_{cyc}(x+y)^2,$$ it's enough to prove that $$(x+y)(x+z)(y+z)\geq8,$$ which is true because $$(x+y)(x+z)(y+z)\geq\frac{8}{9}(x+y+z)(xy+xz+yz)=\frac{8}{3}(x+y+z)=$$ $$=\frac{8}{3}\sqrt{(x+y+z)^2}\geq\frac{8}{3}\sqrt{3(xy+xz+yz)}=8$$ Finally, equality is achieved when $$x=y=z=1$$