Given set ,
S={1,2,3,4,5,6} and a partition of S .
A1={1,2,3} ,A2={4,5} and
A3={6} .
Let P={A1,A2,A3} be the given partition of S .
Let a relation R be defined in S such that ,
R={(a,b): a and b are the same number as of the partition }
Then the relation R can listed as
R={(1,1),(2,2),(3,3),(1,2),(2,1),(1,3),(3,1),
(3,1),(2,3),(3,2),(4,4),(5,5),(4,5)
(5,4),(6,6)}
Claim: R is an equivalence relation in S
Clearly, (1) R is reflexive as (x,x)∈R ∀ x∈S .
(2) R is symmetric as (x,y)∈R⟹(y,x)∈R
Because if x and y are member of the same set of partition ,then y and x are member of the same set .
(3) R is transitive .
Let (x,y)∈R and (y,z)∈R
⟹ (x,y) belong to the some set Ai
in the partition and (y,z) belong to the some set Aj in the partition.
Since y∈Ai and also y∈Aj ,therefore we have y∈Ai∩Aj
i,e Ai∩Aj=ϕ .
But
Ai,Aj∈P⟹Ai∩Aj=ϕ
Hence Ai∩Aj=ϕ⟹Ai=Aj
∴x,y,z belong to same partition .
∴(x,z)∈R .
Hence , R is an equivalence relation.
Comments