1

Prove that if $(k_{1},k_{2},...,k_{n})$ and $(z_{1},z_{2},...,z_{n})$ are both complete system of residues $\bmod n$ then $$(k_{1}+k_{2}+...+k_{n}) \equiv (z_{1}+z_{2}+...+z_{n})\mod n$$ and $$(k_{1}k_{2}...k_{n}) \equiv (z_{1}z_{2}...z_{n})\mod n$$ can you give me some hints to complete this proof?

I know that proofs are not obvious but in this case

$(k_{1},k_{2},...,k_{n})\mod n$ and $(z_{1},z_{2},...,z_{n}) \mod n$

I probably need to apply some theorems in number theory for complete system of residues.

1 Answers1

1

A complete residue system consists of a set of integers of the form:

$$\{0+a_0 n, 1+a_1 n, \dots, (n-1)+a_{n-1} n\}$$

where it is easy to see that addition and multiplication modulo $n$ give the same result.

JMP
  • 21,771