I'm struggling with a problem in linear algebra where I have to prove that:
Given $AB = A + B$ and $ 1 \notin \sigma (A) \cup \sigma(B)$ where $\sigma$ represent the spectrum of a Matrix and $\lambda \in \sigma(B)$ then the quotient : $\frac{\lambda}{\lambda - 1}$ is an eigenvalue for A ( $\frac{\lambda}{\lambda - 1} \in \sigma(A)$ )
I have proved before this that A is invertible iff B is invertible, it has also asked me to prove that :
$$\prod\limits_{\lambda_i \in \sigma(A)}(\lambda_i - 1) \prod\limits_{\lambda_i \in \sigma(B)}(\lambda_i - 1) = 1$$
But I couldn't find a way to do it, how can I prove both questions ?
$A(B-I) = B$. Suppose $Bv = \lambda v$, then $A (\lambda-1) v = \lambda v$, or $Av = {\lambda \over \lambda -1} v$.