Let $a$ and $b$ be relatively prime natural numbers greater than or equal to 2. Prove that $a^{\phi(b)} + b^{\phi(a)} = 1 \quad \pmod {ab}$.
The only equations I know with $\phi$ are
$a^{\phi(m)} = 1 \pmod m,$ when $a$ and $m$ are relatively prime.
$\phi(m) = (p - 1)(q - 1)$, where $m = pq$, and $p$ and $q$ are distinct prime numbers. and
$\phi(p) = p - 1$, where $p$ is a prime number.
Since a and ab are not relatively prime, I can't use the first equation. Since a and b are natural numbers, I don't think I can use the second equation. And since the number $ab$ is not prime, I can't use the third equation.
Are there any other equations I could use to solve this?