Given non-negative real numbers $a,b,c$ satisfying $a+b+c=2.$ Find the minimal value of expression $$P=\sqrt{a-2bc+3}+\sqrt{b-2ca+3}+\sqrt{c-2ab+3}.$$ Source: AOPS-Jokehim. See also here.
Here is what I've done so far.
By $a=b=1;c=0$ I get $P=5$ so we need to prove that$$\sqrt{a-2bc+3}+\sqrt{b-2ca+3}+\sqrt{c-2ab+3}\ge 5. $$ I thought of Lagrange multiplier method.
We can split inequality into two cases.
$\bullet$ If $a=0;b+c=2,$ it's $\sqrt{3-2bc}+\sqrt{b+3}+\sqrt{c+3}\ge 5,$which is easy to check $c=2-b$ $$\sqrt{3-2b(2-b)}+\sqrt{b+3}+\sqrt{5-b}\ge 5,$$ where $0\le b\le 2.$
$\bullet$ $abc\neq0,$ we consider$$f(a,b,c,\lambda)=\sqrt{a-2bc+3}+\sqrt{b-2ca+3}+\sqrt{c-2ab+3}-5+\lambda(a+b+c-2).$$ and $(a,b,c)$ be an inside minimum point of $f$.
Thus, $$\frac{\partial f}{\partial a}=\frac{\partial f}{\partial b}=\frac{\partial f}{\partial c}=0,$$ which gives \begin{align*} \frac{1}{2\sqrt{a-2bc+3}}-\frac{2c}{2\sqrt{b-2ca+3}}-\frac{2b}{2\sqrt{c-2ab+3}}+1&=\frac{1}{2\sqrt{b-2ca+3}}-\frac{2c}{2\sqrt{a-2bc+3}}-\frac{2a}{2\sqrt{c-2ab+3}}+1\\&=\frac{1}{2\sqrt{c-2ba+3}}-\frac{2a}{2\sqrt{b-2ca+3}}-\frac{2b}{2\sqrt{a-2bc+3}}+1. \end{align*} (Notice that $a-2bc+3,b-2ca+3,c-2ab+3>0$ since $bc\le\dfrac{(b+c)^2}{4}\le\dfrac{(a+b+c)^2}{4}=1.$)
Now, let in this point $a\neq b$ and $a\neq c$ and we need to prove $b=c.$
I stopped here. Hope you help me. Also, any ideas and comments are welcome.
Let $c=\min\{a,b,c\}$.
We'll prove that $$\sqrt{a-2bc+3}+\sqrt{b-2ac+3}\geq\sqrt{2(a+b)-4c(a+b)+12-\frac{1}{2}(a-b)^2}.$$ Indeed, we need to prove that: $$2\sqrt{(a-2bc+3)(a-2ac+3)}\geq a+b-2c(a+b)+6-\frac{1}{2}(a-b)^2$$ or $$\sqrt{(2a(a+b+c)-8bc+3(a+b+c)^2)(2b(a+b+c)-8ac+3(a+b+c)^2)}\geq$$ $$\geq(a+b)(a+b+c)-4c(a+b)+3(a+b+c)^2-(a-b)^2$$ or $$(a-b)^2(6a^2+16ab+6b^2-4ac-4bc-19c^2)\geq0,$$ which is obvious.
Id est, it's enough to prove that: $$\sqrt{2(a+b)-4c(a+b)+12-\frac{1}{2}(a-b)^2}+\sqrt{c-2ab+3}\geq5$$ or $$2\sqrt{(a+b)(a+b+c)-4c(a+b)+3(a+b+c)^2-\frac{1}{2}(a-b)^2}+\sqrt{2c(a+b+c)-8ab+3(a+b+c)^2}\geq5(a+b+c)$$ or $$4\left((a+b)(a+b+c)-4c(a+b)+3(a+b+c)^2-\frac{1}{2}(a-b)^2\right)(2c(a+b+c)-8ab+3(a+b+c)^2)\geq(4(a^2+b^2+c^2)+8ab+15c(a+b))^2.$$ Now, let $a=c+u$ and $b=c+v$, $u$ and $v$ are non-negatives, and we obtain: $$3(67u^2-66uv+67v^2)c^2+$$ $$+4(u+v)(37u^2-54uv+37v^2)c+2(u-v)^2(13u^2+34uv+13v^2)\geq0$$ and we are done!