4

Suppose $p,q> 0$ and $a,b\geq 0$, prove the following inequality

$\left(\frac{a}{p}\right)^p\left(\frac{b}{q}\right)^q\leq\left(\frac{a+b}{p+q}\right)^{p+q}$

I tried taking log on both sides but this does not make things easier. Is there a more neat way to tackle this problem?

Kato yu
  • 1,621
  • 13
  • 23

1 Answers1

6

Taking logs as you tried, we have to show $$p \log \frac{a}p + q\log \frac{b}q \le (p+q) \log \frac{a+b}{p+q}$$

As $f(x) = \log x$ is concave, using Jensen's inequality we have $$\frac{p}{p+q}f\left(\frac{a}p\right) + \frac{q}{p+q}f\left(\frac{b}q\right)\le \log \left(\frac{p}{p+q}\frac{a}{p}+\frac{q}{p+q}\frac{b}{q}\right) = \log\frac{a+b}{p+q}$$ which is the same as above.

Macavity
  • 46,381