4

Let $a, b, c$ be positive real numbers such that $abc=1.$ Prove that:

$$\left(a-1+\dfrac1b\right)\left(b-1+\dfrac1c\right)\left(c-1+\dfrac1a\right)\le1$$

or equivalently:

$$(ab-b+1)(bc-c+1)(ca-a+1)\le1$$

What I have tried:

Computing $\left(a-1+\dfrac1b\right)$ using $abc=1$ and similarly computing others and then multiplying them. But it didn't help.

Any help will be appreciated.

tyr
  • 618

1 Answers1

4

Note that at most one of the three factors is negative. For example if $$a-1+\frac1b<0\quad\text{and}\quad b-1+\frac1c<0,$$ then the first inequality implies $-1+\frac1b<0$ while the second implies $b-1<0$, an impossibility.

If exactly one factor is negative, then the product is negative and we are done. So assume all factors are positive. We have $$\left(a-1+\frac1b\right)\left(b-1+\frac1c\right)=ab-a+\frac ac-b+1-\frac1c+1-\frac1b+\frac1{bc}.$$ Using $ab=\frac1c$ and $\frac1{bc}=a$ this simplifies to $$\left(a-1+\frac1b\right)\left(b-1+\frac1c\right)=\frac ac-b-\frac1b+2\le \frac ac$$ since $b+\frac1b\geq 2$. Analogously we obtain $$\left(b-1+\frac1c\right)\left(c-1+\frac1a\right)\le \frac ba$$ and $$\left(c-1+\frac1a\right)\left(a-1+\frac1b\right)\le \frac cb.$$ The result follows by multiplying the three inequalities above. Equality holds if and only if $a=b=c=1$.

grand_chat
  • 38,951