Linear Algebra – Prove Only Eigenvalue of Nilpotent Operator is 0

eigenvalues-eigenvectorsfunctionslinear algebramatricesnilpotence

I need to prove that:

if a linear operator $\phi : V \rightarrow V$ on a vector space is nilpotent, then its only eigenvalue is $0$.

I know how to prove that this for a nilpotent matrix, but I'm not sure in the case of an operator. How would I be able to relate $\phi$ to a matrix?

Note: A nilpotent operator $\phi$ has been defined as an operator that satisfies $\phi^{n} = 0$ for some $n \geq 1$.

Best Answer

$\phi$ is nilpotent, so $\phi^n = 0$ for some $n$. Now let $v$ be an eigenvector: $\phi v = \lambda v$ for some scalar $\lambda$. Now we get $$ 0 = \phi^n v = \lambda^n v ~\Rightarrow~ \lambda=0 ~. $$

Note that this works in the infinite-dimensional case as well; there is no need to relate $\phi$ to a matrix.

Edit: As suggested in the comments, we can also show that $0$ is always an eigenvalue; in other words, $\phi$ always has at least one eigenvector. Take any $v \neq 0$; we know that $\phi^n v = 0$, so let $k$ be the largest integer such that $\phi^k v \neq 0$. Then $\phi(\phi^k v) = 0$, so $\phi^k v$ is an eigenvector of $\phi$, with eigenvalue $0$.

Related Question