I have two problems for which I need to find whether it is reflexive, irreflexive, symmetric, antisymmetric, or transitive.
- The relation $T$ on $\mathbb{N}$ as defined by $$aTb \iff a \mid b$$
- The relation $U$ on the set $\mathbb{Z}^*$ is defined as $$aUb \iff a \mid b$$
For #1, the way I worked it out was:
Reflexive: Yes, because $a \mid a$ for any positive integer $a$
Irreflexive: No, see above
Symmetry: No, because $a \mid b$ does not necessarily mean $b \mid a$ example, $4 \mid 12$ but $12$ does not divide $4$
Antisymmetric: Yes, because if $a \mid b$ and $b \mid a$ then $a$ must equal $b$
Transitive: Yes, because if $a \mid b$ and $b \mid c$ then $a \mid c$
For question #2, however I am lost because the answer is reflexive and transitive.
I get that it is reflexive and transitive and not symmetric for the same reasons as #1 but I don't understand why #2 is not antisymmetric but #1 is. I am guessing that it has something to do with #2 being a relation of $\mathbb{Z}^*$, but that just means a non-zero integer. Can someone help me understand why #1 is antisymmetric and #2 isn't antisymmetric?
It is always best to reference the definitions. Namely, a typical definition is
$$a \mid b \iff \exists k \in \Bbb Z \text{ such that } b = ak$$
Suppose we consider this relation on $\Bbb N$. Let's investigate the properties.
What if we consider things on $\Bbb Z^*$ instead?
In short, the fundamental difference is that negative integers can divide positive integers, and vice versa!
...granted, this question is quite old, so I imagine you don't need help now. But hopefully this helps someone in the future, and, if nothing else, gets this question out of the unanswered queue.