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?