I'm looking a non trivial proof for the following inequality. It might be comlicated but easily verified by hand.
Let $a,b,c\ge 0: ab+bc+ca=3.$ Prove that $$\sqrt{ab+1}+\sqrt{bc+1}+\sqrt{ca+1}\ge \sqrt{2abc+16}.$$ Equality occurs when $(a,b,c)=(1,1,1); (0,\sqrt{3},\sqrt{3}).$
My strategy is proving a radical through non-radical inequalities.
Let $$x=\sqrt{\frac{ab+1}{2abc+16}};y=\sqrt{\frac{bc+1}{2abc+16}};z=\sqrt{\frac{ca+1}{2abc+16}}.$$We need to prove $$x+y+z\ge 1.$$Possible values for holding equality are $x=y=z=1/3$ and $x=y=1/4,z=1/2.$
The main idea is prove an appropriate fact about relations between $x^2y^2z^2,x^2+y^2+z^2,x^2y^2+y^2z^2+z^2x^2,...$
We can see also an answer of my topic Topic 1, Topic 2.
As @RiverLi wrote remark, "Then we seek some relations among $x^2,y^2,z^2$ which can implies $f(x,y,z)\ge 0$. The relations among $x^2,y^2,z^2$ clearly contain no radicals, sometimes it is easy to handle."
Also, this trick gives a short and nice proof. I found similar topic Topic 3.
Apparently, it is not easy and works in some inequalities. Back on the main problem, I test the trick with try and error without success.
Could someone who is interest in tricky proof give some hints to use this idea effectively?
Is there a systematic approach to motivate your approach?
Hope to see some useful answers. Also, all ideas about solutions are welcome.