Proving Bessel's inequality for orthonormal vectors

  • Thread starter Thread starter e(ho0n3
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 7K views
e(ho0n3
Messages
1,349
Reaction score
0
Homework Statement
Let [itex]v \in \mathbb{R}^n[/itex], let [itex]\{u_1, \ldots, u_k\}[/itex] be an orthonormal subset of [itex]\mathbb{R}^n[/itex] and let [itex]c_i[/itex] be the coefficient of the projection of v to the span of [itex]u_i[/itex]. Show that [itex]\|v\|^2 \ge c_1^2 + \cdots + c_k^2[/itex].

The attempt at a solution
[itex]c_i = v \cdot u_i[/itex] and [itex]\| v \|^2 = v \cdot v[/itex] so I can write the inequality as

[tex]v \cdot (v - (u_1 + \cdots + u_k)) \ge 0[/tex]

This means the angle between v and [itex]v - (u_1 + \cdots + u_k)[/itex] is less than 90 degrees. This is all I've been able to conjure. I'm trying to reverse-engineer the inequality back to something I know is true. Is this a good approach? Is there a better approach?
 
Physics news on Phys.org
Couldn't you just complete {u1,...,uk} to an orthonormal basis {u1,...,uk,uk+1,...,un}? So ||v||^2=c1^2+...cn^2.
 
Ah! Good point. I think that'll work. All that remains to be proved is that [itex]v = c_1u_1 + \cdots c_nu_n[/itex].
 
Quick question: the basis doesn't have to be orthonormal does it?
 
e(ho0n3 said:
Ah! Good point. I think that'll work. All that remains to be proved is that [itex]v = c_1u_1 + \cdots c_nu_n[/itex].

Do you really have to prove that? v is some linear combination of the basis vectors u_i. So c_i must be v.u_i since they are orthonormal. Isn't that what an orthonormal basis is all about?
 
Never mind. I understand why it has to be orthonormal: If it isn't, I couldn't write v as a linear combination of the u's using the c's as the coefficients.
 
The only thing that might have to be proved is that you can complete an orthonormal subset to an orthonormal basis. But that's Gram-Schmidt.
 
I know I can expand the set of u's to a basis, then orthogonalize it using Gram-Schmidt, and then normalize the result. This will yield an orthonormal basis with the original u's.
 
Right. So not much to prove really. That one was easy.
 
Thank you for your help.
 
Hi
Can you do it these two proof?
I tried but i don't know these proofs...

(b) Prove Parseval’s Indentity: For any w ∈ span(S), we have

||w||^2 = |w · u1 |^2 + |w · u2 |^2+ · · · + |w · uk |^2 .

(c) Prove Bessel’s Inequality: For any x ∈ R^n we have

||x||^2 ≥ |x · u1 |^2 + |x · u2 |^2 + · · · + |x · uk |^2 ,

and this is an equality if and only if x ∈ span(S).