Prove that the following relation is symmetric: For all $x,y\in\Bbb N$, $xRy$ iff $x+y$ is even.
My attempt:
Assume $x,y$ are in $\Bbb N$, and $x+y$ is even. Since $x+y$ is even, then $x+y=2a$ for some integer $a\in\Bbb Z$… and that is where I get stuck.
How do I get $y+x=2a$ from there?
Thanks!
x + y = y + x.
if x + y is even, then y+ x is even because x + y = x + y.
====
Okay, we can't know commutivity.
If x + y = e; e even. Then
x + y - y = e -y
x = e - y
x - x = e - y - x
0 = e - (y + x)
y + x = e - (y + x) + (y + x) = e + 0 = e.
But that assumes we know of distributive and inverses.