We know that addition, subtraction and multiplication can be defined for integer modular arithmetic:
for $a \equiv b \mod n$ and $c \equiv d \mod n$, $a+c \equiv b+d \mod n$ and so on.
But is there any modular arithmetic property that relates $a \equiv b \mod m$ and $a \equiv c \mod mn$? Assume that every number here is an integer.