I am trying to calculate $\big(A^{-1} + B^{-1}\big)^{-1}$ and I find that there are two ways to get the answers:
- $$\big(A^{-1} + B^{-1}\big)^{-1} = \big(A^{-1}(I + AB^{-1})\big)^{-1} = \big(A^{-1}(B+A)B^{-1}\big)^{-1} = B(A+B)^{-1}A$$
$$\big(A^{-1} + B^{-1}\big)^{-1} = \big(B^{-1}(BA^{-1} + I)\big)^{-1} = \big(B^{-1}(B + A)A^{-1}\big)^{-1} = A(A+B)^{-1}B$$ So my question is that: is there a way to prove that $$B(A+B)^{-1}A = A(A+B)^{-1}B$$ without proving that they are both equal to the inverse of $(A^{-1}+B^{-1})$ ?
$$\begin{split} B(A+B)^{-1}A&=B(A+B)^{-1}(A+B-B)\\&= B-B(A+B)^{-1}B\\&=B-(A+B-A)(A+B)^{-1}B \\&= B - B + A(A+B)^{-1}B\\& = A(A+B)^{-1}B \end{split}$$