0

Let be $T:V\rightarrow V,k=\mathbb{C}$ so that $T^*=T^{2017}$ $\implies$ $T$ is diagonalizable.

Well, the statement is from a T or F and I already know it's true. I am 99% sure it has to do with properties but I'm really confused by this subject. How can I deduce that the statement is true?

$T^*$ denotes the adjoint operator of $T$ (In case that is not the standar notation).

user1551
  • 139,064

3 Answers3

4

Since $T$ conmutes with its adjoint operator it implies $T$ is normal. Then, given dimension $V$ be finite, it will be diagonalizable.

astro
  • 649
2

By Schur's Triangularization there is a unitary $U$ such that $T=UAU^*$, with $A$ upper triangular. It follows that $A^*=A^{2017}$, so $A^*$ is both lower triangular and upper triangular; thus $A^*$ is diagonal, and so $A$ is diagonal.

Martin Argerami
  • 205,756
1

since we're in $\mathbb C$, using the fact that conjugate transposition is an involutive operation, you have

$m:= 2017^2$

$T^* = T^{2017}\longrightarrow T = (T^*)^{2017} = (T^{2017})^{2017}= T^m$

so
$\mathbf 0 = T^m - T = T(T^{m-1} - I) = (T-0I)\prod_{j=1}^{m-1}(T-\omega_j I\big)$
where $\omega_j$ are the (m-1)th roots of unity. So $T$ is annhilated by a polynomial with no repeated roots which implies $T$ has a minimal polynomial with no repeated roots which implies $T$ is diagonalizable.

user8675309
  • 10,034