I have $A=\{a,b,c,d\}$ and we have the two-member relationship :
$R=\{(a,a),(a,c),(c,c),(c,b),(b,b),(a,d),(d,d),(b,d)\}$
is it $R$ partial order?
is any way that I can solve it and give me the right answer?
I have $A=\{a,b,c,d\}$ and we have the two-member relationship :
$R=\{(a,a),(a,c),(c,c),(c,b),(b,b),(a,d),(d,d),(b,d)\}$
is it $R$ partial order?
is any way that I can solve it and give me the right answer?
A partial order has to satisfy (1) $aRa$ for all $a$; (2) if $aRb$ and $bRc$, then $aRc$; (3) for $a\ne b$, at most one of $aRb$ and $bRa$ holds.
Your R has $aRc$ and $cRb$ but not $aRb$, so it is not a partial order (in the jargon, it is not transitive).