Show that $-1\not\equiv x^2\mod 4$, i.e. $-1$ is a quadratic nonresidue.
If I consider first $x$, s.t. $1\equiv x^2\mod 4$ then this is fulfilled, if I take any odd number since then;
$1\equiv x^2\mod 4\iff x^2-1\equiv0\mod 4\iff (x+1)(x-1)\equiv0\mod 4$
because if $x$ is odd, then $x\pm1$ are even, and one of them has to be divisible by $4$
Now consider $-1\equiv x^2\mod 4$, then $x$ should be again odd, but any odd number squared is $1\mod 4$ by the first case.
Is this OK ?