gbean
- 40
- 0
Homework Statement
Suppose A_{\lambda}, \lambda in L, represents a partition of the nonempty set A. Define R on A by xRy <=> there is a subset A{\lambda} such that x is in A{\lambda} and y is in A{\lambda}. Prove that R is an equivalence relation on A and that the equivalence classes of R are the subsets A{\lambda}.
Homework Equations
Equivalence relation: ~ that is reflexive, symmetric, and transitive.
Partition: Mutually disjoint sets that divide up the parent set; the union of the partition is the whole set
Equivalence classes: AKA the partition sets
The Attempt at a Solution
To be an equivalence relation, it has to be reflexive, symmetric, and transitive.
xRx: There is a subset A_{\lambda} such that x and x are in it.
Assume xRy. There is a subset A_{\lambda} such that x and y are in it. It follows that yRx.
Assume xRy, yRz. There is a subset A_{\lambda} such that x and y are in it. There is a subset such that y and z are in it. It follows that xRz.
I'm not sure how to prove that the equivalence classes are the subsets A_{\lambda}? Isn't that just by definition, that the partition sets are the equivalence classes?