Example of a relation that is reflexive, not symmetric, not transitive but anti-symmetric. I can't think of an example.
2026-03-29 13:59:19.1774792759
On
Example of Relation Help
48 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
You want your relation $R$ to not be transitive, so there should be $a,b,c$ with $aRb$, $bRc$ but not $aRc$. Well, suppose the underlying set has only those three elements $a,b,c$. What else besides $aRb$ and $bRc$ has to be in the relation? Just $aRa$, $bRb$, $cRc$ to make it reflexive. Check that the relation consisting of $aRb$, $bRc$, $aRa$, $bRb$, $cRc$ satisfies the requirements.
Consider the relation $\sim$ on the real numbers $\mathbb{R}$ given by $$a\sim b\iff a\leq b\leq a+1$$ See if you can prove for yourself that it has the properties listed - if you need help I can say more.