My textbook lists two theorems and I'm not sure how I'm supposed to interpret them. I don't need a proof; I'm only trying to figure out what information I'm being told by each theorem.
Let $p$ be a prime and let $a$ be an integer not divisible by $p$; that is, $gcd(a,p)=1$. Then $\{a,2a,3a,...,pa\}$ is a complete residue system modulo $p$
So for this first theorem, I believe the canonical complete residue system $p$ would be $\{0,1,2,...,p-1\}$. So the set $\{a,2a,3a,...,pa\}$ would be the integers that satifsy the congruences, $a\equiv0 \space (mod \space p), 2a\equiv1 \space (mod \space p), 3a\equiv2 \space (mod \space p),...,pa\equiv (p-1) \space (mod \space p)$.
Is my interpretation correct?
Let $p$ be a prime and let $a$ be an integer not divisible by $p$. Then,
$a\cdot2a\cdot3a\cdot...\cdot(p-1)a\equiv1\cdot 2 \cdot 3 \cdot...\cdot(p-1) \space (mod \space n)$
For this second theorem, is this theorem telling me that I can decompose congruence integers into products of primes?
Thanks for any help.