How to tell if relation on set is a partial order when relation is defined as a set of ordered pairs?

454 Views Asked by At

Determine whether $R$ is a partial order on set the $S$ and justify your answer. $S=\{1,2,3\}$ and $R=\{(1,1),(2,3),(1,3)\}$.

So the job is to consider if $R$ is reflexive, antisymmetric and transitive. I don't know how to check for any of these in set notation. Could someone please explain? The answer key says it's not reflexive. Is that because it's doesn't have the ordered pairs $(2,2)$ and $(3,3)$?

EDIT: How is it transitive and antisymmetric?

1

There are 1 best solutions below

1
On

This boils down to the definition of binary relation on a set. If $X$ is a set and $R$ is a binary relation on $X$, when people write $xRy$, what they mean is $(x,y)\in R$.

More precisely given a set $X$ and $R$ a subset of $X^2$, by definition $xRy\iff (x,y)\in R$, for all $x,y\in X$.

In your question, $X=\{1,2,3\}$ and $R=\{(1,1). (2,3), (1,3)\}$.

The relation $R$ is reflexive, if, and only if, $\forall x\in X\biggl(\underbrace{(x,x)\in R}_{\large xRx}\biggr)$.