Cauchy-Schwarz Inequality for Summations

  • Thread starter Thread starter steelphantom
  • Start date Start date
steelphantom
Messages
158
Reaction score
0

Homework Statement


Prove that (\sum_{j=1}^najbj)2 <= (\sum_{j=1}^njaj2)(\sum_{j=1}^n(1/j)bj2)


Homework Equations


Cauchy-Schwarz Inequality: |<u, v>| <= ||u||*||v||


The Attempt at a Solution


If I let u = \sum_{j=1}^njaj2 and v = \sum_{j=1}^n(1/j)bj2, then I have ||u|| = sqrt(<u, u>) and ||v|| = sqrt(<v, v>). Not really sure where to go from here. Any ideas? Thanks!
 
Physics news on Phys.org
The other form is more helpful in this problem:
<u,v>^2 = <u,u><v,v>

Now, you just have to choose u and v to get the required identity. You know that <u,v> needs to equal to Sum[a_j*b_j]. You also know that the j-th term in the series on the right side is equal to the j-th component of u or v squared.

Can you finish it from here?
 
Vid said:
The other form is more helpful in this problem:
<u,v>^2 = <u,u><v,v>

Now, you just have to choose u and v to get the required identity. You know that <u,v> needs to equal to Sum[a_j*b_j]. You also know that the j-th term in the series on the right side is equal to the j-th component of u or v squared.

Can you finish it from here?

First of all, thanks for the help!

Don't you mean <u,v>2 <= <u,u><v,v> ? Also, I'm not sure what you mean by your last sentence. "The series on the right side" is referring to which series? The product of the two series? Anyway, how do I know that? Sorry for these possibly stupid questions, and thanks again for your help.
 
Yea, that should be less than or equal to.

I meant that one series was for u and the other for v. With the standard dot product <u,u> = Sum[(u_j)^2].

So Sum[u_j^2] = Sum[j*a_j^2]
and Sum[v_j^2] = Sum[(1/j)*b_j^2]

What does this tell us about what u and v must be equal to?
 
Vid said:
Yea, that should be less than or equal to.

I meant that one series was for u and the other for v. With the standard dot product <u,u> = Sum[(u_j)^2].

So Sum[u_j^2] = Sum[j*a_j^2]
and Sum[v_j^2] = Sum[(1/j)*b_j^2]

What does this tell us about what u and v must be equal to?

I don't think I'm seeing it. u_j = sqrt(j)*a_j and u = Sum[u_j] = Sum[sqrt(j)*a_j] ?
v_j = (1/sqrt(j))*b_j and v = Sum[v_j] = Sum[(1/sqrt(j))*b_j] ?

Is this correct? I don't really see how this helps.
 
the cs inequality says <p, q> <= |p||q|, here | | denotes the norm

so (<p, q>)^2 <= |p|^2|q|^2


Set p = (a_1/sqrt(1),..., a_n/sqrt(n)), q= (sqrt(1)*b_1, 2*b_2,..., sqrt(n)*b_n)


so your sum on the left = (<p, q>)^2 <= |p|^2|q|^2 = the stuff you have on the right

just verify this
 
Ok, just to make sure I got it:

Cauchy Schwarz says |<u, v>| <= ||u||*||v||. This implies <u, v>2 <= <u, u><u, v>. Let <u, u> = \sumuj2 = \sumjaj2 and let <v, v> = \sumvj2 = \sum(1/j)bj2.

Then we have u = \sumuj = \sumsqrt(j)*aj and v = \sumvj = \sum(1/sqrt(j))*bj.

Then we have <u, v> = \sumujvj = ... = \sumajbj. Then square both sides to get <u, v>2 = (\sumajbj)2.

Then after plugging in, this completes the proof. Thanks again for all your help guys!
 
Back
Top