Let be $\mathbb{P}$ the set of prime numbers, $p \in \mathbb{P} \cap (2\mathbb{Z} + 1)$, $r = \dfrac{p - 1}{2}$.
How do we proceed to show that $2^r r! \equiv \prod_{k=1}^{r} [(-1)^k k] \pmod{p}$.
My attempts started with:
\begin{align*} r! & = \prod_{k=0}^{r - 1} r - k \\ & = \prod_{k=0}^{r - 1} \dfrac{p - (2k + 1)}{2} \\ & = \dfrac{1}{2^r} \prod_{k=0}^{r - 1} p - (2k + 1) \end{align*}
Then I have shown that the following mapping is a bijection:
\begin{array}[lcl] & f & : & [[1, r]] \cap (2\mathbb{Z} + 1) & \longrightarrow & [[r + 1, p - 1]] \cap (2\mathbb{Z}) \\ & & x & \longmapsto & p - k \end{array}
I tried to rewrite $r!$ using $f$, but I couldn't do anything with it.
EDIT: Without supplementary laws of Gauss as I am currently trying to show them using this.