Let $n=p^{\alpha}, p$ be an odd prime, $\alpha\in\mathbb{N}^*$. Assume that $\{x_1,...,x_k\}$ is a reduced residue system modulo $n$. Prove that $$x_1x_2...x_k\equiv -1\pmod{n}.$$
My attempt:
I have already shown that $x_1^2x_2^2...x_k^2\equiv 1\pmod{n}.$ So we have 2 cases here:
$$x_1x_2...x_k\equiv -1\pmod{n}$$ or $$x_1x_2...x_k\equiv 1\pmod{n}.$$
I'm stuck at the part proving $x_1x_2...x_k\equiv 1\pmod{n}$ is impossible.
Could someone help me or have other ways to deal with the problem? Thanks in advance!