Spectral theory in infinite-dimensional spaces is quite a bit more complicated than in the finite-dimensional case. In particular, we have to distinguish between the spectrum $\sigma(A)$ of an operator and its eigenvalues. Let $A$ be a linear operator on a Banach space $X$ over the scalar field $C$. We have $$ \sigma(A) = \{ \lambda \in C: (\lambda I - A) \text{ does not have a bounded inverse} \}. $$ An eigenvalue $\lambda$ of $A$ is a value such that there exists a nonzero eigenvector $x \in X$ such that $$ A x = \lambda x, $$ or equivalently, $\operatorname{ker}(\lambda I - A) \neq \emptyset$. We then call $\dim \operatorname{ker}(\lambda I - A)$ the geometric multiplicity of the eigenvalue $\lambda$.

An eigenvalue is always in the spectrum, as you can see from the definition, but not every element of the spectrum is an eigenvalue in general.

In increasing order of "complicatedness", we could say:

  • Matrices (linear bounded operators on finite-dimensional vector spaces): the spectrum is finite, and each of its elements is an eigenvalue.
  • Compact self-adjoint operators on a Hilbert space: almost as nice as matrices. The spectrum is a compact set and countable, and it is contained in the reals. Every nonzero element of the spectrum is an eigenvalue with finite multiplicity. There is a spectral decomposition of the operator much as one would have for a matrix.
  • Bounded operators: the spectrum is still compact, but may be uncountable. In fact, for any compact set in $C$, you can find an operator which has this set as its spectrum. Yet it's still quite possible that no element of the spectrum is an eigenvalue; see the example of T.A.E. given in another answer.
  • Unbounded operators: the spectrum is in general unbounded.

This list could of course be refined with more specific conditions. I'm still studying the theory myself and will go back and add details as I learn about them. (Suggestions are welcome.) If you want to learn more, I found some relatively digestible lecture notes by E. Kowalski, ETH Zürich.


The multiplication operator $(Mf)(x)=xf(x)$ on $L^{2}[0,1]$ is a classical example of an operator with no eigenvalues, but its spectrum is $[0,1]$.

$M$ has no eigenvalue because $Mf=\lambda f$ gives $(x-\lambda)f=0$, which forces $f(x)=0$ a.e..

To see that $[0,1]\subseteq\sigma(M)$, note that the constant function $1$ is not in the range of $(M-\lambda I)$ for any $\lambda \in [0,1]$ because $(x-\lambda)g = 1$ would force $g = 1/(x-\lambda)$ a.e., which is not in $L^{2}$ for such $\lambda$. For any other $\lambda$, $(M-\lambda I)$ is invertible.