I need to understand what guarantess closure in $\mathbb{Z}_n$ under the operations
$[a]_n + [b]_n := [a + b]_n$
$[a]_n \cdot [b]_n := [a \cdot b]_n$
Different manuals state this:
It is clear that the rule $[a]_ + [b]_n := [a + b]_n$ yields an element of $\mathbb{Z}_n$, but the uniqueness of this result needs to be verified.
These properties are an imnmediate consequence of the definition of + and * in $\mathbb{Z}_n$.
I need to understand why it is so obvious (not for me) that closure is implied in the definition.
Previously this theorem was stated
If $a ≡ b \mod n, c ≡ d \mod n$ Then $a + c ≡ b + d \mod n$ and $ac ≡ bd \mod n$
I think that $a ≡ b \mod n, c ≡ d \mod n$ implies $a + c ≡ b + d \mod n$ and this implies that $[a+c]$ is in $\mathbb{Z}_n$.
But the manual seems to suggest that closure is implied in the definition of the operations I given above. I'm not interested to prove that those are well-defined for the moment.