Reputation: 31
Let S = {1,2,3,....,8}. Consider the power set X = P(S) and the equivalence relation on X according to which two elements of X are equivalent if they have the same size. How many equivalence classes are there?
Upvotes: -1
Views: 8358
Reputation: 57
Those who are frustrated searching how to find number of equivalence classes here you go:
Number of equivalent classes is equal to number of state in minimal DFA.
Upvotes: 0
Reputation: 373452
Each equivalence class of this relation will consist of a collection of subsets of X that all have the same cardinality as one another. Since |X| = 8, there are 9 different possible cardinalities for subsets of X, namely 0, 1, 2, ..., 8. Therefore, there are 9 different equivalence classes.
Hope this helps!
Upvotes: 1