Partition of a set



         



A partition of U into 6 blocks:
a Venn diagram representation.

In mathematics, a partition of a set X is a division of X into non-overlapping "parts" or "blocks" that cover all of X.

[Top]

Definition

A partition of a set X is a set of nonempty subsets of X such that every element x in X is in exactly one of these subsets.

Equivalently, a set P of subsets of X, is a partition of X if

  1. No element of P is empty.
  2. The union of the elements of P is equal to X. (We say the elements of P cover X.)
  3. The intersection of any two elements of P is empty. (We say the elements of P are pairwise disjoint.)

The elements of P are sometimes called the blocks of the partition.

[Top]

Examples

[Top]

Partitions and equivalence relations

If an equivalence relation is given on the set X, then the set of all equivalence classes forms a partition of X. Conversely, if a partition P is given on X, we can define an equivalence relation on X by writing x ~ y iff there exists a member of P which contains both x and y. The notions of "equivalence relation" and "partition" are thus essentially equivalent.

[Top]

Partial ordering of the lattice of partitions

Given two partitions π and ρ of a given set X, we say that π is finer than ρ, or, equivalently, that ρ is coarser than π, if π splits the set X into smaller blocks than ρ does, i.e. if every element of π is a subset of some element of ρ. In that case, one writes π ≤ ρ.

The relation of "being-finer-than" is a partial order on the set of all partitions of the set X, and indeed even a complete lattice. In case n = 4, the partial order of the set of all 15 partitions is depicted in this Hasse diagram:

[Top]

Noncrossing partitions

The lattice of noncrossing partitions of a finite set has recently taken on importance because of its role in free probability theory. These form a subset of the lattice of all partitions, but not a sublattice, since the join operations of the two lattices do not agree.

[Top]

The number of partitions

The Bell number Bn, named in honor of Eric Temple Bell, is the number of different partitions of a set with n elements. The first several Bell numbers are B0 = 1, B1 = 1, B2 = 2, B3 = 5, B4 = 15, B5 = 52, B6 = 203.

The Stirling number S(n, k) of the second kind is the number of partitions of a set of size n into k blocks.

The number of partitions of a set of size n corresponding to the integer partition

<math>n=\underbrace{1+\cdots+1}_{m_1\ \mbox{terms}}

+\underbrace{2+\cdots+2}_{m_2\ \mbox{terms}} +\underbrace{3+\cdots+3}_{m_3\ \mbox{terms}}+\cdots<math>

of n, is the noncrossing partitions (which see) of a set of size n is the nth Catalan number, given by

<math>C_n={1 \over n+1}{2n \choose n}.<math>







  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License