Maths Olympiad Prep

Track / Stage 7 / 208 of 300 #1608 of 1964

Problem 1608

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.5 Prove it

If, for k=1,2,,nk=1,2,\dots ,n, aka_k and bkb_k are positive real numbers, prove that a1a2ann+b1b2bnn(a1+b1)(a2+b2)(an+bn)n;\sqrt[n]{a_1a_2\cdots a_n}+\sqrt[n]{b_1b_2\cdots b_n}\le \sqrt[n]{(a_1+b_1)(a_2+b_2)\cdots (a_n+b_n)}; and that equality holds if, and only if, a1b1=a2b2==anbn.\frac{a_1}{b_1}=\frac{a_2}{b_2}=\cdots =\frac{a_n}{b_n}.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

To prove the inequality
a1a2ann+b1b2bnn(a1+b1)(a2+b2)(an+bn)n, \sqrt[n]{a_1a_2\cdots a_n} + \sqrt[n]{b_1b_2\cdots b_n} \le \sqrt[n]{(a_1+b_1)(a_2+b_2)\cdots (a_n+b_n)},
we will use the Hölder's inequality.

1. Hölder's Inequality: For positive real numbers aia_i and bib_i and for p,q>1p, q > 1 such that 1p+1q=1\frac{1}{p} + \frac{1}{q} = 1, Hölder's inequality states:
(i=1naip)1p(i=1nbiq)1qi=1naibi. \left( \sum_{i=1}^n a_i^p \right)^{\frac{1}{p}} \left( \sum_{i=1}^n b_i^q \right)^{\frac{1}{q}} \geq \sum_{i=1}^n a_i b_i.
In our case, we will use p=q=np = q = n.

2. Applying Hölder's Inequality: Let ai=xina_i = x_i^n and bi=yinb_i = y_i^n. Then, we have:
(i=1nxin)1n(i=1nyin)1ni=1nxiyi. \left( \sum_{i=1}^n x_i^n \right)^{\frac{1}{n}} \left( \sum_{i=1}^n y_i^n \right)^{\frac{1}{n}} \geq \sum_{i=1}^n x_i y_i.
Since ai=xina_i = x_i^n and bi=yinb_i = y_i^n, we can rewrite the sums as:
(i=1nai)1n(i=1nbi)1ni=1n(ai1nbi1n). \left( \sum_{i=1}^n a_i \right)^{\frac{1}{n}} \left( \sum_{i=1}^n b_i \right)^{\frac{1}{n}} \geq \sum_{i=1}^n (a_i^{\frac{1}{n}} b_i^{\frac{1}{n}}).

3. Simplifying the Expression: Notice that:
(i=1nai)1n=a1+a2++ann, \left( \sum_{i=1}^n a_i \right)^{\frac{1}{n}} = \sqrt[n]{a_1 + a_2 + \cdots + a_n},
and similarly for bib_i. Therefore, we have:
a1+a2++annb1+b2++bnni=1naibin. \sqrt[n]{a_1 + a_2 + \cdots + a_n} \cdot \sqrt[n]{b_1 + b_2 + \cdots + b_n} \geq \sum_{i=1}^n \sqrt[n]{a_i b_i}.

4. Combining the Results: We need to show that:
a1a2ann+b1b2bnn(a1+b1)(a2+b2)(an+bn)n. \sqrt[n]{a_1a_2\cdots a_n} + \sqrt[n]{b_1b_2\cdots b_n} \le \sqrt[n]{(a_1+b_1)(a_2+b_2)\cdots (a_n+b_n)}.
By the AM-GM inequality, we know that:
a1a2anna1+a2++ann, \sqrt[n]{a_1a_2\cdots a_n} \leq \frac{a_1 + a_2 + \cdots + a_n}{n},
and similarly for bib_i. Therefore:
a1a2ann+b1b2bnna1+a2++ann+b1+b2++bnn. \sqrt[n]{a_1a_2\cdots a_n} + \sqrt[n]{b_1b_2\cdots b_n} \leq \frac{a_1 + a_2 + \cdots + a_n}{n} + \frac{b_1 + b_2 + \cdots + b_n}{n}.

5. Final Step: We need to show that:
a1+a2++ann+b1+b2++bnn(a1+b1)(a2+b2)(an+bn)n. \frac{a_1 + a_2 + \cdots + a_n}{n} + \frac{b_1 + b_2 + \cdots + b_n}{n} \leq \sqrt[n]{(a_1+b_1)(a_2+b_2)\cdots (a_n+b_n)}.
By the AM-GM inequality again, we have:
a1+b1+a2+b2++an+bnn(a1+b1)(a2+b2)(an+bn)n. \frac{a_1 + b_1 + a_2 + b_2 + \cdots + a_n + b_n}{n} \leq \sqrt[n]{(a_1+b_1)(a_2+b_2)\cdots (a_n+b_n)}.

6. Equality Condition: Equality holds if and only if:
a1b1=a2b2==anbn. \frac{a_1}{b_1} = \frac{a_2}{b_2} = \cdots = \frac{a_n}{b_n}.

Thus, we have proven the inequality and the condition for equality.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.