Abstract
- A partition of Set is a finite or infinite collection of NOT Empty Set, Mutually Disjoin Set that can be chained with OR to form
- is one of the mutually disjoin subset, also known as component of the partition
- is the partition
- So basically each isn’t empty, and its elements are not in other mutually disjoin subset
Subset can contain duplicate elements
Given a set ,
is a valid partition, because it covers all the elements inside set
Relation from Partition
- Theorem 8.3.1, Relation induced by Set Partition
- Two elements are related if and only if they belong to the Mutually Disjoin Set in the partition. This connection created by the partition is called the relation induced by the partition
Important
- Let be a Set with a Partition
- Let be the relation induced by the partition
- Then is Reflexive, Symmetric and Transitive
Example
Example
Imagine dividing students in a class into groups based on their favourite sport. The relation induced by this partition would tell us which students share the same sports preference.