Question: The relation R is an equivalence relation on the set A. Find the distinct equivalence classes of R.
A = {a, b, c, d} R = {(a, a), (b, b), (b, d), (c, c), (d, b), (d, d)}
My work: So when you draw the directed graph you get a loop from a to a, b to b, c to c and d to d There are arrows from b to d and from d to b.
Now this is where I get confused (this solution is from the book):
[a] = {x∈A | x R a} = {a} <- this one makes sense as a is a loop
[b] = {x∈A | x R b} = {b,d} <- why is {b,b} not included?
[c] = {x∈A | x R c} = {c} <- this one makes sense as c is a loop
[d] = {x∈A | x R d} = {b,d} <- again why is d,d not included
Answer: My book says the equivalence classes are {a}{b,d}{c}
I'm not really sure how to go about solving this problem. I would really appreciate any help on what to do.
The equivalence classes are by definition subsets of $A$, not subsets of $R$. The pairs $(b,b)$ and $(d,d)$ are elements of $R$, not elements of $A$.