Prove that $\frac{p-1}{2}!\equiv (-1)^t$ where $t$ is the number of integers $0<a<\frac{p}{2}$ which are not quadratic squares $\pmod p$ ($p\equiv3\bmod4$)
I don't know really from where to start (we know from wilson that $(p-1)!\equiv -1\pmod p$ but that won't help here as far as I see). The lecturer suggested lookigng at $p-n$ where $1\le n\le p-1$. I'd be glad for any hint.
I believe that theorem only holds for $p \equiv 3 \pmod{4}$.
In fact for $p = 5$ then $((p-1)/2)! \equiv 2$ and for $p = 13$ the factorial yields $5$, not a power of $-1$.
Not let $p \equiv 3 \pmod{4}$.
$$(p-1)! \equiv \left( 1·2·\ldots ·\frac{p-1}{2}\right)\left( \frac{p+1}{2}\ldots (p-1)\right)$$
But $p-a \equiv (-1)a$ So:
$$(p-1)! \equiv \left( 1·2·\ldots ·\frac{p-1}{2}\right)\left( \left( p-\frac{p-1}{2}\right)\ldots (p-1)\right) \equiv \left( 1·2·\ldots ·\frac{p-1}{2}\right)^2(-1)^{\frac{p-1}{2}} \equiv \left(\frac{p-1}{2}!\right)^2(-1)^{\frac{p-1}{2}}$$
Since $(p-1)! \equiv -1$ then:
$$(-1)^{\frac{p+1}{2}} \equiv \left(\frac{p-1}{2}!\right)^2 \equiv \prod_{k=1}^{\frac{p-1}{2}}k^2$$
Now, $p\equiv 3 \pmod{4}$ thus $(-1)^\frac{p+1}{2} = 1$:
$$1 \equiv \left(\frac{p-1}{2}!\right)^2 \equiv \prod_{k=1}^{\frac{p-1}{2}}k^2$$ Note that since $a^2 \equiv (p-a)^2$ then $\left(\frac{p-1}{2}!\right)^2$ is the product of all quadratic residues $\text{mod } p$.
Let $G = \lbrace k^2 \mod p \text{ such that } k^2 \text{ mod } p < p/2 \rbrace$. i.e. $G$ is the set of the quadratic residues lower than $p/2$.
Note that $(p-1)/2 - \vert G\vert$ is the amount of quadratic non-residues lower than $p/2$.
But there are $(p-1)/2$ quadratic residues $\text{mod } p$ so $(p-1)/2 - \vert G\vert$ is also the amount of quadratic residues bigger than $p/2$.
Let $s = (p-1)/2 - \vert G\vert$
Let $r_k = \begin{cases} k^2 \mod p,&\text{if } k^2 \in G \\ -k^2 \mod p,&\text{if } k^2 \not\in G \end{cases} $
So our product becomes:
$$\prod_{k=1}^{\frac{p-1}{2}}k^2 = (-1)^s\prod_{k=1}^{\frac{p-1}{2}}r_k$$