- #1
ryan8642
- 24
- 0
Homework Statement
Let V be the inner product space. Show that if w is orthogonal to each of the vectors u1, u2,...,ur, then it is orthogonal to every vector in the span{u1,u2,...,ur}.
Homework Equations
u.v=0 to be orthogonal
If u and v are vectors in an inner product space, then ||u+v||^2 = ||u||^2 + ||v||^2
The Attempt at a Solution
So we know ||u+v||^2 = ||u||^2 + ||v||^2 for ortho vectors
for u1: <u1,w>=0
||u1+w||^2 = <u1+w, u1+w>
= <u1,u1> + 2<u1,w> + <w,w>
= ||u1||^2 + ||w||^2
then i do the same for u2 and ur.
Is this the correct way to go about this?
Thanks