Question
Question: If $a_i > 0$ (i = 1, 2, 3, …, n), prove that $\sum_{1 \leq i < j \leq n} \sqrt{a_i a_j} \leq \frac{n...
If ai>0 (i = 1, 2, 3, …, n), prove that ∑1≤i<j≤naiaj≤2n−1(a1+a2+...+an)

To prove the inequality, we apply the AM-GM inequality to each pair (ai,aj), sum over all relevant pairs, simplify the right-hand side, and substitute back into the inequality.
Solution
The proof uses the AM-GM inequality, xy≤2x+y, applied to each pair (ai,aj). Summing these inequalities for all 1≤i<j≤n terms, the left side becomes ∑aiaj. The right side becomes ∑2ai+aj. In the sum ∑(ai+aj), each ak appears exactly (n−1) times, leading to (n−1)∑ak. This directly yields the desired inequality.
Steps:
-
Apply AM-GM Inequality: aiaj≤2ai+aj
-
Sum over all pairs: ∑1≤i<j≤naiaj≤∑1≤i<j≤n2ai+aj
-
Simplify RHS: Analyze how many times each ak appears in the sum. ak appears (n−k) times in sums (ak+aj) where j>k, and (k−1) times in sums (ai+ak) where i<k. Therefore, ak appears (n−1) times.
-
Substitute: ∑1≤i<j≤naiaj≤21(n−1)(a1+a2+...+an), leading to the desired inequality.