Partition

A decomposition of a set into disjoint nonempty pieces covering the whole set.
Partition

A partition of a set XX is a collection P\mathcal{P} of subsets of XX such that:

  • every PPP\in\mathcal{P} is nonempty,
  • if P,QPP,Q\in\mathcal{P} and PQP\neq Q, then PQ=P\cap Q=\varnothing (pairwise disjointness),
  • PPP=X\bigcup_{P\in\mathcal{P}} P = X (covers all of XX).

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 nn partition Z\mathbb{Z} into nn disjoint subsets.
  • {{0},{1,2}}\bigl\{\{0\},\{1,2\}\bigr\} is a partition of {0,1,2}\{0,1,2\}.
  • The collection {[k,k+1):kZ}\{[k,k+1):k\in\mathbb{Z}\} is a partition of R\mathbb{R} into half-open intervals.