Relations properties prove

44 Views Asked by At

Given a relation $r$, define $r^{-1}$ to be the converse relation, and define $r \cdot r$ to be the usual "$x (r \cdot r) y$ if and only if there is $z$ such that $x r z$ and $z r y$".

Is it possible that relation $r$ in set A has this property that:

  1. $r^{-1}\subset r$ and $r^{-1} \neq r$
  2. $r\cdot r=r$ and $\forall x\in A \;\;(\neg\,x\,r\,x)$

I cannot find any example of relation which would have the first or the second property but I don't know how to start deal with it.

1

There are 1 best solutions below

2
On
  1. is already impossible: taking the inverse of relations is a monotonic operation. If $r^{-1}\subseteq r$, and $a\, r\, b$ then $b\, r^{-1}\, a$, consequently $b\, r\, a$, i.e. $a\, r^{-1}\,b$, meaning $r\subseteq r^{-1}$, which together with the original assumption yields $r=r^{-1}$.

  2. Even if we take hypothesis 1. as only $r^{-1}\subseteq r$, we must have reflexive elements by transitivity and symmetry, unless $r$ is empty.
    To see this, let $a\, r\, b$, then by symmetry we have $b\, r\, a$ as well, and by transitivity, $a\, r\, a$ follows.