I am to determine which of these relationships are symmetric. The variables $x$ and $y$ represent integers.
- $x$ ~ $y$ iff $(x + y)$ is even
- $x$ ~ $y$ iff $(x - y)$ is even
- $x$ ~ $y$ iff $(x + 2y)$ is positive
- $x$ ~ $y$ iff $(x - y)$ is positive
- $x$ ~ $y$ iff $(x + y)$ is positive
I understand the concept of symmetry in relations when it comes to sets, but I'm not sure I understand these problems and what they're asking.
For number one, for example, are they trying to say that if x + y is even, then y + x is even? In which case, it would be symmetric.
Any insight would be hugely appreciated. I'm finding myself lost with this.
You can take examples to solve them.
(1) Let $x = 2$ and $y = 4$
$x + y = 2 + 4 = 6$
Now $x = 4$ and $y = 2$
$x + y = 4 + 2 = 6$
Answer is even number.
So it is symmetric.
(3) Let $x = 2$ and $y = 4$
$x + 2y = 2 + 8 = 10$
Now $x = 4$ and $y = 2$
$x + 2y = 4 + 4 = 8$
Answer is positive.
But for one value positive and other negative case is not symmetric.
Try with other cases.