I need to prove or disprove, that R is antisymmetric. This is my set: $$ R=\{(1,1),(1,2), (1,4), (2,1), (2,2), (3,2), (3,3), (4,4)\} $$
I proved that it is not antisymmetric in the following manner: $$ \text{Definition of antisymmetric relation}\\ (x,y)\in R \land (y,x)\in R \implies x=y\\ (x,y)\in R \land x\not = y \implies (y,x) \notin R\\ \text{I found a example in set where this does not apply}\\ (2,1)\in R \land 2\not = 1 \implies (1,2) \notin R\\ \text{This is false, so that means that the relation is not antisymmetric.} $$
This means thet this set is not antisymmetric??
Right??
Thanks!!!