1

Seems so obvious but I can't get it:

If unity is not an eigenvalue of $A$, then $(I - A)$ is nonsingular.

How can I prove this?

user34295
  • 735

2 Answers2

4

It is the definition, when $(I-A)$ is singular it means $(1 \cdot I -A)$ has a non trivial kernel, which means there is a $v\neq 0 $ such that $$(I-A)v=0$$ which would mean, that $A$ has the eigenvalue 1.

2

Let $1$ not be an eigenvalue of $A$ but $I-A$ is singular.

Thus, Using the Characteristic Polynomial Approach

\begin{align} \det(A-\lambda I)&=0\\ \text{We Know,}\\ \det(A-I)&=0\\ \end{align} Thus, $1$ is an eigenvalue of $A$.

Contradiction!

Inquest
  • 6,635