Problem: For $a,b,c\ge0: ab+bc+ca>0.$ Prove that: $$2(a+b+c)+\sqrt{ab}+\sqrt{bc}+\sqrt{ca}\ge\sqrt{5ab+4ac}+\sqrt{5bc+4ba}+\sqrt{5ca+4cb}$$
Recently, i have seen a post on AoPS link
My approach: After squaring both side, i get: $$2(a^2+b^2+c^2)+\sqrt{abc}(\sqrt{a}+\sqrt{b}+\sqrt{c})+2(a+b+c)(\sqrt{ab}+\sqrt{bc}+\sqrt{ca})\ge\sum{\sqrt{(5ab+4ac)(5bc+4ba)}}$$ Since: $a+b+c\ge\sqrt{ab}+\sqrt{bc}+\sqrt{ca}$. It is desired to prove: $$2(a^2+b^2+c^2)+5\sqrt{abc}(\sqrt{a}+\sqrt{b}+\sqrt{c})+2(ab+bc+ca)\ge\sum{\sqrt{(5ab+4ac)(5bc+4ba)}}$$
But it is more complicated. I hope we can find a good approach for problem. Thanks!