- #1
s_j_sawyer
- 21
- 0
Homework Statement
Let z, w be complex vectors of C^n.
Prove ||w + z|| <= ||w|| + ||z||
(using the standard inner product for C^n)
(i.e. <w,z> = w*z', where * is the dot product and ' denotes the complex conjugate)
The Attempt at a Solution
Well, I found that
||w + z||
= sqrt( w*w' + z*z' + z*w' + w*z')
= sqrt( w*w' + z*z' + <w,z> + <w,z>' )
and
||w|| + ||z||
= sqrt(w*w' + z*z')
So by showing that <w,z> + <w,z>' <= 0 then I guess that will finish the proof but I am unsure of how to do this.
Any help?