Various sources define eigenvalues and eigenvectors in slightly different ways (context independent). For example, both of the following definitions seem not to exclude the zero-vector as an eigenvector. In Lang:
Let $V$ be a vector space over a field $K$, and let $A:V\to V$ be an operator on $V$. An element $\mathbf{v}\in V$ is called an eigenvector of $A$ if there exists $\lambda\in K$ such that $A\mathbf{v}=\lambda\mathbf{v}$. If $\mathbf{v}\ne \mathbf{0}$, then...
and, in Hoffman/Kunze
Let $V$ be a vector space over a field $F$ and let $T$ be a linear operator on $V$. A characteristic value of $T$ is a scalar $c$ in $F$ such that there is a non-zero vector $\alpha$ in $V$ with $T\alpha =c\alpha$. If $c$ is a characteristic value of $T$, then (a) any $\alpha$ such that $T\alpha = c\alpha$ is called a characteristic vector of $T$ associated with the characteristic value $c$, and (b) the collection of all $\alpha$ such that $T\alpha = c\alpha$ is called the characteristic space associated with $c$.
More typically (?), you would see explicit exclusion of the zero-vector as,
An eigenvector is a non-zero vector $x$ such that $A\mathbf{x}=\lambda\mathbf{x}$ for some scalar $\lambda$. The scalar $\lambda$ is called an eigenvalue and $x$ an associated eigenvector. The eigenspace corresponding to the eigenvalue $\lambda$ is the set of all associated eigenvectors along with the zero-vector.
I realize that the zero-vector must be explicitly excluded when defining an eigenvalue, but once that definition is made, explicitly excluding the zero-vector as being an eigenvector and then explicitly including it again to form the eigenspace seems rather artificial. Is this simply a matter of attempting to make the definitions more natural depending on their order? That is,
- eigenvalue (excluding the zero-vector), then eigenvector -> zero vector ok
- eigenvector, then eigenvalue -> zero vector not ok
or, is there anything incorrect about the definition given, for example, in Hoffman/Kunze above? If so, what sort of inconsistency would result from the definition. I'm not an algebraist, so something rather elementary (if possible) would be preferred.