I'm working on the following problem: Let m, n be positive integers. Define addition on Zm ×Zn by (a, b)+(x, y) = (a+x, b+y). Show that Zmn and Zm × Zn are isomorphic if and only if m and n are coprime (i.e. gcd(m, n) = 1).
I can't understand how to define a map from Zmn to Zm x Zn as in Zmn you take a pair of integers and add them together mod mn while in Zm x Zn you have to take two pairs of integers. Can someone help me make sense of this?