3.3.5Sequences & Series

AM-GM-HM inequalities — proofs

1,987 words9 min readdifficulty · medium1 backlinks

WHAT are these three means?

Figure — AM-GM-HM inequalities — proofs

The two-variable case (do this first — it's 80% of the intuition)


The general case: proving AMGM\text{AM}\ge\text{GM} for nn numbers

There are many proofs. Here is the cleanest self-contained one: Cauchy's forward–backward induction.


Now GMHM\text{GM}\ge\text{HM} in general (free of charge)


Worked examples


Common mistakes (Steel-manned)


Active recall

Recall Feynman: explain to a 12-year-old

Imagine 3 friends have different numbers of candies. There are three "fair-share" ideas. AM = pile all candies, split equally — friendly to big piles. GM = if instead each day you multiplied your candies, this is the fair daily multiplier — it cares about balance. HM = fair only when you think about "candies per second of effort" (rates/reciprocals) — it lets small piles dominate. The magic rule: the "add-average" is always the biggest, the "rate-average" the smallest, and the "multiply-average" is stuck between them. They become equal only when everyone already has the same candies — nothing to fix!


Flashcards

AM formula for a1..ana_1..a_n
a1++ann\frac{a_1+\cdots+a_n}{n}
GM formula for a1..ana_1..a_n
(a1a2an)1/n(a_1a_2\cdots a_n)^{1/n}
HM formula for a1..ana_1..a_n
n1/ai\dfrac{n}{\sum 1/a_i}, i.e. reciprocal of AM-of-reciprocals
The master inequality (positives)
AMGMHM\text{AM}\ge\text{GM}\ge\text{HM}, equality iff all equal
2-number AM≥GM proof idea
(ab)20a+b2ab(\sqrt a-\sqrt b)^2\ge0 \Rightarrow a+b\ge2\sqrt{ab}
How to get GM≥HM from AM≥GM
apply AM≥GM to reciprocals, then take reciprocals (flip)
Name of the general AM≥GM proof
Cauchy forward–backward (doubling) induction
Forward step of Cauchy proof
prove for 2n2n by grouping two blocks of nn + 2-term AM–GM
Backward step of Cauchy proof
set an=a_n= AM of the others to descend nn1n\to n-1
Identity true only for n=2
GM2=AMHM\text{GM}^2=\text{AM}\cdot\text{HM}
Min of x+1/xx+1/x, x>0x>0
22, at x=1x=1 (by AM–GM)
Average speed over equal distances u,v
HM=2uvu+v\text{HM}=\frac{2uv}{u+v}
Why AM–GM needs positivity
ai\sqrt{a_i} undefined / GM ill-defined for negatives

Connections

  • Arithmetic Progressions — AM is the middle term of a 3-term AP.
  • Geometric Progressions — GM is the middle term of a 3-term GP.
  • Harmonic Progression — HM is the middle term of a 3-term HP.
  • Cauchy-Schwarz Inequality — another workhorse; AM–GM is a special/limit case.
  • Jensen's Inequality — AM–GM is Jensen applied to concave log\log.
  • Optimization using inequalities — fixed product ⇒ AM–GM gives extrema.
  • Weighted Means (Power Mean Inequality) — AM,GM,HM are power means p=1,0,1p=1,0,-1.

Concept Map

reciprocal of

is AM applied to

expand to prove

core case

apply to reciprocals

gives

contributes to

middle term of

smallest in

holds with

multiply with HM

equals

Arithmetic Mean - adds

Geometric Mean - multiplies

Harmonic Mean - reciprocates

AM of reciprocals

AM >= GM >= HM

Equality iff all equal

Square never negative

Two-variable AM >= GM

Reciprocate & flip inequality

GM^2 = AM · HM, n=2 only

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, teen tarah ke "average" hote hain positive numbers ke liye: AM (arithmetic mean, jahan hum jodte hain), GM (geometric mean, jahan hum multiply karke root lete hain), aur HM (harmonic mean, jahan hum reciprocals ka average nikaal ke wapas ulta karte hain). Sabse important rule yaad rakhna: AM ≥ GM ≥ HM, aur equality tabhi aati hai jab saare numbers barabar ho. Matlab jitni zyada spread (difference) hogi numbers mein, utna zyada ye teenon alag ho jayenge.

Proof ka asli jaadu do numbers wale case se aata hai. (ab)20(\sqrt a - \sqrt b)^2 \ge 0 — bas isko expand karo aur AM ≥ GM ready ho jaata hai, kyunki square kabhi negative nahi hota. Phir GM ≥ HM ke liye alag mehnat nahi karni: reciprocals 1a,1b\frac1a, \frac1b pe wahi AM–GM laga do aur ulta kar do (reciprocal lene par inequality flip hoti hai). Yehi trick nn numbers ke liye bhi chalti hai.

General proof Cauchy ka forward–backward induction hai: pehle powers of 2 (2,4,8,2,4,8,\dots) ke liye prove karo blocks banake, phir ek-ek step neeche utar ke (nn1n \to n-1) beech ke saare numbers cover karo. Idea simple hai — seedhi ladder ke rungs sirf 2k2^k pe hain, lekin ek slide hai jo tumhe kisi bhi neeche wale point tak le aati hai.

Kyun matter karta hai? Optimization mein bahut kaam aata hai — jaise x+1x2x + \frac1x \ge 2, ya average speed (equal distance pe HM lagta hai, AM nahi — isliye 60 aur 40 ka average speed 50 nahi, 48 hai!). Exam mein "minimum/maximum find karo" wale questions mostly AM–GM se ek line mein ud jaate hain. Bas positivity condition mat bhoolna, warna proof toot jaata hai.

Go deeper — visual, from zero

Test yourself — Sequences & Series

Connections