I want to know if $\|x\| = \|y\|$ $\Leftrightarrow$ $x+y$ orthogonal to $x-y$.
I was able to prove it for $V$ being a real vector space. However, I'm not able to work it out for complex vector spaces.
Here is the proof for the real case:
(1) suppose $x+y$ and $x-y$ are orthogonal: $$ 0 = \langle x+y,x-y\rangle = \langle x,x\rangle - \langle x,y\rangle + \langle y,x\rangle - \langle y,y\rangle = \langle x,x\rangle - \langle y,y\rangle = \|x\|^2 - \|y\|^2 $$ $\Rightarrow$ $\|x\| = \|y\|$
(2)
The other direction is pretty much the same: $\|x\| = \|y\|$ $\Rightarrow$ $\|x\|^2 = \|y\|^2$ so: $0 = \|x\|^2 - \|y\|^2$ and now the result follows from the equation above in part (1)
Any hints on how to prove it for a complex vectorspace or maybe a counterexample?
Thank you very much.
Let $x \neq 0$ and $y=ix$. Then, $\|x\|=\|y\|$. But $\langle x+y, x-y \rangle=2i\|x\|^{2} \neq 0$. [You have to remember that inner product is conjugate linear in the second variable].
However, $\langle x+y, x-y \rangle= 0$ does imply $\|x\|=\|y\|$ in the complex case also.