Proofs of Universal Statements: Mathematical Induction · The Method of Mathematical Induction

Lesson 7

Nikolai Chukhin · Alexander S. Kulikov

Theorem (inequality of arithmetic and geometric means, AM–GM inequality). For any positive integer \(n\) and any \(x_{1}, \dotsc, x_{n} \in \mathbb{R}_{>0}\), \[\frac{x_1+x_2+\dotsb+x_n}{n}\ge \sqrt[n]{x_1x_2 \dotsb x_n}\ .\]

Proof. Let us scale the given numbers. That is, fix a positive constant \(\alpha\) and consider the following numbers: \[\begin{align*}y_{1}&=\alpha x_{1},\\ y_{2}&=\alpha x_{2},\\&\vdots\\ y_{n}&=\alpha x_{n}.\\\end{align*}\] When moving from \(x_{1}, \dotsc, x_{n}\) to \(y_{1}, \dotsc, y_{n}\), both the arithmetic mean and the geometric mean are multiplied by \(\alpha\): \[\begin{align*}\frac{y_1+\dotsb+y_n}{n}&= \alpha \cdot \frac{x_1+\dotsb+x_n}{n}\\ \sqrt[n]{y_1 \dotsb y_n}&= \alpha \cdot \sqrt[n]{x_1 \dotsb x_n}\end{align*}\] Hence, it suffices to prove the inequality for \(y_{1}, \dotsc, y_{n}\).

Now, fix \[\alpha=\frac{1}{\sqrt[n]{x_1 \dotsb x_n}}.\] Then, the product of \(y\)'s is \(1\): \[y_{1}\dotsb y_{n}=(\alpha x_{1})\dotsb (\alpha x_{n})=\alpha^{n} (x_{1}\dotsb x_{n})=\frac{1}{x_1\dotsb x_n}\cdot (x_{1}\dotsb x_{n})=1.\]

Thus, it suffices to prove the following statement:

for any positive integer \(n\) and any \(y_{1}, \dotsc, y_{n} \in \mathbb{R}_{>0}\) such that \(y_{1} \dotsb y_{n}=1\), \[y_{1}+\dotsb+y_{n} \ge n\ .\]
We prove this by induction on \(n\). The base case \(n=1\) is directly verified, so we proceed to the induction step \(n-1 \to n\). Since the product of \(y_{1}, \dotsc, y_{n}\) is \(1\), among them there is a number not greater than one, and a number not less than one. Without loss of generality, assume that \(y_{1} \le 1\) and \(y_{2} \ge 1\). Then, \((y_{1}-1)(y_{2}-1) \le 0\) and hence \(y_{1}+y_{2} \ge y_{1}y_{2}+1\). Also, the product of the following \(n-1\) numbers is equal to \(1\): \[(y_{1}y_{2}),\ y_{3}, \dotsc, y_{n}.\] Thus, \[\begin{align*}y_{1}+y_{2}+y_{3}+\dotsb+y_{n}&\ge 1+y_{1}y_{2}+y_{3}+\dotsb+y_{n}&\text{(\(y_{1}+y_{2} \ge y_{1}y_{2}+1\))}\\&\ge 1+(n-1)&\text{(hypothesis)}\\&=n.\end{align*}\]