]>
|
Home | 18.013A | Chapter 0 | Section 0.4 |
||
|
|
||
Binomial coefficients count the number of subsets of an element set having elements in them. The Stirling number here counts the number of partitions of a set of elements into disjoint blocks. Prove these two statements.
Solution:
The subsets of an element set of size are of two kinds.
Those which do not contain the nth element: these are actually element subsets of an the element set obtained by ignoring .
and those that contain : these all have elements of the remaining .
This gives the recursion
which is what is computed in the first spreadsheets.
A partition of an element set into blocks can also be of either of two kinds. In one the element is all by itself in a block; and we have a partition of the rest into blocks.
Otherwise, it comes from a partition of the rest into blocks, and then it can go into any one of them; so there are * (the number of partitions of an element set into blocks) different ways that this second possibility can happen.
This gives the recursion used in the spreadsheet here, which is
which can be read as " stands alone, or with one of the blocks that exist without it".
|
|