How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Conventions for integer partitions, Ferrers diagrams, and the twelvefold-way table
Definition
Throughout this page, counts balls or domain elements and counts boxes or codomain values.
When partitions are displayed on this page, they are written in nonincreasing order
even though Partitions of a positive integer stores the same data as a nondecreasing list.
A composition of into parts means an ordered -tuple of positive integers summing to , while a weak composition allows zero parts. Thus Compositions of into positive parts are counted by counts positive occupancies and For the number of weak compositions of into parts is , and the number of compositions is for counts arbitrary occupancies.
For placements of indistinguishable balls into boxes:
- if the boxes are labelled, the data are the occupancy vector ;
- if the boxes are unlabelled, the data are the same occupancies reordered into nonincreasing order, with zero occupancies omitted.
Hence an unlabelled-to-unlabelled placement is encoded by a partition whose parts are the nonzero occupancies. Ferrers diagrams are read in English convention, with the longest row on top and rows left-justified.
Depends on
- Partitions of a positive integer
- Compositions of $n$ into $k$ positive parts are counted by $\binom{n-1}{k-1}$
- For $m \ge 1$ the number of weak compositions of $n$ into $m$ parts is $\binom{n+m-1}{m-1}$, and the number of compositions is $\binom{n-1}{m-1}$ for $n \ge 1$
- Integer partitions have generating function $\prod_{n\ge 1}(1-x^n)^{-1}$
Used by
Dependency tree · two levels
28 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Alexander Hulpke, Combinatorics notes (standard reference, not scraped)
- Darij Grinberg, Enumerative Combinatorics: class notes (standard reference, not scraped)