Proving an operator is hermitian

1k Views Asked by At

I am supposed to prove an operator G is hermitian but I seem to be proving it isn't. G is defined as

$$G = -i(O-O^t)$$

where $O$ is some linear operator. If I take the transpose of the whole thing I get

$$G^t = -i(O^t - O),$$

which is $-G$. Am I missing something?

2

There are 2 best solutions below

0
On

Recall that by definition we need to take the conjugate transpose that is

$$G^H=i(O^T-O)=G$$

0
On

The hermitian adjoint is not merely the transpose of an operator; it is the complex conjugate of the transpose; that is, for complex matrices $A$,

$A^\dagger = \overline{A^T} = (\bar A)^T; \tag 1$

so assuming $O$ is a real matrix, and

$G = -i(O - O^T), \tag 2$

we have

$G^\dagger = \overline{(-i(O - O^T))^T} = \overline{-i(O^T - O)}$ $= i(O^T - O) = -i(O - O^T) = G; \tag 3$

$G$ is indeed self-adjoint.