I am reading Mac Lane and Saunders Algebra 3rd Edition Chapter 1 Section 8. After defining the remainder function $\rho:\mathbb{Z}\rightarrow\mathbb{Z}n$ they define modular addition $\oplus:\mathbb{Z}n\rightarrow\mathbb{Z}n$ and note the following identity (29):
$\rho(k+m)=(\rho k)\oplus(\rho m)$.
After proving the commutative law for $\oplus$ explicitly, they write:
Put differently: $\rho:\mathbb{Z}\rightarrow\mathbb{Z}n$ is a surjection; by (29) it carries $+$ to $\oplus$, hence it carries the commutative law for $+$ to the commutative law for $\oplus$."
I don't understand this. Why does $\rho$ being a surjection and (29) help us infer the commutativity of $\oplus$ from the commutativity of $+$?.
Then later they define modular multiplication but instead of explicitly proving that modular multiplication is commutative, associative, distributes over $\oplus$, and has 1 as unit, they just write:
Since $\rho$ is a surjection, identities such as the distributive law valid in $\mathbb{Z}$ are valid in $\mathbb{Z}_n$, Q.E.D.
How this is a valid proof that modular multiplication is commutative, associative, distributes over $\oplus$, and has 1 as unit?
Then they say:
These arguments show that identities valid for addition and multiplication in $\mathbb{Z}$ imply corresponding identities for the new addition and multiplication in $\mathbb{Z}_n$. They do not show that other properties valid in $\mathbb{Z}$ carry over to $\mathbb{Z}_n$.
Note that this is well before morphisms are introduced in the text. I have no doubt that making use of knowledge of morphisms would make all this clear. But I don't see how surjectivity itself allows us to make such arguments. I feel like I'm missing something obvious. To be clear, I don't have any trouble proving all of this stuff explicitly. I just don't understand why the surjectivity of $\rho$ helps prove these things directly.
Thanks in advance!