Give an example of two self-adjoint operators $ \ T_1, T_2 \ ∈ L(F^4) \ $ such that the eigenvalues of both operators are $ \ 2, 5, 7 \ $ but there does not exist an Isometry $ \ S ∈ L(F^4) \ $ such that $ \ T_1 = S^* T_2 S \ $.
Be sure to explain why there is no isometry with the required property.
where $ \ F \ $ is any field.
Answer:
Since $ \ T_1 \ T_2 \ $ has eigen values $ \ 2,5,7 \ $ and since $ \ T_1, \ T_2 \in L(F^4) $ , we conclude that
at least one eigen values is repeated .
Thus both of $ \ T_1 , \ T_2 \ $ are not diagonalisable.
So there does not exists any invertible operator $ \ T' \ $ such that
$ \large T_1=(T^{'})^{-1} TT' \ $
But I am unable conclude whether why no Isometry is there .
Help me out
It it not true that both operators being non-diagonalisable implies they are not similar. Furthermore, repeated eigenvalues does not imply non-diagonalisability either.
In fact, consider
$$T_1=\begin{pmatrix} 2 & 0 & 0 & 0 \\ 0 & 2 & 0 & 0 \\ 0 & 0 & 5 & 0 \\ 0 & 0 & 0 & 7 \\ \end{pmatrix}$$
and
$$T_2=\begin{pmatrix} 2 & 0 & 0 & 0 \\ 0 & 5 & 0 & 0 \\ 0 & 0 & 5 & 0 \\ 0 & 0 & 0 & 7 \\ \end{pmatrix}$$
For $T_1$, the eigenvalues are $2,2,5,7$ (counting multiplicity), while for $T_2$ they are $2,5,5,7$.
Both these matrices are in Jordan normal form. If there existed any operator $S$ with $T1=S^{-1}T_2S$, then $T_1$ and $T_2$ would be similar, hence would have the same Jordan normal form - but they don't.
For an isometry, it happens that $S^*=S^{-1}$.