From a bit of experimentation, I believe it's true that:
If d divides N, and gcd(k,d)=1, then there exists an integer m such that gcd(k+md, N)=1.
But I am struggling to find a proof. Any ideas?
From a bit of experimentation, I believe it's true that:
If d divides N, and gcd(k,d)=1, then there exists an integer m such that gcd(k+md, N)=1.
But I am struggling to find a proof. Any ideas?
Since $d$ divides $N$, and $\gcd(k,d)=1$, we can write $N$ in the form $N=dmn$ such that $n=\gcd(N,k)$. Notice that $\gcd(k,m)=1$.
We will show that $\gcd(k+md,N)=\gcd(k+md,dmn)=1$. Suppose otherwise, then there is a prime number $p$ such that $p$ divides both $N=dmn$ and $k+md$ simultaneously. Since $p$ is prime, we have that $p$ divides either $d,m$ or $n$. We consider the three cases:
This contradiction shows that $gcd(k+md,N)=1$. $\Box$