Give an example of a relation on $\mathbb{N}$ which is,
- reflexive, transitive but not symmetric
- transitive, symmetric but not reflexive
- reflexive, symmetric but not transitive
- anti-symmetric, transitive but not reflexive.
I found relations for 1, 2 :
- $R = \{(x,y) | x\leq y\;and\; x,y \in \mathbb{N} \}$
- $R = \{(x,y) | x,y\;are\;both \;even\;and\; x,y \in \mathbb{N} \}$ \
I am stucked at finding relations on $\mathbb{N}$ for 3, 4. Please help.