Hitman2-2
Homework Statement
Prove that if V is a vector space over \mathbb{C}^n with the standard inner product, then
<br /> |<x,y>| = ||x|| \cdot ||y||<br />
implies one of the vectors x or y is a multiple of the other.
The Attempt at a Solution
Assume the identity holds and that y is not zero. Let
<br /> a = \frac {<x,y>} {||y||^2}<br />
and let z = x - ay. I've shown that y and z are orthogonal and want to show
<br /> |a| = \frac {||x||} {||y||}<br />
Well,
<br /> |a| \cdot ||y|| = \frac {|<x,y>|} {||y||} = \frac {|\sum_{i=1}^n a_i \overline{b_i} |} {\sqrt{\sum_{i=1}^n |b_i|^2}}<br /> = \sqrt{\frac {\left(\sum_{i=1}^n a_i \overline{b_i} \right) \left(\sum_{i=1}^n \overline{a_i} b_i \right)} {\sum_{i=1}^n |b_i|^2} }<br />
but now I don't see how to simply this further to get this equal to the norm of x.