0

I'm reading a book about linear algebra (Lineare Algebra, Bröcker) and it contains the following exercise:

Let $T \in End_{K}(V)$ be nilpotent and V be a $T$-cyclic vector space ($V = \langle x,Tx,T^2x,...\rangle$ for some $x\in V$).
Proof that every $G \in End_{K}(V)$ with $GT = TG$ can be written as a polynomial of $T$.

I can't figure out how to use the fact that $TG = GT$. I'm grateful for any hints.
($End_K$ are the Endomorphisms over the field $K = \mathbb{C},\mathbb{R}$)

plshelp
  • 129

1 Answers1

2

The proof of this is easy, and doesn't require $T$ to be nilpotent.

Take $G \in \operatorname{End}_K(V)$ with $GT=TG$. Then, as every element of $V$ is a linear combination of $v,Tv,T^2v,\dots$ we have that $Gv = a_0v+a_1Tv+\cdots+a_nT^nv$ for some $n \in \mathbb Z^+$ and $a_0,\dots,a_n \in K$. Thus, for $p = a_0+a_1x+\cdots+a_nx^n \in K[x]$ we then have $Gv = p(T)v$, and by induction $GT^kv = p(T)T^kv$ for every $k \in \mathbb Z^+$ (for example, $$GTv = TGv = Tp(T)v = p(T)Tv$$ and $GT^2v = TGTv = Tp(T)Tv = p(T)T^2v$). Thus $G$ and $p(T)$ agree on a generating set for $V$, so $G = p(T)$.

azif00
  • 20,792