1

could any one tell me how to show $(A-\lambda E)^{-1}E$ and $(A-\lambda E)^{-1}A$ commutes where $\lambda$ is chosen in way such that $(A-\lambda E)$ is invertible?

I tried $I=(A-\lambda E)^{-1}(A-\lambda E)=(A-\lambda E)(A-\lambda E)^{-1}$

comparing the equation we get $$E(A-\lambda E)^{-1} =(A-\lambda E)^{-1} E\dots(1)$$ and $$A(A-\lambda E)^{-1} =(A-\lambda E)^{-1} A\dots(2)$$

now I am thinking of multiplyinf ridesides of both equation:

$(A-\lambda E)^{-1} E (A-\lambda E)^{-1}A=E(A-\lambda E)^{-1}A(A-\lambda E)^{-1}=$

but i am not sure it will help much?

Myshkin
  • 35,974
  • 27
  • 154
  • 332
  • Your claim seems to be not true. Let $A=\begin{pmatrix}1&0\0&0\end{pmatrix}$ and $E=\begin{pmatrix}0&0\0&-1\end{pmatrix}$ and $\lambda=1$. – Michael Hoppe Apr 11 '18 at 11:51
  • @MichaelHoppe: In this case $(A-\lambda E)^{-1} = I$ and so the question is simply whether $[A,E]=0$ which is clearly true because $AE=EA=0$. What were you driving at? (The result does hold in general, as follows from the line of reasoning I give.) – not all wrong Apr 11 '18 at 11:58

2 Answers2

2

Let $X = (A- \lambda E)^{-1}$. You have $$X(A-\lambda E) = XA-\lambda XE = I$$ What can you say about the commutator of both sides with $XE$?

not all wrong
  • 16,178
  • 2
  • 35
  • 57
1

$$\begin{align}(A-\lambda E)^{-1}E(A-\lambda E)^{-1}A&=(A-\lambda E)^{-1}E(A-\lambda E)^{-1}(A-\lambda E)+(A-\lambda E)^{-1}E(A-\lambda E)^{-1}\lambda E\\ &=(A-\lambda E)^{-1}E+(A-\lambda E)^{-1}(\lambda E)(A-\lambda E)^{-1}E\\ &=[I+(A-\lambda E)^{-1}\lambda E](A-\lambda E)^{-1}E\\ &=[(A-\lambda E)^{-1}(A-\lambda E)+(A-\lambda E)^{-1}\lambda E](A-\lambda E)^{-1}E\\ &=(A-\lambda E)^{-1}A(A-\lambda E)^{-1}E\end{align}$$