The question:
Show that if $A$, $B$, and $A+B$ are invertible matrices with the same size, then: $$A(A^{-1}+B^{-1})B(A+B)^{-1} = I$$
I began by multiplying the first $A$:
$I+AB^{-1}B(A+B)^{-1}=I$
and then
$I + A(A+B)^{-1} = I$
At this point I'm not sure what to do. Should I just assume $A(A+B)^{-1} = 0$, or does that not work to prove this?
You are wrong when you multiplied by the first $A$, note $$ A(A^{-1}+B^{-1})B = (I+AB^{-1})B =(B+AI)= (B+A) $$ Then of course $(B+A)(A+B)^{-1}=I$.