Each of the following describes a relation in the set Z of the integers. State, for each one, whether it has any of the following properties: reflexive, symmetric, antisymmetric or transitive. Determine whether it is an equivalence relation, an order relation, or neither. Prove your answer in each case.
$$ G=\{(x,y):x+y <3 \}$$
Reflexivity:
$$\text{let}\hspace{0.2cm} x \in\mathbb Z,\hspace{0.2cm}x+x <3,\hspace{0.2cm}2x<3 $$
$$ x=2\hspace{0.5cm} 2(2)>3\hspace{0.5cm} (2,2)\notin G$$
So G isn't reflexive
Symmetric:
$$\text{let}\hspace{0.2cm} x,y \in\mathbb Z,\hspace{0.2cm}x+y <3,\hspace{0.2cm}y<3-x $$
$$(x,3-x)\in G \Rightarrow (3-x,x) \in G $$
So G is symmetric
Could you help me with these demonstrations? also I would like check your answers. Thanks
$G:=\{(x,y)\in\Bbb Z^2:x+y<3\}$ so $(x,y)\in G\equiv x+y<3$
Reflexivity [$\forall x\in\Bbb Z~(x+x<3)$] is falsified by witnessing a counter example.
Symmetry [$\forall x\in\Bbb Z~\forall y\in\Bbb Z~(x+y<3\to y+x < 3)$] is verified by arguing that if an arbitrary pair is in the relation, then its inverse must be too. A valid reason for this needs to be supplied.
Transitivity [$\forall x\in\Bbb Z~\forall y\in\Bbb Z~\forall z\in\Bbb Z~(x+y<3\land y+z<3\to x+z<3)$] and antisymmerty [$\forall x\in\Bbb Z~\forall y\in\Bbb Z~((x+y<3)\land (y+x<3)\to (x=y))$] are checked similarly.