How do I prove bijectively that the number of partitions of $n$ with largest part $k$ equals the number of partitions of n with exactly $k$ parts.
2026-04-01 00:08:03.1775002083
On
Partition bijections
240 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Imagine a random partition of a number n into 5 distinct parts:
24 = 10+6+3+2+1
|*|* * * * * * * * *
|*|* * * * *
|*|* *
|*|*
|*|
the bar piece will always be in such a partition: it shows that such partitions are in correspondence with partitions of n whose largest part is 5:
* * * * *
* * * *
* * *
* *
* *
*
*
*
*
Ferrers diagrams.
Write the partition $n=a_1+a_2+\cdots+a_r+k$ as a row of $k$ dots, below it a row of $a_r$ dots, and so on, down to a row of $a_1$ dots, all left-justified. Then the columns give a partition of $n$ into exactly $k$ parts.