Can we add congruences? If a≡b mod m and c≡d mod m, is it necessarily true that a+c≡b+d mod m? If so, why? If not, provide an example that illustrates why not. To get started on this question, do some numerical examples.
Can we subtract congruences? If a≡b mod m and c≡d mod m, is it necessarily true that a−c≡b−d mod m? If so, why? If not, provide an example that illustrates why not. To get started on this question, do some numerical examples.
Usually we talk about adding congruence classes. For example, if $a=b$ mod(m), we usually say the congruence classes of a and b are equal, that is $[a]=[b]$, and we can add/subtract/multiply two congruence classes.
I'll show the first question and you can do the second one.
By definition, $a=b$ mod(m) $\iff$ $a-b=0$ mod(m) $\iff$ $a-b=tm$ for some $t\in\mathbb{Z}$.
Using this fact, we can see that $$a-b+c-d=tm+sm=(t+s)m$$ for some $t,s\in\mathbb{Z}$. If we add $b+d$ to both sides, we obtain $$a+c=b+d+(t+s)m.$$ Taking mod(m) of both sides, we obtain our result.