Suppose $T(B)=AB+BA$. Prove that if $A$ is a nilpotent matrix, then $T$ is a nilpotent operator. (Question on Existing Proof)

abstract-algebralinear algebramatricesnilpotent-groups

Question: Suppose $A$ is a complex $n\times n$ matrix and let $T:\mathbb{C}^{n\times n}\rightarrow\mathbb{C}^{n\times n}$ be the linear transofrmation given by $T(B)=AB+BA$ for $B\in\mathbb{C}^{n\times n}$. Prove that if $A$ is a nilpotent matrix, then $T$ is a nilpotent operator.

This problem is proved here (well, having $AB-BA$ instead of $AB+BA$, but who cares): $T$ be linear operator on $V$ by $T(B)=AB-BA$. Prove that if A is a nilpotent matrix, then $T$ is a nilpotent operator., but I have a (elementary) question about the proof:
Since \begin{equation}T(B)=AB+BA \implies T^2(B)=T(AB+BA), \text{by applying $T$ to both sides.} \\ = A(AB+BA)+(AB+BA)A \\ =A^2B+ABA+ABA+BA^2 \\ A^2B+2ABA+BA^2 \\\implies T^3(B)=T(A^2B+2ABA+BA^2), \text{by applying $T$ to both sides again} \\ =A(A^2B+2ABA+B^2A)+(A^2B+2ABA+B^2A)A \\ =A^3B+2A^2BA+B^2A^2+A^3B+2A^2BA+B^2A^2 \\ = 6A^3B+2A^2B^2 \end{equation}

So, if we proceed in this way, then since $A$ is nilpotent, we will reach a number (after applying $T$ so many times) where $A^m=0$, thus the terms in the expansion will always be zero after hitting that $m$, and so $T$ is a nilpotent linear operator…. is this the idea? Am I missing something? If that's true, then shouldn't the argument be done more formally using induction rather than just the first few cases?

Best Answer

There is a slightly nicer way to think about the calculations involved in this problem (which will lead to the formula from Ben Grossmann).Let $L_A:\mathbb C^{n\times n}\to \mathbb C^{n\times n}$ be left multiplication by $A$, and similarly let $R_A:\mathbb C^{n\times n}\to \mathbb C^{n\times n}$ be right multiplication by $A$. The clever observation is that $L_A$ and $R_A$ commute with each other, and that $T=L_A+R_A$. Since they commute, we can use the binomial theorem: $$T^k(B)=(L_A+R_A)^k(B)=\sum_{i+j=k}\binom{k}{i} L_A^iR_A^j(B)=\sum_{i+j=k}\binom{k}{i}A^i B A^j.$$

Then, if $k\geq 2m-1$ and $i+j=k$, then either $i\geq m$ or $j\geq m$, and since $A^m=0$ by assumption, each term in the sum vanishes.

Related Question