I'm really having trouble understanding these equivalence classes. Could someone please guide me through the following problem step by step, and help explain this. I have a final exam next week, and I'm just so lost.
Let A = {1, 2, 3, 4, 5}. Define a relation on $\mathcal{P}$(A) as follows:
R = {(X, Y) ∈ $\mathcal{P}$(A) × $\mathcal{P}$(A)| X ∩ {1, 3, 5} = Y ∩ {1, 3, 5}}.
What is the equivalence class of {1, 2, 3}?
The answer is the following:
The equivalence class of {1, 2, 3} is equal to
{{1, 3}, {1, 3, 2}{1, 3, 4}, {1, 3, 2, 4}}
Can someone please help me with this. I don't understand the problem, and I don't fully understand what an equivalence class is either. I feel really lost, so if someone could slowly guide me through this, it'd be greatly appreciated! Thanks guys :)
The relation R is "made of" couples : $(X,Y)$, where $X,Y \subset A$ (i.e.$X,Y$ are members of $\mathcal P(A)$, that is the power-set of $A$, where the power-set of $A$ is the set of all subsets of $A$).
Thus $R$ takes as "input" an $X$ (subset of $A$) and "couple" it to an $Y$ (subset of $A$), provided that the "defining condition" is satisfied.
Which is the "defining condition" ? It is :
Now, consider $X = \{ 1, 2, 3 \}$;
what is $X \cap \{ 1, 3, 5 \}$ ? It will be $\{ 1, 2, 3 \} \cap \{ 1, 3, 5 \} = \{ 1, 3 \}$.
We have to find all $Y$ subset of $A$ such that :
Thus, in order to find them, we have to list all subsets of $A$ and then check them against the "defining condition"; i.e. to choose all those which contain as members $1$ and $3$.