Lineaer algebra - orthogonality

yy205001
Messages
60
Reaction score
0

Homework Statement


Let<x,y> be an inner product on a vector space V, and let e1, e2,...,en be an orthonormal basis for V.
Prove: <x,y> = <x,e1><y,e1>+...+<x,en><y,en>.

Homework Equations



<x,x> = abs(x)
a<x,y> = <ax,y> = <x,ay>

The Attempt at a Solution



RHS
=<x,y>
= x1y1+...+xnyn
= x1<e1,e1>y1<e1,e1>+...+xn<en,en>yn<en,en>
* <e,e>=1
=e12<x1,e1>+...+en2<xn,en>

And i cannot find a way to take the e2 out of the equation.
Any help is appreciated
 
Physics news on Phys.org
How is an orthonormal basis defined?

A subset {v_1,...,v_k} of a vector space V, with the inner product <,>, is called orthonormal if <v_i,v_j>=0 when i≠j. That is, the vectors are mutually perpendicular. Moreover, they are all required to have length one: <v_i,v_i>=1.

ehild
 
Orthonormal basis
A set of vectors for an inner product space whose are linearly independence and span V and orthonormal.

orthonormal: orthogonal (<x,y>=0) and each vector has length one.
 
Under "relevant equations" you have "<x, x>= abs(x)". There is NO "x2" so what, exactly do you mean by "en2"? <en, en>?
You also say "orthonormal: orthogonal (<x,y>=0) and each vector has length one."
 
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