Thursday, January 11, 2024

Algebra+ 02: UNIZOR.COM - Math+ & Problems - Algebra

Notes to a video lecture on http://www.unizor.com

Algebra+ 02


Problem

Let {xi} (where i∈[1,n] and n is any natural number) be a set of n real non-negative numbers.

Their arithmetic average
(or mean) is defined as
An = (1/n)·Σi∈[1,n] xi
(symbol Σi∈[1,n] is summation for all indices i∈[1,n])

Their geometric average is defined as
Gn = (Πi∈[1,n] xi)1/n
(symbol Πi∈[1,n] is multiplication for all indices i∈[1,n])

Prove that An ≥ Gn.

Solution A
(by Cauchy)

Our plan is multi-step.
First (step 1), we will check our inequality for n=1 and prove it for n=2.
Then (step 2) we will prove that, if it's held for some n, it will be held for 2n, which, if start with n=2 would prove the inequality for n=4, n=8 etc. - for all n=2k, where k is any natural number.
Finally (step 3), we will prove for all other n by complementing any given n non-negative numbers {xi} with some new numbers to make the total quantity of numbers equal to 2k.

Step 1
It's obvious that for n=1 the inequality is held because
A1 = x1/1 = x1
and
G1 = (x1)1 = x1

For n=2 let's prove it as follows.
Start from the original inequality that needs to be proven, do some reversible invariant transformations to get to an unconditionally true statement (this is the analysis stage) and then use the reversibility of invariant transformations to prove the original inequality by going backward through these transformations, beginning with final unconditionally true statement (the proof proper).

Note that all our participating numbers are real non-negative, it's important when we talk about reversible invariant transformations that involve raising both sides of inequality to the power of 2.

Original inequality to be proven:
(I) (x1+x2)/2 ≥ (x1·x2)½
Now do the following series of invariant transformations.
(II) Square both sides (it is an invariant reversible transformation for non-negative numbers).
(x1+x2)²/4 ≥ x1·x2
(III) Open parenthesis.
x1²+2·x1·x2+x2² ≥ 4·x1·x2
(IV) Bring all members to the left side.
x1² − 2·x1·x2 + x2² ≥ 0
(V) Notice, we have a full square on the left, let's transform it into an explicit square:
(x1 − x2)² ≥ 0
The above is an unconditionally true statement.

Therefore, the above analysis allows us to formulate the proof by starting from this unconditionally true statement (V) and invariantly transform it into (IV), (III), (II) and (I), which proves the original inequality.
Step 1 of the proof is done.

Step 2
Let's prove that the quantity of non-negative numbers participating in arithmetic and geometric averaging can be doubled.
More precisely, we will prove that if the inequality is true for n elements, it's true for 2n elements.

Assume, An ≥ Gn for some n.
Let's prove that A2n ≥ G2n.
Divide our set of 2n elements into two subsets:
subset #1 {xi}i∈[1,n] and
subset #2 {xi}i∈[n+1,2n]

Let An(1) and Gn(1) be arithmetic and geometric averages of the elements of subset #1 and
An(2) and Gn(2) be arithmetic and geometric averages of the elements of subset #2.
Let A2n and G2n be arithmetic and geometric averages of the elements of an entire set of 2n elements.

Each subset contains n elements (non-negative numbers), and we assumed that our original inequality is held for this quantity of elements.
Therefore,
An(1) ≥ Gn(1) and
An(2) ≥ Gn(2).

Obviously,
A2n = [An(1)+An(2)] /2
G2n = [Gn(1)·Gn(2)]½

Using the above assumption about inequality between arithmetic and geometric averages of sets of n elements,
A2n = [An(1)+An(2)] /2 ≥
[Gn(1)+Gn(2)] /2
Using the proven above inequality for only two elements Gn(1) and Gn(2), we can state
[Gn(1)+Gn(2)] /2 ≥
[Gn(1)·Gn(2)]½ = G2n

Combination of the two inequalities obtained above proves that
A2n ≥ G2n
Step 2 of the proof is done, and we can state that, since the inequality was proven for n=2, it is true for n=4,8,16..., that is for any n=2k.

Step 3
Let's prove the inequality for values of n between powers of 2.
Let the value of n be greater than 2k−1 but less than 2k.
An and Gn are, as before, arithmetic and geometric averages of our n numbers.

Let's complement our set of n numbers {xi}i∈[1,n] with m=2k−n new numbers, each of which is equal to Gn.
Now we have a set of 2k=m+n numbers, and we can apply the inequality between arithmetic and geometric averages proven to be true for such sets.

Consider Am+n for our new set that contains n original elements {xi} and m new elements, each of which equals to Gn.
Obviously,
Am+n = [n·An + m·Gn] /(m+n)

Now calculate Gm+n for our new set that contains n original elements {xi} and m new elements, each of which equals to Gn.
Obviously,
Gm+n = [Gnn · Gnm]1/(m+n) =
=
[Gnm+n]1/(m+n) = Gn

Since m+n=2k and our original inequality was proven for this quantity of participating non-negative numbers,
Am+n ≥ Gm+n
Therefore,
[n·An + m·Gn] /(m+n) ≥ Gn

Simple transformations of the last inequality result in the following.
n·An + m·Gn ≥ (m+n)·Gn
n·An ≥ n·Gn
An ≥ Gn
Step 3 of the proof is done, and we can state that it was proven for any set of non-negative numbers that their arithmetic average is greater or equal to their geometric average.

Alternate step 3
Instead of complementing our original set of n numbers with Gn, we can complement it with An with similar results.
Then,
Am+n = [n·An+m·An] /(m+n) =
= An


Now calculate Gm+n for our new set that contains n original elements {xi} and m new elements, each of which equals to An.
Gm+n = [Gnn · Anm]1/(m+n)

Since m+n=2k and our original inequality was proven for this quantity of participating non-negative numbers,
Am+n ≥ Gm+n
Therefore,
An[Gnn · Anm]1/(m+n)

Simple transformations of the last inequality result in the following.
Anm+n ≥ Gnn·Anm
Anm·Ann ≥ Gnn·Anm
Ann ≥ Gnn
An ≥ Gn

The equality between arithmetic and geometric averages is obvious if all numbers are equal to each other, that is xi=xj for any indices i and j.
Symbolically, it looks like
xi=xji,j∈[1,n] ⇒ An = Gn


Solution B
(by Polya)

From the standard course of Math is known that the function y=ex at point x=0 has a value y(0)=1 and has a tangential at 45°, which looks like this.

Shifting the graphs by 1 to the right by replacing x with x−1, we will have the following picture

The last picture shows that the following inequality is held for all real values of x
ex−1 ≥ x

Consider now a set of n non-negative numbers {xi} (where i∈[1,n] and n is any natural number) with A being their arithmetic average and G being their geometric average (we are omitting a subscript n in averages for brevity).

Using an inequality above for x=xi /A, we obtain
e(xi /A)−1 ≥ xi /A for any i or
A·e(xi /A)−1 ≥ xi

Multiplying the above inequality for all values of index i from 1 to n, we obtain
An·e Σ(xi /A)−nΠ(xi )

Interestingly, the exponent in the expression above is zero.
Here is why
Σ(xi /A) = (1/A)·Σ(xi) =
= (1/A)·A·n = n
,
which makes the exponents in the inequality above equal to zero.

Therefore, considering e0=1, the inequality above looks like
AnΠ(xi )
A ≥ (xi )]1/n = G
End of proof.

No comments: