I met an interesting matrix question in a paper. My answer is ${(2S)}^{-1} - {(2S)}^{-1}({I + 4S})^{-1}$, but the answer in the paper is $ 2\times({I + 4S})^{-1}$. When I plugged in some value in $S$, I found they are equal, so why $${(2S)}^{-1} - {(2S)}^{-1}({I + 4S})^{-1} =2\times({I + 4S})^{-1}$$
where $I$ is the identity matrix, and S is a symmetric positive definite matrix.
We can multiply on the right side by $(I+4S)$ and $2S$ on the left to get $$I+4S-I=2S*2$$ $$4S=4S$$ This last equation is definitely true, and the steps of multiplication and simplifying are reversible as $S$ and $I+4S$ are invertible.