Given that $p$ is a prime and $p>2$ and let $a_1, \ldots , a_p$ and $b_1, \ldots , b_p$ be two complete systems of residues modulo $p$ where $a_p \equiv b_p \equiv 0 \pmod p$. Prove that $a_1b_1, \ldots , a_pb_p$ is not a complete system of residues modulo $p$.
hint: Wilson Theorem
I can't even grasp why it is not a complete system of residues, because by definition if $p\mid a_p$ and $p\mid b_p$ then the condition $p\mid a_pb_p$ must arise, so how come it is not a complete system? I am thinking that maybe my comprehension of system\class of residues is wrong...
The residue classes modulo $p$ form a field. As such every element $a$ in a complete residue system, disregarding $0$, has a multiplicative inverse $a^{-1}$. Note these $a$ and $a^{-1}$ are distinct from each other, consider why this is true, apart from the two elements $1$ and $p-1\equiv-1\pmod{p}$, which are self inverse, also understand why this is true. Note also $(p-1)\cdot 1\equiv-1\pmod{p}$ (from which Wilson's Theorem, $(p-1)!\ \equiv \ -1\pmod {p}$, follows after some work).
Assuming $a_p \equiv b_p \equiv 0 \pmod p$, then since $$a_1\cdot a_2 \dotsm a_{p-1}\equiv -1\pmod{p}$$ and $$b_1\cdot b_2 \dotsm b_{p-1}\equiv -1\pmod{p}$$ by Wilson's Theorem. Now form the product $$ (a_1\cdot a_2 \dotsm a_{p-1})\cdot (b_1\cdot b_2 \dotsm b_{p-1})\equiv-1\cdot-1=1\pmod{p} $$ so $$ (a_1b_1)\cdot (a_2 b_2)\dotsm (a_{p-1} b_{p-1})\equiv 1\pmod{p} $$ so what does this tell us about the system $a_1b_1$, $a_2 b_2,\dotsc, a_{p-1} b_{p-1}$, $a_pb_p$?