Homepage Solution manuals Terence Tao Analysis II Exercise 1.1.5 (Cauchy-Schwarz inequality)

Exercise 1.1.5 (Cauchy-Schwarz inequality)

Let n 1 and let a1,,an and b1,,bn be real numbers. Verify the identity:

( i=1na ibi) 2 + 1 2 i=1n j=1n (a ibj ajbi) 2 = ( i=1na i2) ( j=1nb j2)

and conclude the Cauchy-Schwarz inequality:

| i=1na ibi| ( i=1na i2) 12 ( j=1nb j2) 12

Then use the Cauchy-Schwarz inequality to prove the triangle inequality:

( i=1n (a i2 + b i2)) 12 ( i=1na i2) 12 + ( j=1nb j2) 12.

Answers

Proof. We will prove the first part by induction on n.

Base Case (n = 1)

( i=11a ibi) 2+1 2 i=11 j=1n (a ibj ajbi) 2 = a 12b 12+1 2 (a1b1 a1b1) 2 = a 12b 12 = ( i=11a i2) ( j=11b j2)

Thus the base case is true.

Inductive Step. Assume for some n that the ugly mess we want to show is true, is true, and then show it is true for n + 1

( i=1n+1aibi) 2 + 1 2 i=1n+1 j=1n+1 (aibj ajbi) 2 = ( i=1n (aibi) + an+1bn+1) 2 + 1 2 [ i=1n j=1n (aibj ajbi) 2 + i=1n (aibn+1 an+1bi) 2 + j=1n (an+1bj ajbn+1) 2] = ( i=1naibi) 2 + 2 i=1n (aibian+1bn+1) + an+12bn+12 + 1 2 ( i=1n j=1n (aibj ajbi) 2) + i=1n (aibn+1 an+1bi) 2 = ( i=1nai2) ( j=1nbj2) + 2 i=1n (aibian+1bn+1) + an+12bn+12 + i=1n (ai2bn+12 + an+12bi2 2an+1biaibn+1)  ind. hyp.  = ( i=1nai2) ( j=1nbj2) + 2 i=1n (aibian+1bn+1) + an+12bn+12 + i=1n (an+12bi2 + ai2bn+12) 2 i=1n (aibian+1bn+1) = ( i=1nai2) ( j=1nbj2) + an+12bn+12 + i=1n (an+12bi2 + ai2bn+12) = ( i=1nai2) ( j=1nbj2) + i=1n (an+12bi2) + i=1n (ai2bn+12) + an+12bn+12 = ( i=1nai2) ( j=1nbj2) + an+12 ( i=1nbi2) + bn+12 ( i=1nai2) + an+12bn+12 = ( i=1nai2 + an+12) ( i=1nbi2) + bn+12 ( i=1nai2 + an+12) = ( i=1n+1ai2) ( j=1n+1bj2)

This mess proves the inductive step, so we are done with the first part.

To prove the second part, note that we get the following from the first part (since the other term is greater than or equal to 0 ): ( i=1naibi) 2 ( i=1nai2) ( j=1nbj2)

But now we can take the square root of both sides and we get that:

| i=1naibi| ( i=1nai2) 12 ( j=1nbj2) 12

Which was what we wanted

To prove the last part let us do the following:

i=1n (a i + bi) 2 = i=1n (a i2 + b i2 + 2a ibi) = i=1n (a i2) + i=1n (b i2) + 2 i=1n (a ibi) i=1n (a i2) + i=1n (b i2) + 2 ( i=1n (a i2)) 12 ( j=1n (b j2)) 12 From C-S  = [ ( i=1n (a i2)) 12 + ( j=1n (b j2)) 12] 2

So we have:

i=1n (a i + bi) 2 [ ( i=1n (a i2)) 12 + ( j=1n (b j2)) 12] 2

And now taking the square root of both sides we get:

( i=1n (a i + bi) 2) 12 ( i=1n (a i2)) 12 + ( j=1n (b j2)) 12

Which was what we wanted. □

User profile picture
2021-12-10 19:51
Comments