$A$ is a ring, $a,b\in A$. How to show that $ab$ and $ba$ are invertible $\Rightarrow a$ and $b$ are invertible?
This is how I did it:
Let $x$ be the inverse of $ab$ and let $y$ be the inverse of $ba$. Therefore $x(ab)=(xa)b=I$ and $(ba)y=b(ay)=I$. And now $(xa)b=I=b(ay)$ implies that $b$ is invertible. Analogically I can show that $a$ is invertible.
Is this correct?