0

If R1 is reflective and not transitive, R2 is transitive but not symmetric and R3 is symmetric but not reflexive. We need to find an example of a set S and the three relations R1 R2 R3.

  • what i did was find out the definitions of the following terms reflexive, transitive and symmetric. but i cannot find an example of a set that has all this 3 relations – Shavneel Prasad Sep 05 '13 at 22:13
  • http://math.stackexchange.com/questions/482620/relations-examples-and-counterexamples – njguliyev Sep 05 '13 at 22:14
  • 1
    Yep, this looks like a duplicate to me. At the time I saw it I couldn't flag it as such because @njguliyev's link didn't have an upvoted answer, but it had a good answer, so I upvoted it :) – Ben Millwood Sep 05 '13 at 22:31

2 Answers2

0

$R_1$ use the $\delta_{1}$ relation "made" reflective ($=1 \vee =$)
$R_2$ use the implication relation ($\Rightarrow$) in any fashion;
$R_3$ use the inequality relation ($\neq$) in any fashion.
$S$ could be $\{1,2,3\}$ for example.


For the specific $S$ the relations could be $$\begin{align*}R_1 = & \{(1,1), (1,2), (1,3), (2,1), (3,1) , (2,2), (3,3)\} & = \{1\} \times S \cup S \times \{1\} \cup {\rm id}\\ R_2 = & \{(1,2), (2,3), (1,3)\} \\ R_3 = & \{(1,2), (1,3), (2,3), (2,1), (3,1), (3,2)\} \end{align*}$$

AlexR
  • 24,905
-1

Suppose $S$ is the set of all integers and $n$ be some fixed integer. Take the relation on $S$, that $x$ is related to $y$ if $y$ when divided by $n$ leaves the same remainder as $x$ leaves when divided by $n$. i.e. $$x \sim y :\Leftrightarrow x \equiv y \quad ({\rm Mod}\ n)$$

AlexR
  • 24,905
QED
  • 12,644