I want to prove the following statement:
Let linear operator $T:V\rightarrow V$ ($V$ is $n$-dimentional). Then there exists a vector $v$ such that $\left\{ v, Tv, ..., T^{n-1}v \right\}$ form a basis of $V$, iff $f_T=m_T$.
(Actually, the $\Rightarrow$ direction is quite easy. I need to prove the other direction.)
I've seen couple of answers to this problem in this site, all using the "Rational Canonial Form", which is something I wasn't tought in the course (but I am familiar with the Jordan Form).
Moreover, the only proof I've found on the internet is this, which seemed to be promising, until I got to this sentence, which unfortunately seems to be a mistake:
See that $V_i$ is a subspace of $V$, for all $1 \leq i \leq m$, and $V=\bigcup_{i=1}^m V_i$. Therefore $V=V_k$, for some $1 \leq k \leq m$.
I don't know if that's true for infinite vector spaces, but for finite ones, such as $\mathbb{F}_p^n$ it's certainly isn't.
Any step towards a proof would be appriciated (as well as an explanation for the suspicious claim stated above). Thank you!