Suppose $V$ is finite-dimensional, $T \in L(V)$, and $\lambda \in \mathbf{F}$. Show that $\lambda$ is an eigenvalue of $T$ if and only if $\lambda$ is an eigenvalue of the dual operator $T' \in L(V')$.
This is question 15 of 5A of Sheldon Axler's Linear Algebra Done Right 4th Edition.
- $L(V)$: Space of linear maps from $V$ to $V$.
- $\mathbf{F}$: Field associated with $V$.
- $V'$: Space of linear functionals on $V$.
I think that a proof for the "only if" direction could be something like this: $\lambda$ is an eigenvalue of $T$ associated with a non-zero $u$ in $V$. Can extend $u$ to a basis (since it's non-zero) of the range of $T$ and then of $V$. Define the functional that sends $u$ to $\lambda$ and all other basis vectors to $0$. This functional could be our eigenvector?
The proof for the other direction could be that $T'$ has some non-zero eigenvector $\varphi$. Since $\varphi$ is non-zero, there is at least one non-zero $u$ in $V$ such that $\varphi(u) \neq 0$. Then $$ \varphi(T(u)) = T'(\varphi)(u) = \lambda \varphi(u) = \varphi(\lambda u), $$ but $\varphi$ need not be injective so I'm stuck.