Is R on S an Equivalence Relation?

  • Thread starter Thread starter knowLittle
  • Start date Start date
  • Tags Tags
    Symmetry
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
knowLittle
Messages
307
Reaction score
3

Homework Statement


Is this relation, R, on ## S= \{ 1, 2, 3 \} \\ R = \{ (1,1), (2,2) , (3,3) \}##

Symmetric?
It is obvious that it is reflexive.
 
Physics news on Phys.org
Nevermind. I just read somewhere that reflexive statements don't count towards symmetry. Apparently, it involves something like a diagonal class; I guess they pair this combinations in a matrix like form.

Anyway. Thanks.
 
The relation R= {(1, 1), (2, 2), (3, 3), (1, 3)} is "reflexive" but not "symmetric" so reflexive does not "imply" symmetry. However, in this case there is no (x, y) in the relation without a corresponding (y, x) so this particular example is both reflexive and symmetric.
 
knowLittle said:

Homework Statement


Is this relation, R, on ## S= \{ 1, 2, 3 \} \\ R = \{ (1,1), (2,2) , (3,3) \}##

Symmetric?
It is obvious that it is reflexive.

The relation R can be described as "xRy if and only if x = y". Thus R is an equivalence relation because equality is an equivalence relation. Hence R is reflexive, symmetric and transitive.
 
  • Like
Likes   Reactions: 1 person
Wait, so my R is an equivalence relation then? Supposedly, it partitions the set into disjoint classes. I guess that my classes would be [1], [2], [3]?

HallsofIvy, thank you for the clarification. I should have stated that in this case, it means the same.