Is this correct?
If X and Y are matrices and I is the identity matrix, then
$$I+XY=X^{-1}(I+XY)X$$ $$=X^{-1}IX +X^{-1}XYX=II +IYX$$ $$=I+YX.$$
I am not sure, but I believe there must be a mistake in the first line. Can I assert that?
EDIT: This is part of a problem given to me, does this new information change anything? If $I+XY$ is invertible, show that $I+YX$ is also invertible.