Library/Combinatorics/Classical combinatorics/Partitions and decompositions

Partitions and decompositions

Practice
Overview
Important

A partition of a positive integer nn is a way of writing nn as a sum of positive integers, where order does not matter. For sets, a partition is a collection of non-empty, disjoint subsets whose union is the original set.

Important properties

  • The order of parts in a partition does not matter (e.g., 2+32+3 is the same as 3+23+2).

  • Every element of the set appears in exactly one subset in a set partition.

  • The number of partitions of a set with nn elements is called the Bell number BnB_n.

  • The number of integer partitions of nn is denoted p(n)p(n).