I'm studying relations and their properties and trying to understand how to deal with more difficult examples. Given the following properties:
- Reflexive
- Transitive
- Symmetric
- Antisymmetric
- Asymmetric
- Complete $(x,y) \in R \vee (y,x) \in R,\,\forall x,y \in S$, where $R$ is the relation on the set $S$
Which of the above listed properties are true for the following relations:
- The relation $R_1$ on the set $\mathbb R^2=\{(x,y)\,:\, x,y \in \mathbb R\}$ is $R_1=\{((x_1,y_1),(x_2,y_2)) \,:\,y_1\leq y_2\}$
- The relation $R_2$ on the set $\mathbb R^2=\{(x,y)\,:\, x,y \in \mathbb R\}$ is $R_2=\{((x_1,y_1),(x_2,y_2)) \,:\,x_1 \leq x_2+1,\, y_1\geq y_2+1\}$
- The relation $R_3$ on the set $\mathbb N_+=\{1,2,3,4,\ldots\}$ is $R_3=\{(m,n) \,:\,m\cdot n= k\cdot 2,\, k\in \mathbb N_+\}$
My attempt:
The relation $R_1$ is Reflexive because for all $$(x,y) \in {\mathbb{R}^2}, y \leq y \Rightarrow ((x,y),(x,y)) \in {\mathbb{R}^2}$$ It is Symmetric because if we have $(({x_1},{y_1}),({x_2},{y_2}))$ we can have $(({x_2},{y_2}),({x_1},{y_1}))$, where we can always choose ${y_1} = {y_2}$ to satisfy ${y_1} \leq {y_2}$. It is Transitive because if $$(({x_1},{y_1}),({x_2},{y_2})) \in {R_1} \wedge (({x_2},{y_2}),({x_3},{y_3})) \in {R_1} \Rightarrow (({x_1},{y_1}),({x_3},{y_3})) \in {R_1},\,\,{y_1} \leq {y_3}$$ It is not Antisymmetric because, for example, $$((1,3),(2,3)) \wedge ((2,3),(1,3)) \in {R_1},\,\,\,(1,3) \ne (2,3)$$ It is not Asymmetric because $$(({x_1},{y_1}),({x_2},{y_2})) \in {R_1}\neg \to (({x_2},{y_2}),({x_1},{y_1})) \notin {R_1},\,\,\forall x,y \in {\mathbb{R}^2}$$ It is Complete because the condition is satisfied.
The relation $R_2$ is not Reflexive because for all $$(x,y) \in {\mathbb{R}^2},\,\,0 \leq 1,\,\,0 \geq 1 \Rightarrow ((x,y),(x,y)) \notin {\mathbb{R}^2}$$ It is not Symmetric because if we have $(({x_1},{y_1}),({x_2},{y_2})) \in R_2$ we must have $(({x_2},{y_2}),({x_1},{y_1})) \in R_2 $, such that $$ - 1 \leq {x_1} - {x_2} \leq 1 \wedge {y_1} - {y_2} \geq 1 \wedge {y_1} - {y_2} \leq - 1$$ but the condition on $y$ is not possible. It is Transitive because if $$(({x_1},{y_1}),({x_2},{y_2})) \in {R_2} \wedge (({x_2},{y_2}),({x_3},{y_3})) \in {R_2} $$ we can always pick $({x_3},{y_3})$ that satisfies $${x_3} \geq 2({x_1} - 1) - {x_2},\,\,{y_3} \geq 2({y_1} - 1) - {y_2}$$ It is Antisymmetric because we showed that $R_2$ is not reflexive and is not symmetric, therefore we may have $(({x_1},{y_1}),({x_2},{y_2}))$ but if $(({x_2},{y_2}),({x_1},{y_1}))$ is missing the Antisymmetric condition becomes true. It is Asymmetric because $$(({x_1},{y_1}),({x_2},{y_2})) \in {R_2} \to (({x_2},{y_2}),({x_1},{y_1})) \notin {R_2},\,\,\forall x,y \in {\mathbb{R}^2}$$ It is not Complete because not all $x,y \in {\mathbb{R}^2}$ can be used in the relation.
The relation $R_3$ is not Reflexive because for all $$(m,n) \in \mathbb N_+,\,\,{m^2} = 2k,\,\,k \in \mathbb N_+ \Rightarrow \forall (m,n) \notin \mathbb N_+$$ It is Symmetric because if we have $(m,n) \in R_3$ we must have $(n,m) \in R_3$, such that $$m \cdot n = n \cdot m = 2k$$ It is not Transitive because if $$(m,n) \wedge (n,s) \in R_3 \Rightarrow (m,s) \notin R_3$$ since $(m,s)$ can be both odd and so it cannot be in $R_3$. For instance, $(3,2)$ and $(2,3)$ are both in $R_3$, however, $(3,3)$ cannot be in $R_3$. It is not Antisymmetric - counter example $(1,2) \wedge (2,1) \in {R_3}$ but $1 \ne 2$. It is not Asymmetric because $$(m,n) \in {R_3} \to (n,m) \in {R_3}\,\,$$ It is not Complete because not all $m,n \in {\mathbb N_+}$ can be used in the relation.
Please post your feedback and tell me if i made some mistake.
I am going to use the much simpler infix notation for relations: $ x\, R\, y \iff (x, y) \in R$. It makes the notations easier to follow.
(1) (Also, I will call this $R$ instead of $R_1$. Since this whole section is about this single relation, there should be no confusion.)
$$ (x_1, y_1)\,R\,(x_2, y_2) \iff y_1 \le y_2$$ This relation is reflexive, transitive, asymmetric, and complete. It is not symmetric or antisymmetric.
(2) $$ (x_1, y_1)\,R\,(x_2, y_2) \iff x_1 \le x_2 + 1 \text{ and } y_1 \ge y_2 + 1$$
This relation is antisymmetric. It is not reflexive, transitive, symmetric, asymmetric, or complete.
(3) $$ m\,R\,n \iff 2 | mn$$
(The notation $2 | mn$ means "$2$ divides $mn$", which is equivalent to the version you gave, but simpler to write.)
This relation is symmetric, but not reflexive, transitive, antisymmetric, asymmetric or complete. (So your answers are correct on this one, though the reasons are not always so.)