4

Question:

A and B are matrices size $n\times n$

given $AB=BA$ and A has n eigenvalues, prove $B$ is diagonalizable.

I would have written what I tried to do, but It's really nothing worth reading..

Any help would appreciated, Thanks.

glS
  • 6,818
Splash
  • 616

1 Answers1

4

Hint: if $AB=BA$ the set of eigenvectors of $A$ are $B$-stable.

details:

indeed, if $Ax=ux$, then $ A(Bx) = BAx = u(Bx) $ and $Bx\propto x$, because $\{ y| Ay=uy \}$ is a line which contains $x$ (because $A$ has $n$ eigenvalues).

Let $(e_i)$ be a basis of eigenvectors of $A$. Then in this basis, $B$ is diagonal as well.

mookid
  • 28,236