2

Possible Duplicate:
Prove $(-a+b+c)(a-b+c)(a+b-c) \leq abc$, where $a, b$ and $c$ are positive real numbers

The title says it all. I've been trying to prove this for hours! Help me!

Dekac
  • 23
  • try expanding the expression and apply triangle inequality –  Nov 13 '12 at 21:40
  • when I said that "I've been trying to prove this for hours", what I meant was I've been trying to incorporate triangle inequality in order to prove this.

    The thing is that both abc and (a+b−c)(b+c−a)(c+a−b) are greater or equal than 0. And I can't seem to connect them together in one equation...

    – Dekac Nov 13 '12 at 21:45

1 Answers1

3

What I did was wrong.

Use the substitution $a=x+y$, $b=y+z$ and $c=z+x$ in the initial inequality to have $$8xyz\le(x+y)(y+z)(z+x)$$ and that follows directly from $AM-GM$ since

$$\begin{array}{ll}x+y\ge 2\sqrt{xy}\\ y+z\ge 2\sqrt{yz}\\ z+x\ge 2\sqrt{zx}\\(x+y)(y+z)(z+x)\ge 8\sqrt{x^2y^2z^2}=8xyz\\ \end{array}$$

NB: $AM-GM$ applies only because the sides of a triangle are positive, thus $a,b,c>0$.