3

Let $a,b,c>0: abc=1.$ Prove that: $$3+2(ab+bc+ca)\ge\sqrt{1+4(a+b)}+\sqrt{1+4(b+c)}+\sqrt{1+4(c+a)}$$

My try to prove stronger one: Let $a,b,c>0: abc=1.$ Prove that: $$3+2(ab+bc+ca)\ge\sqrt{3(3+8(a+b+c))}$$ which is false. Also, I denoted $(a,b,c)=(\frac{x}{y},\frac{y}{z},\frac{z}{x})$ but the rest seems complicated.

I hope someone can help me a hint to solve this hard problem. Thanks!

Remark. It've been here for a long time. Is the following stronger inequality true? $$3+2(ab+bc+ca)\ge\sqrt{3}\cdot\sqrt{3+8(a+b+c)}.$$

Sickness
  • 1
  • 4
  • 14

1 Answers1

0

Proof.

By using AM-GM \begin{align*} \sqrt{1+4(b+c)}&= 2\cdot\sqrt{\frac{1}{4}+abc(b+c)}\\&\le \frac{\dfrac{1}{4}+abc(b+c)}{bc+\dfrac{1}{2}}+bc+\dfrac{1}{2}\\&=\frac{\dfrac{1}{4}+abc(b+c)}{bc+\dfrac{1}{2}}+bc-\dfrac{1}{2}+1\\&=\frac{bc(bc+ca+ab)}{bc+\dfrac{1}{2}}+1\\&=2(ab+bc+ca)\cdot\frac{1}{a+2}+1. \end{align*} Thus, it is sufficient to prove $$\frac{1}{a+2}+\frac{1}{b+2}+\frac{1}{c+2}\le 1$$ $$\iff \frac{ab+bc+ca+4(a+b+c)+12}{abc+2(ab+bc+ca)+4(a+b+c)+8}\le 1$$ $$\iff ab+bc+ca\ge 3, $$which is obvious.

Hence, the proof is done. Equality holds iff $a=b=c=1.$

TATA box
  • 1
  • 1
  • 5
  • 29