[Math] Why is $\lambda I – A$ singular if $\lambda$ is an eigenvalue of $A$

eigenvalues-eigenvectorslinear algebra

Taken from Wikipedia, this is what's got me confused:

description of characteristic equation
I'm not understanding how v being non-zero implies that its multiplier $(\lambda I – A)$ must be singular.

Also, I didn't quite get why the roots of the determinant of $(\lambda I – A)$ are the eigenvalues for $A$.

I looked at this post for some hints and I did some searching, but didn't really find a good answer.

As a side note, I'm going to go buy a linear algebra textbook today as soon as the bookstore opens. I realize this is fundamental stuff that I should already know.

Thanks in advance.

Best Answer

I'd like to mention that there are many characterisations of the singularity of a matrix (see for instance here).

If $\lambda I - A$ is singular, this means that there is non-zero vector $v$ such that $(\lambda I - A)v=0$, which can be rewritten as $Av = \lambda v$. Hence $v$ is an eigenvector.

Also, $\lambda I - A$ being singular is equivalent with $\det(\lambda I - A)=0$. Combining this with the reasoning hereabove shows that roots of $\det(\lambda I - A)=0$ are eigenvalues.

Related Question