I have a question regarding identifying the distinct equivalence classes of a relation in a specific problem. The problem reads
Let B = {0,1,2,3,4} and let {0},{1,3,4},{2} be a partition of B that induces a relation Q.
Find the distinct equivalence classes of Q.
I believe I am understanding the question and what it is asking. Where I run into trouble is what to do with the given partition and how to use it to find the distinct equivalence classes.
The equivalence relation associated the partition is $x\sim y$ iff x and y are in the same part of the partition. And the partition generated by that equivalence relation is exactly the original partition.
The moral of the story is that there is a one-to-one correspondence between partitions of B and equivalence relations over B.