Let $A = \mathbb{N}$ and let $aRb$ mean that $b\mid a$.
- Is $R$ reflexive on $A$?
- Is $R$ symmetric on $A$?
- Is $R$ anti-symmetric on $A$?
- Is $R$ transitive on $A$?
- Is $R$ an equivalence relation on $A$?
I do not know where to start on this question, any help into guiding me into the right path would be very much appreciated!
A good way to start is to draw the relation $R$ for a few examples. Let's try $1, 2, 3, 4, 5,$ and $6$. Here are all the edges you have to draw:
$1$ divides $1, 2, 3, 4, 5,$ and $6$, so draw an arrow from all the numbers to $1$ (including from $1$ to itself).
$2$ divides $2, 4,$ and $6$, so draw three arrows (from $2$ to itself, from $4$ to $2$, and from $6$ to $2$.)
$3$ divides $3$ and $3$ divides $6$
$4$ divides itself
$5$ divides itself
$6$ divides itself
Once you draw all those edges you can check.
"Reflexive" means every number has an edge to itself. Does this look true or false, for these examples?
"Transitive" means that if there is an edge from $a$ to $b$ and from $b$ to $c$, then there's an edge from $a$ to $c$. Does this seem to be true in the picture?
"Symmetric" means that if there's an edge from $a$ to $b$, then there's an edge from $b$ to $a$. Does it look true, for these exampls ($1, 2, 3, 4, 5$, and $6$)?
Once you decide which properties are true for $1, 2, 3, 4, 5,$ and $6$, you can decide if the properties that are true here will be true for all other numbers, as well. That would be a good overall way to build intuition and to approach this problem and similar problems.