4

I'm trying to prove a theorem from "linear Algebra Done right" by Sheldon Axler.

$\lambda$ is an eigenvalue of T if and only if $T-\lambda \mathrm{I}$ is not injective. I'm a bit confused about what we assume to be true. So, I'm not sure what to do.

Brad S.
  • 1,876

2 Answers2

7

If $\lambda$ is an eigenvalue of $T$ then there is nonzero vector $v$ s.t. $Tv=\lambda v$. So then $T-\lambda I$ is not injective since it sends both $0$ and $v$ to $0$.

Conversely if $T-\lambda I$ is not injective then it's kernel is not $0$ so there is a nonzero vector $v$ such that $(T -\lambda I)v=0$. Then $v$ is an eigenvector of $V$.

Seth
  • 9,393
  • 1
  • 27
  • 64
1

To expand some on Seth's answer, the intuition behind an eigenvalue is that it creates a linear dependence in the matrix. By definition, a linear dependence on a set of vectors implies that there are at least two linear combinations of the vectors in the set to form a given resultant. Hence, $(T - \lambda I)$ fails to be injective.

ml0105
  • 14,674