Let $a,b,c\ge 0: a+b+c=3$ and no two them be zero. Find the minimum of P:$$P=\sqrt{ab+bc+ca}\left(\frac1{\sqrt{bc+a}}+\frac1{\sqrt{ca+b}}+\frac{1}{\sqrt{ab+c}}\right).$$
When I set $a=b=c=1$, we will prove$$P\ge \frac{3\sqrt{6}}{2},$$but it is wrong at $(0,1.5,1.5).$
That why I set $a=b=1.5;c=0$, we will prove$$P\ge 1+\sqrt{6},$$but it is wrong at $(0.1,0.1,2.8).$
In general, $P$ is symmetrical expression of $a,b,c$ which means $P$ achieved minimum at two equal variables.
I tried derivative calculating works:
WLOG, assume that $a\ge b\ge c$. Set $t=\frac{b+c}{2}>0; s=\frac{b-c}{2}\ge0$.
Now, we obtain: $b=s+t; c=t-s\ge 0; a=3-s-t-t+s=3-2t$. We will rewrite $P$ as$$P=f(s,t), t\ge s\ge 0.$$ I think we should continue $f'(s,t)\ge 0$ and we just need to check $P$ achieved minimum at $s=0$ or $b=c.$
Am I in right way? I thought of Holder inequality to eliminate radical yields but it seems hard when I was not sure about equality cases.
Hope to see some helps, thank you very much.