[Math] $T,U$ self-adjoint, $U$ positive definite, then $TU$ has only real eigenvalues

linear algebra

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<x,\left(U^* T^*\right)x \right> \\
&= \left<x, \left(U T \right) x \right> \\
&= \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.

Best Answer

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.