Let $x, y, z$ be a primitive Pythagorean triple where $y$ is even.
I'm trying to show that $x + y \equiv x − y \equiv 1 \text{ or } 7 \mod 8$.
What I have so far is the following:
$x \equiv 1 \mod 2$ and $y \equiv 0 \mod 2$
So, $$x+y\equiv 1\mod 2 \\x-y\equiv 1 \mod 2$$
Since $x+y$ and $x-y$ are odd, they can be equivalent to $1, 3, 5, 7 \mod 8$.
I have no idea where to go from here, or even if the last step is even correct/moving me in the right direction.