Given a vector space $V$ over scalar field $F$, and given a linear transformation $T : V → V$, the definition of eigenvalues and eigenvectors of $T$ is:
A nonzero vector $\mathbf{v} \in V$ is an eigenvector of $T$ iff there exists a scalar $\lambda \in F$ such that $T(\mathbf{v}) = \lambda \mathbf{v}$. $\lambda$ is then said to be an eigenvalue of $T$ corresponding to $\mathbf{v}$.
But it seems some eigenvalues escape this definition. For example, let $F = \mathbb{R}$, $V = \mathbb{R}^2$, and $T = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}$. Then some computation reveals that the eigenvalues are $i$ and $-i$, which do not live in $F$.
If $V$ is finite-dimensional, I can at least confidently say that all eigenvalues live in $\overline{F}$, the algebraic closure of $F$. But what for infinite-dimensional cases?