Set Partitioning
Partitioning a set produces a set of nonempty disjoint subsets, called partitions.
Conditions:
No partition is empty (i.e. nonempty subsets)
The intersection of two partitions is empty (i.e. disjoint subsets)
The union of partitions must equal the original set (i.e. sanity check)
Partitioning the set produces partitions, , which are the disjoint and non-empty subsets of .
are non-empty sets:
Pi ≠ {∅} for all 0 < i ≤ n
P1∪P2∪⋯∪Pn=S
The intersection of two partitions is empty:
Pa ∩ Pb={∅}, for a≠b where n≥a, b≥0
Example: Let S={a,b,c,d,e,f,g,h} One probable partitioning scheme: {a},{b,c,d},{e,f,g,h} Another probable partitioning scheme: {a,b},{c,d},{e,f,g,h}
Bell number signifies the number of ways to partition a set; it is denoted by , where is the cardinality of the set. For example, let .
The partitions:
so,
universe
set
class
element
urelement
membership
empty set
disjoint union
powerset
Cartesian product
set of pairs
set of functions
relation
relation
union
intersection
complement
family of sets
family of elements
Last updated
Was this helpful?