retagged by
9,865 views
34 votes
34 votes

Consider the binary relation:

$S= \left\{\left(x, y\right) \mid y=x+1 \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$

The reflexive transitive closure is $S$ is

  1. $\left\{\left(x, y\right) \mid y >x \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$ 

  2. $\left\{\left(x, y\right) \mid y \geq x \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$ 

  3. $\left\{\left(x, y\right) \mid y < x \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$ 

  4. $\left\{\left(x, y\right) \mid y \leq x \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$

retagged by

6 Answers

1 votes
1 votes

S={ (0,1) , (1,2) }

the reflexive closure of a binary relation R on a set X is the smallest reflexive relation on X that contains R.(Source - Wikipedia)

Hence ,reflexive closure of S (Lets call it R) ={ (0,1) , (1,2) , (0,0) ,(1,1) , (2,2) }

Now R is not transitive  since (0,1) , (1,2) are in R but  (0,2) is not in R .

the transitive closure of a binary relation R on a set X is the smallest relation on X that contains R and is transitive.(Source - Wikipedia)

If we only add (0,2) to R then R will be transitive as well. Lets call this set as RT.

RT ={ (0,1) , (1,2) , (0,0), ,(1,1) , (2,2) , (0,2) }

No proper subset of RT can contain R as well as at the same time being transitive.Hence, RT is the smallest relation  that contains R and also transitive. So, RT is transitive closure of R.

Now , RT is the smallest set that contains S and reflexive as well as transitive.So, RT is reflexive transitive closure of S.

RT contains (x,y) iff x∈{0,1,2} and y∈{0,1,2} and y>=x   .  Hence answer B

 

 

edited by
0 votes
0 votes
S = {(x, y) | y = x+1 and x, y ∈ {0, 1, 2, ...}}


If S = {(0, 1), (1, 2)} , we make it reflexive by taking its union with set {(0, 0), (1, 1), (2, 2)}.

Reflexive closure of a relation R on set S is the smallest reflexive relation which contains R.
Thus, reflexive closure of S = {(0, 0), (0, 1), (1, 1), (1, 2), (2, 2)}.

Now transitive closure is defined as smallest transitive relation which contains S.

So, S = {(0, 0), (0, 1), (0, 2), (1, 1), (1, 2), (2, 2)} now.

 
Thus, option (B) is correct

😊😊😊😊😊😊😊😊😊😊😊😊

Answer:

Related questions

40 votes
40 votes
4 answers
2
Kathleen asked Sep 18, 2014
6,767 views
The following is the incomplete operation table of a $4-$element group.$$\begin{array}{|l|l|l|l|l|} \hline \textbf{*} & \textbf{e}& \textbf{a} &\textbf{b} & \textbf{c}\\\...
38 votes
38 votes
4 answers
3
Kathleen asked Sep 18, 2014
8,398 views
The following finite state machine accepts all those binary strings in which the number of $1$’s and $0$’s are respectively: divisible by $3$ and $2$odd and evene...
37 votes
37 votes
7 answers
4
Kathleen asked Sep 18, 2014
12,681 views
The minimum number of colours required to colour the following graph, such that no two adjacent vertices are assigned the same color, is$2$$3$$4$$5$