3

Let $a,b,c$ be positive numbers that satisfy $abc = 1$, prove that $$\dfrac{a}{(1+b)(1+c)}+\dfrac{b}{(1+a)(1+c)}+\dfrac{c}{(1+a)(1+b)} \geq \dfrac{3}{4}.$$

Attempt

I tried doing $$\dfrac{a}{(1+b)(1+c)}+\dfrac{b}{(1+a)(1+c)}+\dfrac{c}{(1+a)(1+b)} = \dfrac{1}{bc(1+b)(1+c)}+\dfrac{1}{ac(1+a)(1+c)}+\dfrac{c}{bc(1+a)(1+b)}$$ then using the fact that $a^2+b^2+c^2 \geq ab+bc+ca$ but that only seemed to get me $$\dfrac{a}{(1+b)(1+c)}+\dfrac{b}{(1+a)(1+c)}+\dfrac{c}{(1+a)(1+b)} \geq \dfrac{1}{bc+bc^2+c+1}+\dfrac{1}{ac+a^2c+c+1}+\dfrac{1}{ab+ab^2+b+1}.$$

Jacob Willis
  • 1,601

3 Answers3

3

The inequality is equivalent to $$4(a(1+a)+b(1+b)+c(1+c))\ge 3(1+a)(1+b)(1+c).\tag{1}$$ Since $$(1+a)(1+b)(1+c) = 1+ (a+b+c)+(ab+bc+ca)+abc$$ and $abc=1$, Inequality (1) is equivalent to $$4(a^2+b^2+c^2)+(a+b+c) \ge 6+3(ab+bc+ca).$$ The last inequality follows from $a^2+b^2+c^2\ge ab+bc+ca$ and AM-GM.

Quang Hoang
  • 15,854
1

Ok, let's sum it: $$\frac{(a+1)a+b(b+1)+c(c+1)}{(a+1)(b+1)(c+1)}$$, called it $(1)$

Now use Cauchy inequality: $$(1) >= \frac{3((a+1)ab(b+1)c(c+1))^{\frac{1}{3}}}{(a+1)(b+1)(c+1)}$$, now

Derived all, what we can derive :)

And use Cauchy for $a+1,b+1,c+1$.

So continue it!

Hint: show that: $$((a+1)(b+1)(c+1))^{\frac{2}{3}} >= 4$$

openspace
  • 6,470
0

Hint: Multiply both sides by $(1+a)(1+b)(1+c)$, and expand the aforementioned expression as follows: $1+abc+a+b+c+ab+ac+bc$.

You'll notice that you can substitute the value $1$ for $abc$; I think you should be able to tackle it from here by application of RM-AM-GM-HM inequality (Only AM-GM necessary though).