Akerberg's Refinement of AM-GM: Motivation of proof

191 Views Asked by At

In Steele's Cauchy Schwarz Master Class Exercise 2.10 is about Akerberg's Refinement of AM-GM. (It's a refinement because AM-GM follows by iteration.)

Problem. For $a_1, \dots, a_n \geq 0$ and $n \geq 2$ prove $$ a_n \left(\frac{a_1+\dots+a_{n-1}}{n-1} \right)^{n-1} \leq \left(\frac{a_1+\dots+a_n}{n} \right)^n. $$ The book proposes to use (a consequence of Bernoulli) $$y \left(n-y^{n-1} \right) = ny-y^n \leq n-1 \quad \text{for} \quad y \geq 0.$$ By setting $$y^{n-1} = \frac{a_n}{\overline{a}} \quad \text{with} \quad \overline{a} = \frac{a_1+\dots+a_n}{n} $$ we are immediately done.

However, how is $y \left(n-y^{n-1} \right) \leq n-1$ related to the given problem? Where is the motivation to look at that? How would one think of the choice of $y$?

3

There are 3 best solutions below

4
On BEST ANSWER

Motivation is linked to possible thought process - and of course multiple processes could motivate the same substitution / approach.

For e.g. if one were to observe the inequality to prove is homogeneous (i.e. invariant to scale), one possibility is to simply scale s.t. $a_1+a_2+\cdots+a_{n-1} = n-1$, so that the inequality to prove is simply $$a_n \leqslant \left(\frac{n-1+a_n}n \right)^n = \left(1+\frac{a_n-1}n \right)^n$$ which of course follows directly from Bernoulli's inequality. The scaling $a_1+a_2+\cdots a_n = n$ would also lead to a similar direct application.

In the case you mention, instead of scaling, perhaps the author noted that we can reduce the relevant variables $a_i$ to two (as $a_1+a_2 + \cdots + a_{n-1}$ always appears together), by setting the substitution in $\overline a$ and $y$, the inequality to prove reduces to $y(n-y^{n-1}) \leqslant n-1$, which in turn is a simple application of Bernoulli. When writing out, the order is reversed, as the implications are clearer then - unfortunately motivation is sometimes not obvious afterwards.

4
On

By AM-GM $$\left(\frac{a_1+a_2+...+a_n}{n}\right)^n=\left(\frac{\frac{a_1+a_2+...+a_{n-1}}{n-1}\cdot(n-1)+a_n}{n}\right)^n\geq$$ $$\geq\left(\sqrt[n]{\left(\frac{a_1+a_2+...+a_{n-1}}{n-1}\right)^{n-1} a_n}\right)^n=a_n\left(\frac{a_1+a_2+...+a_{n-1}}{n-1}\right)^{n-1}.$$

There is also the following proof by Bernoulli.

Let $\overline{a}=\frac{a_1+...+a_{n-1}}{n-1}.$

Thus, $$\left(\frac{a_1+a_2+...+a_n}{n}\right)^n=\left(\frac{\frac{a_1+a_2+...+a_{n-1}}{n-1}\cdot(n-1)+a_n}{n}\right)^n=$$ $$=\left(\frac{(n-1)\overline{a}+a_n}{n}\right)^n=\overline{a}^n\left(1+\frac{a_n}{n\overline{a}}-\frac{1}{n}\right)^n\geq\overline{a}^n\left(1+n\left(\frac{a_n}{n\overline{a}}-\frac{1}{n}\right)\right)=a_n\overline{a}^{n-1}$$

0
On

Late answer but maybe with some benefits. In the same vein and following what has been suggested by Macavity's answer: $$ \overline{a} = \frac{1}{n}\sum_{k=1}^{n}a_{k} $$ for all $0 \le k \le n$ $$ \tilde{a_{k}} = \frac{a_{k}}{\overline{a}} $$ Per homogeneity, our inequality is equivalent to: $$ \tilde{a_{n}} (\frac{1}{n-1}\sum_{k=1}^{n-1} \tilde{a_{k}})^{n-1} \le (\frac{1}{n}\sum_{k=1}^{n} \tilde{a_{k}})^{n}=1 $$ Which is the same than: $$ \tilde{a_{n}}^{\frac{1}{n-1}} \sum_{k=1}^{n-1} \tilde{a_{k}} = \tilde{a_{n}}^{\frac{1}{n-1}}(n- \tilde{a_{n}}) \le n-1 $$ I guess this why the author ended up to reduce the inequality to this form of Bernoulli inequality.