I've been learning about equivalence relations in my discrete math class. I understand that equivalence relations are relations that are symmetric, reflexive, and transitive.
I also learned about the equivalent class and the quotient set. However, this example that we did in class was very confusing.
Example: Let A = {a,b,c} and let R be the binary relation on A defined by R = {(a,a),(b,a),(c,c)}.
Find A/R
Answer: A/R = {[a],[b],[c]} = {{a,b},empty set, {c}}
I thought to be able to find the quotient set, you needed to first find the equivalence class. But how do you find an equivalence class if R is not an equivalence relation?
Thanks!
Edit: I asked my prof this question and this is what he said.
Question: If a relation is binary, but, it is NOT an equivalence relation, does it still have a quotient set?
Nice question. You could use the same definition for any binary relation on a set A; however, only if the relation is an equivalence relation we can ensure the following properties:
(a) the set A is the union of the equivalence classes
(b) two different classes are disjoint, i.e., if the classes are different, then they do not share elements.
If we think of the classes as if they were teams, the failure of the conditions above mean that either there are elements in A that do not belong to any team or there are elements that belong to more than one team.