I have a problem proving that a very simple relation is partial ordering. It is defined explicitly (i.e. with pairs of numbers) and I have no idea how to do a formal proof for its antisymmetric property.
We have a set $M=\{{1,2,3,4\}}$ and relation $R=\{{(1,1),(2,2),(3,3),(4,4),(3,2),(2,4),(3,4)\}}$ at $M^2$.
Should I simply list all pairs to show that the definition (for all $x,y$ in $M$ : $xRy$ and $yRx$ implies $x=y$) is satisfied or there exist a more formal way to prove it (like formally showing there is no such pair $x,y$ that the definition would not hold).
(The same question actually applies for the remaining two properties as well - reflexivity and transitivity).
Thanks
First we need to understand the definitions, and then we need to see that they hold for this case.
$R$ is a relation on $M$ means that $R\subseteq M^2$.
Now let us see what happens in this case.