The question is basically in the title: Prove $7\mid x^2+y^2$ iff $7\mid x$ and $7\mid y$
I get how to do it from $7\mid $ and $7\mid y$ to $7\mid x^2+y^2$, but not the other way around.
Help is appreciated! Thanks.
The question is basically in the title: Prove $7\mid x^2+y^2$ iff $7\mid x$ and $7\mid y$
I get how to do it from $7\mid $ and $7\mid y$ to $7\mid x^2+y^2$, but not the other way around.
Help is appreciated! Thanks.
$x^2,y^2$ can be $0^2\equiv0, (\pm1)^2\equiv1,(\pm2)^2\equiv4, (\pm3)^2\equiv2\pmod 7$
Observe that for no combination except $0,0$ of $x^2+y^2 \equiv0\pmod 7$
Alternatively,
If $(7,xy)=1, x^2+y^2\equiv0\pmod 7\implies \left(\frac xy\right)^2\equiv-1\pmod 7$
But we know $-1$ is a Quadratic residue $\pmod p$ iff prime $p\equiv 1\pmod 4$
$x^2+y^2 \equiv \mod 7 \implies x^2 \equiv k \mod 7$ and $y^2 \equiv 7-k \mod 7$
And any $a^2 \equiv 0,1,4,2\mod 7$(Why?) $\implies k=0$
Hint $\rm\ mod\ 7\!:\ x,y\not\equiv 0,\ \ x^2 \equiv -y^2\ \stackrel{cube}{\Rightarrow}\, 1\equiv x^6\equiv -y^6\equiv -1\:\Rightarrow\Leftarrow,\ $ via little Fermat.
It's a matter of modular arithmetic. If $a|b$, then $b\equiv 0 \pmod{a}$. So you know that
$$ x^2+y^2 \equiv 0 \mod 7 $$ You wish to show that there are no other values of $x$ and $y$ that will satisfy this. One approach is, as lab bhattacharjee notes, direct evaluation of the possibilities. Alternatively, you can suppose that $y\equiv nx\pmod{7}$ for some integer $n$. Then we have $$ x^2(1+n^2)\equiv 0 \mod 7 $$ Therefore, if $x\not\equiv 0\pmod7$, then we must have that $$ n^2\equiv -1 \mod 7 $$ However, there is no integer $n$ satisfying this condition. Therefore, $x\equiv 0\pmod7$. And since $y\equiv nx\equiv0\pmod7$, we have that $7|x$ and $7|y$.
In $\mathbb{Z}[i]$, $7$ divides $x^2+y^2=(x+iy)(x-iy)$. Therefore, there exists $a+ib \in \mathbb{Z}[i]$ such that $x+iy=7(a+ib)$ or $x-iy=7(a+ib)$. You deduce that $7$ divide $x$ and $y$ in $\mathbb{Z}$.