I'm a bit stuck with some questions for discrete math.
For the relation R = {(x,y) : x + 2y ≤ 3}, defined by A = {0,1,2,3}, determine if it is reflexive, symmetric, antisymmetric and transitive.
The 2y is throwing me a bit here. To determine if it is reflexive, I have done the following: x + 2x ≤ 3, which is a no with counter example (1,2), as that would give me (1,4) and be greater than 3. Is every second number doubled? Ie. (x,2x) or (x,2y)?
I have concluded this relation is not symmetric, as it does not imply y + 2x ≤ 3, on the basis that is x=2 and y=1, this would result in 2 + 2(1) for x + 2y but 1 + 2(2) for y + 2x, which is greater than 3. I have no confidence in this answer however.
I'm floundering on this one. Every time it was touched on during the lecture, it was simple examples, like x + y is even, or if there was an equality, there wasn't a defined set for it.
For determining transitive, what would I use as z?
Thank you everybody. I appreciate the help.
I think you got the first two.
Let's try transitive: if $(x,y)\in\mathcal R$ and $(y,z)\in\mathcal R$, then $x+2y\le3$ and $y+2z\le3$. We need to check if $x+2z\le3$. Well, after trying a few things, I think I have a counter example. Namely $(3,0)\in\mathcal R$ and $(0,1)\in \mathcal R$. Clearly though, $(3,1)\not\in\mathcal R$.
Thus $\mathcal R$ isn't transitive.
Finally for antisymmetry, note that $(0,1)\in\mathcal R$. And $(1,0)\in\mathcal R$. But $0\neq1$.