2

Let $A$ and $B$ be $k\times k$ matrices such that $AB^k - B^kA = B$. I have to prove that $B$ is nilpotent. It is easy to see that $\text{trace}(B) = 0$. I do not have any idea how to proceed further.

Sumanta
  • 9,534
sxccalmat1100
  • 440
  • 2
  • 10

1 Answers1

2

Using properties of the trace and the characterization of $B$, you can show that: $$trace(B^n)=0 \quad \forall n>0$$ which implies that $B$ is nilpotent as shown here: Traces of all positive powers of a matrix are zero implies it is nilpotent

FBruzzesi
  • 163