5

Let A, B and C complex square matrices such that: $ C\neq 0 $ and $AC=CB $ prove that A and B has a common eigenvalue.

It's worth mentioning that earlier in the assignment I have proved that $A^{n}C=CB^{n}$, but I'm not sure how to use it.

This is taken from a linear algebra 2 course.

user7610
  • 605

3 Answers3

7

Let $M$ the minimal polynomial of $A$, and $N$ the minimal polynomial of $B$. We are going to show that $M$ and $N$ have a commun root (and this will prove the assertion). Suppose not. Then there exists $U$, $V$ polynomial such that $M(X)U(X)+N(X)V(X)=1$. Now you have shown that $A^nC=CB^n$ for all $n$. This imply $M(A)C=CM(B)=0$. Hence $CM(B)U(B)=0$ and of course $CN(B)V(B)=0$. We get $C(M(B)U(B)+N(B)V(B))=0=CI=C$, a contradiction.

Kelenner
  • 18,734
  • 26
  • 36
  • How did you infer $CN(B)V(B)=0$. ?
  • – user7610 Aug 28 '14 at 19:29
  • 1
    @fish.frog 1) $M(X)$ and $N(X)$ have no commun root, so their GCD is $1$, and I apply Bezout. 2) As $N$ is the minimal polynomial of $B$, we have $N(B)=0$. – Kelenner Aug 28 '14 at 19:31