I am really having a difficult time applying the definitions of the above three set relations terms.
For the following problem $R = \{(x,y)|xy \geq 1, x, y \in Z\}$ I have to determine whether the expression is reflexive, symmetric, antisymmetric and/or transitive.
According to the book's answer, it is not reflexive because, for $(a, a) \in Z$ where $a = 0$, $0 \times 0 \ngeq 1$.
However, it states that the expression is symmetric, i.e. $(a,b) \in R \to (b,a) \in R$ for $a \neq b$. But I don't understand how this could hold, because if either $a$ or $b$ are zero then clearly the expression would be false.
I also don't understand how to apply the rule of transitivity to this expression; though the definition states $(a,b) \in R \land (b,c) \in R \to (a,c) \in R$, I don't have a variable $z$ in the expression to work with.
I know I am not understanding this or doing this correctly, but the book pretty much just gives definitions without many examples, as if it should be obvious (well it is not, for thick-headed folk like me).
To say that $(a, b) \in R$ means $a$ is related to $b$ (written as $aRb$). Here, two integers are related if their product is greater than or equal to $1$. So for any $a,b \in \mathbb{Z}$
$$aRb \iff ab \ge 1 $$
This relation is symmetric since
$$aRb \implies ab \ge 1 \implies ba \ge 1 \implies bRa$$
Clearly, no integer is related to $0$. Transitivity also holds since if $aRb$ and $bRc$, then $ab \ge 1$ and $bc \ge 1$. Note that $a$ and $c$ can't possibly differ in sign, since that would imply $bc$ and $ab$ differ in sign. So $a$ and $c$ are positive integers, which means $ac \ge 1$