Prove that $\sqrt{a^2-a+1}+\sqrt{b^2-b+1}+\sqrt{c^2-c+1}\ge a+b+c$

175 Views Asked by At

For $a,b,c>0;abc=1.$ Prove that $$\sqrt{a^2-a+1}+\sqrt{b^2-b+1}+\sqrt{c^2-c+1}\ge a+b+c$$ I will post my solution in the answer. Now I'm looking forward to another solution.

1

There are 1 best solutions below

5
On

My solution. Assume $(b-1)(c-1)\ge 0 \rightarrow 1=abc\ge (a+b-1)c\rightarrow a+b \le \dfrac{1}{c}+1.$

\begin{align*} \text{LHS}&=\sqrt{\left(a^2+b^2\right)-(a+b)+2+2\sqrt{\left(a^2-a+1\right)\left(b^2-b+1\right)}}+\sqrt{c^2-c+1}\\&\ge \sqrt{t^2-2t+4}+\sqrt{c^2-c+1}=\text{P}\,(\text{where}\,t=a+b)\end{align*} Let $f(t)=P-c-t$ then prove $f(t)\ge 0.$

Since $t-1<\sqrt{(t-1)^2+3}=\sqrt{t^2-2t+4},$ we have $$f'(t)=\dfrac{t-1}{\sqrt{t^2-2t+4}}-1<1-1=0\rightarrow f(t)\ge f\left(\dfrac{1}{c}+1\right)\ge 0.$$ By some simple calculations, we need to prove $3c^2(c-1)^2\ge 0,$ which is true!

Done. Equality holds when $a=b=c=1.$