Given 3 positive real numbers $x, y, z$ satisfies $xy+yz+xz=1$. Prove that: $$\frac{x}{\sqrt{1+x^2}}+\frac{y}{\sqrt{1+y^2}}+\frac{z}{\sqrt{1+z^2}}+\frac{1}{x^2}+\frac{1}{y^2}+\frac{1}{z^2}\geq\frac{21}{2}$$ (Only use AM-GM, Cauchy-Schwarz inequalities)
My progress:
Till now, I have not made much of a progress besides finding out that $x^2+y^2+z^2\geq1$ and $xyz\leq\frac{\sqrt{3}}{9}$ and turn the LHS into $$\frac{x}{\sqrt{(x+y)(x+z)}}+\frac{y}{\sqrt{(x+y)(y+z)}}+\frac{z}{\sqrt{(x+z)(y+z)}}+\frac{1}{x^2}+\frac{1}{y^2}+\frac{1}{z^2}$$
The desired inequality is written as $$\frac{2x}{\sqrt{1 + x^2}} + \frac{2y}{\sqrt{1 + y^2}} + \frac{2z}{\sqrt{1 + z^2}} + 8 \cdot \frac{1 + x^2}{4x^2} + 8 \cdot \frac{1 + y^2}{4y^2} + 8 \cdot \frac{1 + z^2}{4z^2} \ge 27.$$ Using AM-GM, we have \begin{align*} \mathrm{LHS} &\ge 27\,\sqrt[27]{\frac{2x}{\sqrt{1 + x^2}} \frac{2y}{\sqrt{1 + y^2}} \frac{2z}{\sqrt{1 + z^2}} \left(\frac{1 + x^2}{4x^2}\right)^8 \left(\frac{1 + y^2}{4y^2}\right)^8 \left(\frac{1 + z^2}{4z^2}\right)^8}\\ &= 27\,\sqrt[27]{ \left(\frac{\sqrt{(1 + x^2)(1 + y^2)(1 + z^2)}}{8xyz}\right)^{15}}\\ &= 27\,\sqrt[27]{ \left(\frac{(x + y)(y + z)(z + x)}{8xyz}\right)^{15}}\\ &\ge 27\,\sqrt[27]{ \left(\frac{2\sqrt{xy} \cdot 2\sqrt{yz} \cdot 2\sqrt{zx}}{8xyz}\right)^{15}}\\ &= 27 \end{align*} where we have used \begin{align*} &(1 + x^2)(1 + y^2)(1 + z^2)\\ =\, & (xy + yz + zx + x^2)(xy + yz + zx + y^2)(xy + yz + zx + z^2)\\ =\, & (x + y)^2(y + z)^2(z + x)^2. \end{align*}
We are done.