13

I saw this in a MathOverflow post and am putting it here for posterity.

Problem: Let $A$ and $B$ by square matrices and set $C=AB-BA$. If $AC=CA$, prove $C$ is nilpotent.

Potato
  • 40,171

2 Answers2

11

I use this theorem:

If $\forall i\ge1$, $\mathrm{tr}(C^i)=0$, then $C$ is nilpotent.

You can easily prove by induction that $\mathrm{tr}(C^i)=0$ for all $i\ge1$.

Theorem. $\forall i\ge1$, $\mathrm{tr}(C^i)=0$ iff $C$ is nilpotent.

Proof: $C$ is a real matrix but you may assume $C$ is a complex matrix and $$f(x)=(x-a_1)(x-a_2)\cdots(x-a_n)$$ is its characteristic polynomial in the complex field. You can prove that $\mathrm{tr}(C^k)=\sum_{i=1}^n a_i^k$ by induction, and if $\forall k\in\mathbb N$, $\mathrm{tr}(C^k)=\sum_{i=1}^n a_i^k=0$ then $a_i=0$. Hence, $f(x)=x^n$, so $C^n=0$ and it is shown that $C$ is nilpotent.

user26857
  • 52,094
M.H
  • 11,498
  • 3
  • 30
  • 66
  • 2
    Could you please use sentences with punctuation? It looks like a good approach, but I have a little trouble parsing what is meant. – Jonas Meyer Feb 10 '13 at 20:25
  • @jonas-meyer:induction that use in body proof is so prolix sorry i don't write it – M.H Feb 10 '13 at 20:53
  • 2
    But you can at least separate this into a couple of paragraphs and so on. Readability goes a long way into turning something into a useful and enjoyable piece of text. – Mariano Suárez-Álvarez Feb 10 '13 at 20:54
  • 1
    @Maisam: You can separate into paragraphs using blank lines between them. Within a paragraph, you can separate ideas into sentences, by placing a period (dot) at the end of each sentence, and capitalizing the first letter of the subsequent sentence. (This has to do with communication rather than mathematics per se.) – Jonas Meyer Feb 10 '13 at 20:56
4

Suppose $\mathcal A$ is a normed algebra and $\delta:\mathcal A\to\mathcal A$ is a bounded derivation. If $x\in A$ and $\delta(\delta(x))=0$, then $\lim\limits_{n\to\infty}\|\delta(x)^n\|^{1/n}=0$. This is proved as Theorem 2.2.1 in Sakai's Operator algebras in dynamical systems.

This applies to the case where $\mathcal A=M_n(\mathbb C)$, $\delta(X)= AX-XA$. For an $n$-by-$n$ real or complex matrix $C$, $\lim\limits_{n\to\infty}\|C^n\|^{1/n}=0$ if and only if $C$ is nilpotent.

(I also remarked on this application in an answer to a different question where the result was applicable.)

Jonas Meyer
  • 53,602