I need to show that for any $a, b \in \mathbb{Z}^+$ with $a \neq b$ there are infinitely many $k \in \mathbb{Z}$ such that $a + k$ and $b + k$ are relatively prime to each other.
I came up with a proof that uses the fact that there are infinitely many primes and that we can always choose $k$ such that $a + k$ is prime and therefor $b + k$ is relatively prime to $a + k$ (assuming that $a > b$).
But I was given the hint $\gcd(x, y) = \gcd(x, y - zx)$ which I don't use in the proof that I came up with. Hence my question is, if there is a way to show this fact by only using this hint and some other basic facts about the gcd.