I'm studying properties of relations and there is one area that i'm kind of unsure about regarding the properties of asymmetry and anti-symmetry.
Suppose $R = \{(1,2),(3,4),(2,2)\}$
It would follow that $R$ is:
Not reflexive, Not irreflexive, Not symmetric,
I would say it is not asymmetric and not antisymmetric also, but I get hung up on the $(2,2)$ element.
Does $(2,2)$, or any reflexive ordered pair, count as $a = 2$ and $b = 2$, such that $a R b$ and $b R a$ ?
Not reflexiveCorrect. Not every element is related to itself.Not irreflexiveCorrect. Since we have $(2, 2)$. Irreflexivity requires that no element should be related to itself.Not symmetricCorrect. We have $(3, 4)$ but not $(4, 3)$.AntisymmetricCorrect, the only instance where $(a, b) \in R$ and $(b, a) \in R$ is $a = b$ (the pair$(2, 2))$Not transitive ?It is transitive because $(1, 2)$ and $(2, 2)$.
Not that this relation is defined on a set, which has a unique element 2, it seems to be the point of confusion from the comments.