I need to prove this via either direct proof, or contrapositive.
Unsure of the best way to approach this.
if $a \equiv b\mod n$ and $c \equiv d\mod n$, then $ac \equiv bd\mod n$
So far I have:
Suppose $a \equiv b\mod n$ and $c \equiv d\mod n$, then it follows that $n|(a-b)$ and $n|(c-d)$ but I am unsure on where to go from here.