Given a matrix $A$, with eigenvalue $\lambda$, why does substracting $\lambda I$ from $A$, and then solving the matrix give us the eigenspace?
Like, I don't understand the intuition behind subtracting the two, to hence obtain the eigenspace.
I can't find an answer anywhere, a high level explanation would be very much appreciated! Thank you in advance.
Let $V$ a vector space. The eigenspace associated to the eigenvalue $\lambda $ is the set $E_\lambda $ of vector $v\in V$ s.t. $$Av=\lambda v.$$ In otherword, $$E_\lambda =\{v\in V\mid Av=\lambda v\}.$$
Therefore $$v\in E_\lambda \iff Av=\lambda v\iff (A-\lambda I)v=Av-\lambda v=0$$ $$\iff v\in \ker(A-\lambda I).$$
We conclude that $$E_\lambda =\ker(A-\lambda I).$$