Suppose we know that $$a \equiv b (mod \ k)$$, what must be true for $$a \equiv b (mod \ j)$$
So far this is what I have:
We know that these two equivalences can be rewritten as :
$$k |(a-b)$$ and $$j | (a-b)$$
Thus we can say that $$kn = (a-b)$$ for some integer n
and $$jp = (a-b)$$ for some integer p.
I set them equal to each other:
$$ kn = jp$$
I'm not even sure if this is the right approach. Could someone help me out?
Thanks in advance.