I have two integers $K$ and $N$ with $K < N$.
If $K$ is not coprime to $N$, then $N - K$ is not coprime to $N$.
This is easy to show: $K = lm$ and $N = ln$, where $l$ is the shared factor between $K$ and $N$ and $m,n$ are integers. Then $N - K = ln - lm = l(n-m)$.
If $K$ is coprime to $N$, is it true that $N-K$ is coprime to $N$? Intuition says yes, but I am not sure how to prove it.