Partition of a set

From Wikipedia, the free encyclopedia

Jump to: navigation, search
A partition of a set into 6 parts: an Euler diagram representation.

In mathematics, a partition of a set X is a division of X into non-overlapping "parts" or "blocks" or "cells" that cover all of X. More formally, these "cells" are both collectively exhaustive and mutually exclusive with respect to the set being partitioned.

Contents

[edit] 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 nonempty sets is a partition of X if

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

In mathematical notation, these two conditions can be written as

  1. \bigcup P = X
  2. A \cap B = \varnothing \text{ if } A \in P,\, B\in P,\, A \neq B

The elements of P are sometimes called the blocks or parts of the partition.[1]

[edit] Examples

  • Every singleton set {x} has exactly one partition, namely { {x} }.
  • For any nonempty set X, P = {X} is a partition of X.
  • For any non-empty proper subset A of a set U, this A together with its complement is a partition of U.
  • The set { 1, 2, 3 } has these five partitions.
    • { {1}, {2}, {3} }, sometimes denoted by 1/2/3.
    • { {1, 2}, {3} }, sometimes denoted by 12/3.
    • { {1, 3}, {2} }, sometimes denoted by 13/2.
    • { {1}, {2, 3} }, sometimes denoted by 1/23.
    • { {1, 2, 3} }, sometimes denoted by 123.
  • Note that
    • { {}, {1,3}, {2} } is not a partition (because it contains the empty set).
    • { {1,2}, {2, 3} } is not a partition (of any set) because the element 2 is contained in more than one distinct subset.
    • { {1}, {2} } is not a partition of {1, 2, 3} because none of its blocks contains 3; however, it is a partition of {1, 2}.

[edit] Partitions and equivalence relations

For any equivalence relation on a set X, the set of its equivalence classes is a partition of X. Conversely, from any partition P of X, we can define an equivalence relation on X by setting x ~ y precisely when x and y are in the same part in P. Thus the notions of equivalence relation and partition are essentially equivalent.[2]

[edit] Refinement of partitions

Any partition π of a set X is a refinement of a partition ρ of X—and we say that π is finer than ρ and that ρ is coarser than π—if every element of π is a subset of some element of ρ. Informally, this means that π is a further fragmentation of ρ. In that case, one writes πρ.

This finer-than relation on the set of partitions of X is a partial order (so the notation "≤" is appropriate); indeed it is a complete lattice. For the simple example of X = {1, 2, 3, 4} the partition lattice has 15 elements and is depicted in this Hasse diagram:

Another example illustrates the refining of partitions from the perspective of equivalence relations. Let D be the set of cards in a standard 52-card deck. The same-color-as relation on D, which we might denote ~C, has two equivalence classes: the sets {red cards} and {black cards}. The 2-part partition corresponding to ~C has a refinement that yields the same-suit-as relation ~S, which has the four equivalence classes {spades}, {diamonds}, {hearts}, and {clubs}.

[edit] Noncrossing partitions

A partition of the set N = {1, 2, ..., n} with corresponding equivalence relation ~ is noncrossing provided that there are no distinct numbers a, b, c, and d in N with a < b < c < d for which a ~ c and b ~ d. 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.

[edit] Counting various partitions

The total number of partitions of an n-element set is the Bell number Bn. The first several Bell numbers are B0 = 1, B1 = 1, B2 = 2, B3 = 5, B4 = 15, B5 = 52, and B6 = 203. Bell numbers satisfy the recursion B_{n+1}=\sum_{k=0}^n {n\choose k}B_k

and have the exponential generating function

\sum_{n=0}^\infty\frac{B_n}{n!}z^n=e^{e^z-1}.

The number of partitions of an n-element set into exactly k parts is the Stirling number of the second kind S(n, k).

The number of noncrossing partitions of an n-element set is the Catalan number Cn, given by

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

[edit] See also

[edit] Notes

  1. ^ Brualdi, pp. 44-45
  2. ^ Schechter, p. 54

[edit] References

  • Brualdi, Richard A. (2004). Introductory Combinatorics (4th edition ed.). Pearson Prentice Hall. ISBN 0131001191. 
  • Schechter, Eric (1997). Handbook of Analysis and Its Foundations. Academic Press. ISBN 0126227608. 
Personal tools