I am interested if for a given $x \in\mathbb Z/p\mathbb Z$ we can write $$x = a+ b \tag{$*$}$$ for $a$ a quadratic residue and $b$ a non-residue modulo $p$.
If $p \equiv 3 \pmod 4$ this is true since we can write always write $x = r^2 - s^2$ as the difference of 2 squares and then $a = r^2$ and $b = -s^2$ suffice since $-1$ is a non-residue modulo $p$.
Similarly if $p \equiv 1 \pmod 4$ then $-1$ is a residue and so we cannot write $x=a+b$ for $x=0$ else both $a$ and $b$ are residues/non-residues.
However for $x\neq 0$ and $p \equiv 1 \pmod 4$ I believe $(*)$ still holds - but I have failed to prove it. Does anyone have a proof or counterexample?