2

Note: $a,b$ and $c$ are positive real numbers.

I tried to use excel and I believe that, after going through a bunch of numbers, this preposition is true. However, I do not know how to prove it mathematically. Can someone help me to prove this question.

ShBh
  • 6,054
MJ2020
  • 39

2 Answers2

4

You have to show

$$abc(a+b+c)\leq a^3b+ac^3+b^3c$$

or (since $a,b,c > 0)$

$$a+b+c \leq \frac{a^2}{c} + \frac{c^2}{b} + \frac{b^2}{a}$$

Now, Cauchy-Schwarz inequality helps as follows

$$(a+b+c)^2 = \left(\sqrt c\frac a{\sqrt c}+\sqrt a \frac b{\sqrt a }+\sqrt b \frac c{\sqrt b } \right)^2\stackrel{C.-S.}{\leq} (c+a+b)\cdot \left(\frac{a^2}{c}+ \frac{b^2}{a} + \frac{c^2}{b} \right)$$

Hence,

$$a+b+c \leq \frac{a^2}{c} + \frac{c^2}{b} + \frac{b^2}{a}$$

1

Since $a,b,c$ are positive, dividing both sides by $abc$ we get the equivalent inequality $$a+b+c\leq\frac{a^2}{c}+\frac{b^2}{a}+\frac{c^2}{b}\tag{1}$$

Without loss of generality let $$a\leq b\leq c$$ Then $$a^2\leq b^2\leq c^2$$ and $$\frac{1}{c}\leq\frac{1}{b}\leq\frac{1}{a}$$ Hence $(1)$ is true by rearrangement inequality. See here for details https://en.m.wikipedia.org/wiki/Rearrangement_inequality

ShBh
  • 6,054