Partition (mathematics)

From Citizendium
Revision as of 05:18, 13 December 2008 by imported>Richard Pinch (new entry, just a start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In mathematics, partition refers to two related concepts, in set theory and number theory.

Partition (set theory)

A partition of a set X is a collection of subsets of X such that every element of X is in exactly one of the subsets in .

Hence a three-element set {a,b,c} has 5 partitions:

  • {a,b,c}
  • {a,b}, {c}
  • {a,c}, {b}
  • {b,c}, {a}
  • {a}, {b}, {c}

Partition (number theory)

A partition of an integer n is an expression of n as a sum of positive integers, with the order of the terms in the sum being disregarded.

Hence the number 3 has 3 partitions:

  • 3
  • 2+1
  • 1+1+1