6

I am having the hardest time proving this inequality:

Let $n$ be a natural number, and $a_1,a_2,\cdots,a_n$ and $b_1, b_2, ..., b_n$ be nonnegative numbers such that $\sum_{i=1}^n a_i = \sum_{i=1}^n b_i = 1$. Then $$\sum_{i=1}^n \sqrt{a_i b_i} \le 1 - \frac{\big(\sum_{i=1}^n |a_i - b_i|\big)^2}{8}.$$

The proof must be related to Cauchy-Schwarz inequality, but I seem not to be able to connect the dots. Any idea?

VividD
  • 15,966

1 Answers1

3

Let me write $a_j=c_j^2$, $b_j=d_j^2$. Then $$ \sum |c_j^2-d_j^2|=\sum (c_j+d_j)|c_j-d_j| \le \| c+d\|_2\|c-d\|_2\le 2\|c-d\|_2 , $$ by CS and since $c,d$ are unit vectors in $\ell^2$. So the square of the sum on the RHS of your inequality is estimated by $4\|c-d\|_2^2=8(1-\langle c,d\rangle)$, as desired.