Suppose $a$ is odd. I want to show that there are infinitely many $b$ for which $(a,b)=(a,b+1)=1$.
What I have done is this:
Let $b=ak+1$. Then $1=(-k)a+b$, and so $\gcd(a,b)=1$. If $2=(-k)a+b'$, then $\gcd(b',a)=1$.
First of all, is this correct?
Secondly, my book says to use Chinese Remainder Theorem. How to apply CRT to come up with $ak+1$ and $ak+2$?