Answer on Question #37628 – Math – Discrete Mathematics
Question. Find the smallest equivalence relation on A={1,2,3} that contains (1,2) and (2,3).
Solution. By definition a relation R on a set A is an arbitrary subset of A×A. A relation R is called equivalence if
(1) R is reflexive, that is (x,x)∈R for all x∈A;
(2) R is symmetric, that is if (x,y)∈R, then (y,x)∈R for all x,y∈A;
(3) R is transitive, that is if (x,y),(y,z)∈R, then (x,z)∈R as well for all x,y,z∈A.
Suppose R⊂A×A is an equivalence relation on A={1,2,3} containing (1,2) and (2,3). We claim that then R=A×A.
Indeed, since R is reflexive, (1,1), (2,2), and (3,3)∈R.
As R is transitive, and (1,2),(2,3)∈R, we obtain that (1,3)∈R as well.
Since R is symmetric, we get that then (2,1), (3,2) and (3,1)∈R as well.
Thus we see that each element (i,j)∈A×A belongs to R, and so R=A×A.
Thus R=A×A is a unique equivalence relation on A containing (1,2) and (2,3).
Answer. R=A×A.