Solution 1:

Hint:

Using induction:

  1. Show the base case $n = 2$.
  2. Show that if the statement is true for $2^n$, then it is true for $2^{n+1}$.
  3. Show that if the statement is true for $n$, then it is true for $n - 1$.

(This method of induction is sometimes called Cauchy induction).

Solution 2:

An induction proof which I like, is to prove that

If $\displaystyle \prod_{j=1}^{n} a_j = 1$ then $\displaystyle \sum_{j=1}^{n} a_j \ge n$

Now for the induction step, if $\displaystyle \prod_{j=1}^{n+1} a_j = 1$, pick $\displaystyle a_r$ and $\displaystyle a_s$ such that $\displaystyle 0 \ge (1-a_r)(1-a_s)$ and...

For a different proof, one could claim that using the concavity of $\displaystyle \log x$ is an induction proof too (going from $\displaystyle t + (1-t) = 1$ to $\displaystyle t_1 + t_2 + \dots + t_n = 1$).

Solution 3:

Hint: For induction, you need to prove the base case: $\sqrt{a_1+a_2} \le \frac{a_1+a_2}{2}$. If you square both sides... Then you need to prove that if it works for $n$ numbers, it works for $n+1$, so put the averages for $a_1 \ldots a_n$ in for $a_1$.

Solution 4:

Awwh, come on, folks. There are 12 (yes, 12) proofs of the GM-AM Inequality in the classic little book on inequalities by Beckenbach and Bellman.

Here is an excerpt from a reader’s review of the book at Amazon:

An Introduction to Inequalities is an unexpectedly delightful book. Relatively brief, only 129 pages, this publication of The Mathematical Association of America, requires no more than basic high school mathematics. Nonetheless, I am convinced that Edwin Beckenbach's and Richard Bellman's systematic study of inequalities would interest most students in an early calculus course.

Some classical inequalities were familiar, like the arithmetic mean - geometric mean inequality and the Cauchy inequality (two-dimensional version). But others like the n-dimensional version of the Cauchy inequality (along with the Cauchy-Lagrange identity), the Hölder inequality, and the Minkowski inequality were new to me. What I found most surprising was how these classical inequalities were so interrelated, and how some can be considered generalizations of others. Beckenbach and Bellman introduce clever substitutions to transform one inequality expression into another.

(credit: The reviewer quoted is Michael Wischmeyer, of Houston, Texas.) Here is the link.

There is an old joke that says that sometimes a couple of months spent in the laboratory can save a couple of hours spent in the library.

In other words, let’s refrain from re-inventing the wheel, except purely as an exercise.

Regards,