Question:Let $V$ be a finite-dimensional vector space over $\mathbb C$ with $\dim(V) = n$ and $T,S$ are linear operator(i.e. linear transformation from $V$ to itself) such that$$TS-ST=T$$prove that $T,S$ have an eigenvector in common.
My attempt to the question:I want to solve it by induction,so i try to find a suitable invariant space by considering the space below:$$U:=span\{v,Sv,..,S^{m-1}v\}$$Where $m$ is the biggest positive integer such that $v,Sv,..,S^{m-1}v$ are independent and $v$ is an eigenvector of $T$
Noting that S is invariant in $U$,and since $\forall 0\le k\le m-1$ $$TS^kv=(E+S)TS^{k-1}v=..=(E+S)^kTv=\lambda (E+S)^kv$$Therefore $T$ is also invariant in $U$.($E$ is the identity matrix)
By induction to dimension of $V$,and if $\dim U< \dim V$,we can conclude that $T_{|U},S_{|U}$ has an eigenvector in common.
But how can i deduce this when $\dim U=\dim V$?I am stuck here.
Any help would be appreciated.