Prove that if $(a,b)=1$ then there exist some $m,n$ such that $a^m+b^n\equiv 1\pmod {ab}$. Number $a$, $b$ are nature and positive number.
Since $(a,b)=1$ then there some number $x$, $y\in \mathbb Z$ such that $ax+by=1$. Since $(a,b)=1$ then I can use Fermath's theorem $a^{b-1}\equiv 1 \pmod b$, and $b^{a-1}\equiv 1 \pmod a$ so then $a^b\equiv a \pmod {ab}$ and $b^a \equiv b \pmod {ab}$. So $a^b+b^a\equiv a+b \pmod {ab}$. But I am not so sure that I going in right direction. Can you help me?