Partition
A decomposition of a set into disjoint nonempty pieces covering the whole set.
Partition
A partition of a set is a collection of subsets of such that:
- every is nonempty,
- if and , then (pairwise disjointness),
- (covers all of ).
Partitions encode “grouping” of elements. Every equivalence relation induces a partition into equivalence classes, and conversely every partition defines an equivalence relation by declaring two elements equivalent iff they lie in the same part.
Examples:
- The congruence classes mod partition into disjoint subsets.
- is a partition of .
- The collection is a partition of into half-open intervals.