(Ugly?) Inequalities - Squares and sums

mattmns
Messages
1,121
Reaction score
5
Here is the question from the book:
------
Let n\geq1 and let a_1,...,a_n and b_1,...,b_n be real numbers. Verify the identity:
\left(\sum_{i=1}^n{a_ib_i}\right)^2 + \frac{1}{2}\sum_{i=1}^n{\sum_{j=1}^n{\left(a_ib_j-a_jb_i\right)^2}} = \left(\sum_{i=1}^n{a_i^2}\right)\left(\sum_{j=1}^n{b_j^2}\right)

and conclude the Cauchy-Schwartz inequality:

\left|\sum_{i=1}^n{a_ib_i}\right| \leq \left(\sum_{i=1}^n{a_i^2}\right)^{1/2} \left(\sum_{j=1}^n{b_j^2}\right)^{1/2}

Then use Cauchy-Schwartz to prove the triangle inequality:

\left(\sum_{i=1}^n{(a_i^2+b_i^2)}\right)^{1/2} \leq \left(\sum_{i=1}^n{a_i^2}\right)^{1/2} + \left(\sum_{j=1}^n{b_j^2}\right)^{1/2}
----------------

I have been trying to mess around with the first one, and see what is going on, but it is looking extremely ugly, even with n=3.

Should I be trying to prove these by induction? Or are there some ways to manipulate these things easily? I guess the problem is almost notation, or that I don't know how to manipulate sums and squares properly. Any ideas would be appreciated. Thanks!
 
Physics news on Phys.org
Put it in this form:

\sum_{i=1}^n{\sum_{j=1}^n{a_i b_i a_j b_j +\frac{1}{2}\left(a_ib_j-a_jb_i\right)^2 - a_i^2 b_j^2}} = 0

Now you basically just expand the middle term and wiggle some indices.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top