Let $T:V\to V$ be a linear transformation, where $V$ is an infinite-dimensional vector space over a field $F$. Assume that $T(V)=\{T(v):v\in V\}$ is finite-dimensional.
Show that $T$ satisfies a nonzero polynomial over $F$, that is, there exists $a_0,\dots, a_n\in F$, with $a_n\neq 0_F$ such that $$a_0v+a_1T(v)+\dots+a_nT^n(v)=0_V$$ for all $v\in V$.
I am not very sure how to approach this question. Suppose the dimension of $T(V)$ is $n$. I tried considering the set $\{T(v),T^2(v),\dots,T^{n+1}(v)\}$ which has to be linearly dependent thus there exists $a_i$ such that $a_1T(v)+\dots+a_{n+1}T^{n+1}(v)=0$.
This seems to be similar to what the question whats, except that the polynomial is dependent on $v$, while the question wants a polynomial that works for all $v\in V$.
Thanks for any help.