$\phi = \mathbb{V} \rightarrow \mathbb{V}$ is an operator satisfying $\phi^n = 0$ for some $n$ and $\phi^{n-1} \ne 0$
Let $v \in \mathbb{V}$ be a vector s.t. $\phi^{n-1} \ne 0$. Is the set {v, $\phi(v)$, $\dots$, $\phi^{n-1}(v)$} linearly independent?
I intuitively understand that it is. Also I've proven that the only eigenvalue of this linear transformation is 0.
As for proving linear independence, I'm trying to prove it by contradiction (is this the correct path?).
Assume the set is not linearly independent. Then there are values $c_1, \dots, c_n$ such that:
$c_1v+c_2\phi(v) +\dots +c_{n}\phi^{n-1}(v) = 0 = \phi^n(v)$ and $c_i \ne 0$ for some $i \in [n]$.
Where do I move from here?