edited by
445 views
2 votes
2 votes
Let $A=\{0,1,2,3\}$ and $R$ a relation over $A$ :
$$
R=\{(0,0),(0,1),(0,3),(1,1),(1,0),(2,3),(3,3)\}
$$
Draw the directed graph of $R$. Check whether $R$ is an equivalence relation. Give a counterexample in each case in which the relation does not satisfy one of the properties of being an equivalence relation.
edited by

2 Answers

3 votes
3 votes

Given relation $R$ is an equivalence relation if:

  1. it is reflexive
  2. symmetric relation 
  3. transitive relation

$R$ is not reflexive because $(2,2) \notin R$

$R$ is not symmetric relation as $(0,3)\in R, (3,0)\notin R,$similarly $(2,3)\in R, (3,2)\notin R$ 

$R$ is not transitive as $(1,0),(0,3)\in R ,(1,3)\notin R$

2 votes
2 votes
$R$ is not reflexive because $(2,2) \notin R$. It is not symmetric because $(3,2) \notin R$. It is not transitive because $(1,0)$ and $(0,3)$ are in $R$ but $(1,3) \notin R$.

Related questions

1 votes
1 votes
2 answers
2
GO Classes asked May 28, 2023
414 views
The following table describes a binary relation. Find the set of ordered pairs that is this relation, as in the definition of a binary relation.$$\begin{array}{c|c|c|c|c|...
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
GO Classes asked May 28, 2023
475 views
Define $\mathcal{R}$ the binary relation on $\mathbb{N} \times \mathbb{N}$ to mean $(a, b) \mathcal{R}(c, d)$ iff $b \mid d$ and $a \mid c$