So I have shown that if $a\equiv b\pmod m$ and $c\equiv d\pmod m$, then $(a+c)\equiv (b+d)\pmod m$, but I'm sort of confused on show to prove $ac\equiv bd\pmod m$.
I have a feeling it would be the same except for multiplication instead of addition. Would that be the case?
$$\begin{cases}a=b\pmod m\iff a=b+km\\{}\\c=d\pmod m\iff c=d+lm\end{cases}\;\;\;\;\;\implies$$$${}$$
$$ac=\color{red}{ac}+\color{green}{bc}-\color{red}{bc}+bd-\color{green}{bd}=(a-b)c+(c-d)b+bd=$$
$$=\left(kc+lb\right)m+bd\implies ac=bd\pmod m$$