Partitions, Equivalence Classes and Subsets

In summary: Rz means that there's some subset Bi that contains both y and z. So x and y are in the same subset in both cases, which is what transitivity requires.
  • #1
gbean
43
0

Homework Statement


Suppose A[tex]_{\lambda}[/tex], [tex]\lambda[/tex] in L, represents a partition of the nonempty set A. Define R on A by xRy <=> there is a subset A[tex]{\lambda}[/tex] such that x is in A[tex]{\lambda}[/tex] and y is in A[tex]{\lambda}[/tex]. Prove that R is an equivalence relation on A and that the equivalence classes of R are the subsets A[tex]{\lambda}[/tex].


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[tex]_{\lambda}[/tex] such that x and x are in it.
Assume xRy. There is a subset A[tex]_{\lambda}[/tex] such that x and y are in it. It follows that yRx.
Assume xRy, yRz. There is a subset A[tex]_{\lambda}[/tex] 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[tex]_{\lambda}[/tex]? Isn't that just by definition, that the partition sets are the equivalence classes?
 
Physics news on Phys.org
  • #2
You need to prove that all points in a given subset are equivalent and that if x and y are equivalent, then they are in the same subset. That will prove that the subsets are equivalence classes.
 
  • #3
HallsofIvy said:
You need to prove that all points in a given subset are equivalent and that if x and y are equivalent, then they are in the same subset. That will prove that the subsets are equivalence classes.

How do I prove that all points in a given subset are equivalent? Wasn't that just given by the fact that it's an equivalence relation?
 
  • #4
So I know that any two elements of Alambda are related but no element in Alambda is related to an element in Abeta (lambda does not equal beta).

Check equivalence relation: xRx means that x and x are in Alambda, which is true, so it's reflexive.
xRy => yRx. xRy means that x and y are in Alambda, and y and x being in Alambda follows, so it's symmetric.
xRy, yRz => xRz. xRy means that x and y are in Alambda, so x and y are equivalent. y and z are in Alambda also, because x is related to y, so z must be related to y and must be in Alambda. It follows that xRz because they are in the same subset.

Is this a better interpretation? Does it answer both questions?
 
  • #5
gbean said:
Assume xRy, yRz. There is a subset A[tex]_{\lambda}[/tex] such that x and y are in it. There is a subset such that y and z are in it. It follows that xRz.
You need to provide more steps here. Right now, you're just asserting what you're trying to prove. Once you fix this, you're done with proving R is an equivalence relation.

To finish the rest of the problem, you want to do the following:

Let x ∈ A. You have two sets: [x], the equivalence class to which x belongs, and Aλ, the set in the partition that has x as an element. You want to prove [x] ⊂ Aλ and Aλ ⊂ [x] because this is what it means for the two sets to be equal.

To prove [x] ⊂ Aλ, assume y ∈ [x] and show that this implies y ∈ Aλ. This is what HallsofIvy meant when he said you have to show if x and y are equivalent, then they are in the same subset.

Similarly, to prove the other direction, assume y ∈ Aλ and show that this implies y ∈ [x]. This what HallsofIvy meant when he said you have to show all points in a given subset are equivalent.
 
  • #6
vela; said:
To prove [x] ⊂ Aλ, assume y ∈ [x] and show that this implies y ∈ Aλ. This is what HallsofIvy meant when he said you have to show if x and y are equivalent, then they are in the same subset.

Is this it?
y ∈ [x] => yRx => y ∈ Aλ

vela; said:
Similarly, to prove the other direction, assume y ∈ Aλ and show that this implies y ∈ [x]. This what HallsofIvy meant when he said you have to show all points in a given subset are equivalent.

Is this it?
y ∈ Aλ => yRx => y ∈ [x]

Hence [x] = Aλ.

Is this sufficient to prove transitivity, as well?

Thank you so much!
 
  • #7
gbean said:
Is this it?
y ∈ [x] => yRx => y ∈ Aλ

Is this it?
y ∈ Aλ => yRx => y ∈ [x]

Hence [x] = Aλ.
Yup, though you obviously need to provide the context around this stuff for the complete proof.
Is this sufficient to prove transitivity, as well?
No. To show transitivity, you start with xRy and yRz. Now xRy means there's some subset Ai that contains both x and y; similarly, yRz means there's some subset Aj that contains both y and z. At this point, you've said nothing about the relationship of these two sets, Ai and Aj. They could be different elements of the partition, in which case you can't conclude xRz. You need to explain why they're not so that you can conclude xRz.
 
  • #8
vela said:
Yup, though you obviously need to provide the context around this stuff for the complete proof.

No. To show transitivity, you start with xRy and yRz. Now xRy means there's some subset Ai that contains both x and y; similarly, yRz means there's some subset Aj that contains both y and z. At this point, you've said nothing about the relationship of these two sets, Ai and Aj. They could be different elements of the partition, in which case you can't conclude xRz. You need to explain why they're not so that you can conclude xRz.

Is this sufficient?
Proof by contradiction
Assume Ai =/= Aj. Then the intersection of Ai and Aj = empty set. But this is a contradiction because y is an element of Ai and is an element of Aj. Hence, Ai = Aj.
 
  • #9
Yup. Good work!

I thought I should point out in the reasoning to show [x] ⊂ Aλ, you're using the same idea. You have xRy, which means there's a set Ai that has both x and y as an element. Because x is in both Ai and Aλ means you're talking about the same set. It might be worth mentioning this explicitly.
 
Last edited:
  • #10
Nevermind, got it! Thank you.
 
Last edited:

1. What is a partition?

A partition is a way of dividing a set into smaller subsets. These subsets are disjoint, meaning they do not share any elements, and when combined, they make up the original set.

2. How do you determine equivalence classes?

Equivalence classes are determined by a relation on a set. If two elements in the set have the same relationship, they belong to the same equivalence class. For example, in a set of integers, the relation of "being an even number" would create two equivalence classes: even and odd numbers.

3. What is the difference between a partition and a subset?

A partition is a division of a set into smaller subsets, while a subset is a smaller set that is contained within a larger set. A partition can be seen as a collection of subsets that together make up the original set.

4. Can a set be partitioned in more than one way?

Yes, a set can be partitioned in multiple ways. This is because there can be different criteria or relations used to create the subsets in a partition. For example, a set of shapes can be partitioned by their number of sides or by their color.

5. How are partitions and equivalence classes related?

Partitions and equivalence classes are closely related as a partition can be seen as a collection of equivalence classes. In other words, the elements in each subset of a partition belong to the same equivalence class based on a specific relation or criteria.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
21
Views
3K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
505
  • Calculus and Beyond Homework Help
Replies
5
Views
3K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
4K
Back
Top