1
$\begingroup$

Let $V$ be a finite dimensional inner product space over $\Bbb R$.
Let $T$ and $U$ be linear self-adjoint operator on $V$.
Assume $U$ is positive definite.
Show all the eigenvalues of $TU$ are real.

Let $\lambda$ be an eigenvalue of $TU$, with corresponding eigenvector $x$. Then \begin{align} \left<\lambda x,x \right> &= \left< \left(TU\right)x,x\right> \\ &= \left< x,\left(TU\right)^* x\right> \\ &= \left \\ &= \left \\ &= \left< x,\left(TU\right)x\right> \tag{1} \\ &= \left< x,\lambda x\right>, \end{align} So, $\lambda$ is real.
I don't see why step (1) holds.
That is, how to show $TU$ is self-adjoint.

1 Answers 1

5

You cannot prove that $TU$ is self-adjoint because this is not true in general. You should try some other way to prove that all eigenvalues of $TU$ are real. For example, let us abuse the notations so that $T,U$ are also their respective matrix representation under the canonical basis.

  1. As $U$ is positive definite, it can be orthogonally diagonalized as $U=QDQ^T$ for some positive diagonal matrix $D$ and some real orthogonal matrix $Q$.
  2. Hence you may take a self-adjoint square root of $U$. That is, set $U^{1/2}=QD^{1/2}Q^T$, where $D^{1/2}$ is the entrywise square root of $D$.
  3. Show that $TU$ is similar to $U^{1/2}TU^{1/2}$ and argue that the latter has real eigenvalues.
  • 1
    I'm not sure what your $A,B,X,Y$ refer to, but you just need to check that $M=U^{1/2}TU^{1/2}$ is a self-adjoint matrix. The eigenvalues of every self adjoint matrix are real.2012-12-29