Consider the set $A = \{1, 2, 3\}$, and set $B = A × A$. In the set $B$, consider then the relationship $C$ defined by placing
$(a, b) C (c, d)\iff a ≤ c$ and $b | d$
where $≤$ and $|$ denote respectively the usual arrangement and that of the division in $\mathbb{N}$.
• Prove that $C$ is an order relationship in $B$
I did this:
- $C$ is reflexive. For all $(a,b)\in\mathbb{R}\times\mathbb{C}$ it holds $(a,b)R(a,b)$ because $a\leq a$ and $b\leq b$;
- If $(a,b)R(x,y)$ and $(x,y)R(a,b)$, then both $a\leq x,b\leq y$ and $x\leq a,y\leq b$. It follows $a=x$ and $b=y$, so $(a,b)=(x,y)$
- Let $(a,b)C(x,y)$ and $(x,y)C(c,d)$. Hence, $a\leq x$ and $x\leq c$, so $a\leq c$. The same for $b\leq d$. Both imply $(a,b)C(c,d)$.
You need to show that $(a, b) C (c, d)\iff a ≤ c$ and b|d.
Use the definition that $a|b$ if there exists $n\in\mathbb{Z}$ such that $an=b$.