◀ ▲ ▶Branches / Combinatorics / Explanation: Combinatorial Interpretation of Stirling Numbers of the Second Kind
Explanation: Combinatorial Interpretation of Stirling Numbers of the Second Kind
(related to Part: Stirling Numbers)
Let $n,r\ge 0$ be integers. The Stirling number of the second type $\left\{\begin{array}{c}n\\r\end{array}\right\}$ can be interpreted as the number of ways to arrange $n$ objects into $r$ non-empty subsets.
Examples
- $\left\{\begin{array}{c}4\\2\end{array}\right\}=7,$ since there are $7$ ways to split $4$ objects into $2$ non-empty subsets: $$\begin{array}{cccc}
\{a,b,c\}\{d\}&\{a,b,d\}\{c\}&\{a,c,d\}\{b\}&\{b,c,d\}\{a\}\\
\{a,b\}\{c,d\}&\{a,c\},\{b,d\}&\{a,d\}\{b,c\}
\end{array}$$
- $\left\{\begin{array}{c}n\\1\end{array}\right\}=1,$ since there is only one way to split $n$ objects into one non-empty subset.
- $\left\{\begin{array}{c}n\\r\end{array}\right\}=0$ for $r > n$ since there is no way to split $n$ objects into a non-empty subset of $r > n$ elements.
- $\left\{\begin{array}{c}n\\0\end{array}\right\}=0$ for all $n > 0$ since there is no way to split $n$ objects into a non-empty subset of $0$ elements.
- $\left\{\begin{array}{c}0\\0\end{array}\right\}=1$ since there one way to split $0$ objects into a non-empty subset of $0$ elements.
- $\left\{\begin{array}{c}n\\2\end{array}\right\}=2^{n-1}-1$ since if a set of $n>0$ objects is split into two non-empty subsets, one of them contains the last element and some subset of the first $n-1$ elements. There are $2^{n-1}$ ways to choose a subset from the $n-1$ first elements, but we want to exclude the subset containing all $n-1$ elements, since otherwise the other split part would be empty. Therefore we have to subtract $1.$
Convention
$\left\{\begin{array}{c}n\\r\end{array}\right\}$ can be verbalized as "$n$ subset $r$."
Thank you to the contributors under CC BY-SA 4.0!
- Github:
-
References
Bibliography
- Graham L. Ronald, Knuth E. Donald, Patashnik Oren: "Concrete Mathematics", Addison-Wesley, 1994, 2nd Edition