1

Suppose that $A$ is an $n\times n$ matrix with distinct eigenvalues. And suppose $B$ commutes with $A$. Show that $B$ is diagonable; i.e., show that $B$ is similar to a diagonal matrix.

I get that $AB=BA$ and that some diagonal matrix $D$ that is similar to $B$ is $D=SBS^{-1}$ and that $S$ is composed of the eigenvecotrs of $B$ I just don't know what to do from their.

Razor7654
  • 163
  • 1
  • 7

2 Answers2

1

Hint: if $Ax = ax, a$ scalar, then $$a Bx = B(ax) = B(Ax) = BAx= ABx $$ and you know that the subspace $$\{y: Ay = ay\} $$is a line...

mookid
  • 28,236
1

The big theorem is that, for a square matrix $A$ for which each eigenvalue occurs in only one Jordan block, all matrices that commute with $A$ can be written as polynomials in $A.$ This includes matrices with distinct eigenvalues, as each Jordan block is one by one. So $$ B = b_0 I + b_1 A + b_2 A^2 + \cdots + b_{n-1} A^{n-1}. $$ You do not need higher degree because of Cayley-Hamilton.

Oh, $A$ itself is diagonalizable because of the distinct eigenvalues. Some $P^{-1}A P = E$ diagonal. What can you say about $P^{-1}B P ?$

Note: I keep collecting equivalent conditions to the Jordan block thing, Given a matrix, is there always another matrix which commutes with it?

Will Jagy
  • 139,541