Proving an complex operator is self-adjoint

401 Views Asked by At

Let V be a finite dim complex inner product space. Let T be a linear operator on V. Prove that T is self-adjoint if and only if $\langle T\alpha,\alpha\rangle$ is real $\forall \alpha \in V$. The first direction is trivial, if we assume T is self-adjoint then $\langle T\alpha,\alpha\rangle = \langle \alpha,T\alpha\rangle=\overline{\langle T\alpha,\alpha\rangle}$ So it has to be real. But I have no clue on how to start the other direction? Where would I start?

2

There are 2 best solutions below

0
On BEST ANSWER

Let $A = (T + T^*) / 2$ and $B = (T - T^*) / (2i)$. Notice that $A$ and $B$ are both self adjoint and we have $T = A + Bi$.

Now, for every $\alpha$ $$ \langle T \alpha, \alpha\rangle = \langle A \alpha, \alpha\rangle + \langle B \alpha, \alpha\rangle i $$ is real. Thus, $\langle B \alpha, \alpha\rangle$ is zero for every $\alpha$, but that implies $T = T^*$.

0
On

Hint: Let $\{e_1,\dots,e_n\}$ be an orthonormal basis vectors of $V$. It suffices to show that the matrix of $T$ with respect to this basis is Hermitian.

Note that $\langle T e_j, e_j \rangle$ is real. What does this tell you about the diagonal entries?

Note that $\langle T(e_j + e_k),(e_j + e_k)\rangle$ and $\langle T(e_j + ie_k),(e_j + ie_k)\rangle$ are real. What does that tell you about the rest of the entries?