Considering on $\mathbb{Z}$ the following relation:
$$\mathscr{R} = \left \{ (x,z) \in \mathbb{Z} \times \mathbb{Z} \quad \mbox{ such that } \quad xz > 0 \right \}$$
i.e. $\forall x,z \in \mathbb{Z}, x \mathscr{R} z \iff \mbox{ the product } \, \, x \cdot z > 0 $
Check if the relation $\mathscr{R}$ is:
i) reflexive;
ii) symmetrical;
iii) transitive;
iv) anti-symmetrical;
v) of order;
vi) of equivalence.
What I have done is the following:
i) is it a reflexive relation?
$\forall x,x \in \mathbb{Z}, \quad x \mathscr{R} x \iff x\cdot x = x^2 > 0 $
since a square is always $> 0$ the relation is reflexive.
ii) is it a symmetrical relation?
$\forall x,z \in \mathbb{Z}, \quad x \mathscr{R} z \iff x \cdot z > 0$ by hypothesis,
since the operation of multiplication is commutative on $\mathbb{Z}$ the following is true:
$\forall x,z \in \mathbb{Z}, \quad z \mathscr{R} x \iff z \cdot x > 0$
hence, the relation is symmetrical.
iii) is it a transitive relation?
$\forall x,z \in \mathbb{Z}, \quad x \mathscr{R}z \iff x \cdot z > 0$ by hypothesys,
if we take another ordered pair
$\forall z,m \in \mathbb{Z}, \quad z \mathscr{R} m \iff z \cdot m > 0$
hence,
if $x \mathscr{R}z, \quad z \mathscr{R} m \Rightarrow x \cdot m > 0$
i.e. if $x \cdot z > 0, \quad z \cdot m > 0 \Rightarrow x \cdot m > 0$
so the relation is transitive.
iv) is it a anti-symmetrical relation?
No. Because it is not true that $z \mathscr{R}x \iff x=z$, as we have seen in the symmetrical relation.
v) is it a order relation?
No. Because it is not anti-symmetrical.
vi) is it a equivalence relation?
Yes, because it is reflexive, symmetrical and transitive.
What do you think about it?
Please, can you give me any suggestions? Many thanks!