Real part of a complex inner product is zero implies the imaginary part is also zero – why

complex numbersinner-productslinear algebraself-adjoint-operators

This very useful discussion/proof of the spectral theorem states one thing that still confuses me – as an instrumental part of their proof, they suggest that for any self-adjoint linear operator $S$ on a finite vector space $V$, the following hold:

First defining:
$$\varphi(v)=\langle S(v),v\rangle\\v_0=\operatorname{argmax}\varphi(v),v\in V:\langle v,v\rangle=1$$

I hope my notation was correct there – $\varphi$ attains a maximum on the unit sphere at $v_0$, is what that is trying to say.

They then prove the first line of the following, which I'm happy with, but assume the second line – which I'm not happy with!

$$\langle v_0,u\rangle=0\implies\Re\langle S(v_0),u\rangle=0\\\Re\langle S(v_0),u\rangle=0\implies\langle S(v_0),u\rangle=0$$

Is it true in general that if a complex inner product has zero real part, it is necessarily zero? Or is this simply a detail to do with the particular definitions of $S$ ($S$ as self-adjoint, or linear perhaps?), $v_0$ and $u$?

Best Answer

They are not claiming that $\operatorname{Re}\langle S(v_0),u\rangle$ implies $\langle S(v_0),u\rangle=0$. Instead, they actually explain how they are deducing that $\langle S(v_0),u\rangle=0$, namely by applying the first line "to all the vectors $e^{i\theta}u$". Or, more simply, since $e^{i\theta}u$ is just some $\mathbb{R}$-linear combination of $u$ and $iu$, we will just use it for $iu$. In other words, suppose that $$\langle v_0,u\rangle=0.$$ Then we also know that $$\langle v_0,iu\rangle=0.$$ But now we can apply the first line with $iu$ in place of $u$ to deduce that $$\operatorname{Re}\langle S(v_0),iu\rangle=0.$$ Now $\langle S(v_0),iu\rangle=-i\langle S(V_0),u\rangle$ so its real part is just the imaginary part of $\langle S(v_0),u\rangle$. So we know not only that the real part of $\langle S(v_0),u\rangle$ is $0$ but also that its imaginary part is $0$, so $\langle S(v_0),u\rangle=0$.

(This is a common trick: you prove a fact about all vectors, and then you apply that fact to all the different scalar multiples of one particular vector to reach a stronger conclusion about that one vector.)

Related Question