5

Let $A,B \in \mathbb{M}_n (\mathbb{C})$. If $A^2B + BA^2 = 2ABA$ then exist $k \in \mathbb{N}$ where $(AB-BA)^k = 0$.

I tried solve with minimal polynomial, but I did not have much effect.

rschwieb
  • 160,592
jon jones
  • 1,228

1 Answers1

6

Let's denote by $C$ the matrix $AB-BA$.
From this is enough to show that $\operatorname{Tr}(C^n)=0$ for all $n\in\mathbb N$.
From Mariano's comment we easily see that $AC=CA\Rightarrow AC^2=CAC=C^2A\Rightarrow\ldots \Rightarrow AC^m=C^mA, \ \forall m\in\mathbb N$. Therefore $$ C^n=C^{n-1}C=C^{n-1}(AB-BA)=\\ AC^{n-1}B-C^{n-1}BA=A(C^{n-1}B)-(C^{n-1}B)A. $$ We conclude that $\operatorname{Tr}(C^n)=0$ for all $n\in\mathbb N$.

P..
  • 15,189
  • Nice one (+1): But I did not know that there was this same problem posted in the past. There are some other insights too. http://math.stackexchange.com/questions/299640/ab-ba-is-a-nilpotent-matrix-if-it-commutes-with-a?rq=1 – Sungjin Kim Apr 10 '13 at 22:41