The proof is based on Ferrer's diagram. I know the fact that a partition that can be written with a graphical representation is ferrer's diagram. How do start the proof or implement that to prove that the number of partitions of n into at most m parts is the number of partitions into parts whose largest part is at most m. I.e. pm(n) = πm(n)?
2026-02-23 13:05:53.1771851953
Proof - The number of partitions of n into at most m parts is the number of partitions into parts whose largest part is at most m
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in INTEGER-PARTITIONS
- What form does the Law of Total Probability take if the partition you use is generated by the random variable Y?
- Permutation induced by a partition
- Number of positive integral solutions of $a+b+c+d+e=20$ such that $a<b<c<d<e$ and $(a,b,c,d,e)$ is distinct
- On a theorem (1.7) in Macdonald's Symmetric Functions and Hall Polynomials
- Asymptotic behavior of the number of ways a real plane curve of degree $n$ can intersect a real line
- Sum of the hook-lengths of a partition $\lambda$
- On an example in Macdonald's Symmetric Functions and Hall Polynomials on Paritions and their Frobenius Notation
- To show that $\sum_{x \in \lambda}(h(x)^2 - c(x)^2)=|\lambda|^2$, $h(x)$ is hook-length & $c(x)$ content of $x$, a block in the diagram of $\lambda$
- Decompose the permutation module $M^{(2, 2)}$ into irreducible representations.
- What does s(n) = s(n) mean?
Related Questions in COMBINATORIAL-NUMBER-THEORY
- $A+A\subseteq A\times A$
- $\sum_{i=1}^n P(n,i)$
- Combinatorial counting problem for induced subgraphs
- Is this a proof for the rational distance problem of a unit square?
- Number of triples of divisors who are relatively prime as a triple
- What composite number can be represented as $\binom{n}{k}$ for $k\neq1$ or $n-1$
- Generating function for number of partitions with Rank and Crank
- If $A\subset\mathbb N$ does not contain any two integers such that one divides the other, must $A$ have density $0$?
- The number of $f \circ f=f $
- Is the problem Find all $x,y \in \mathbf{N}$ such that $\binom{x}{2} = \binom{y}{5}$ solved?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Any proof like this will necessarily be informal initially, but to take a crack at it... Okay first, any time I need examples, I'll use 5 because it only has a few partitions, to wit: $(5);(4,1);(3,2);(3,1,1);(2,2,1);(2,1,1,1);(1,1,1,1,1)$
The main thing to know here is that every Ferrer diagram has a conjugate, formed by mirroring the diagram around its diagonal. For instance, if we take $(2,2,1)$ and reflect it, we get $(3,2)$. (I'm entirely uncertain how to draw these diagrams here without taking up a ton of space, so hopefully you can visualize.)
Let's define $p_k(n)$ as the number of partitions of $n$ with exactly $k$ elements. Also we'll define $q_k(n)$ as the number of partitions of $n$ with largest element $k$, and no larger elements.
Your problem uses "no more than" rather than "exactly," but you can see that $\sum^m_{k=1} p_k (n) = p_m(n)$, and similarly for the "no elements larger than $m$," subbing $q$ for $p$.
From here it suffices to show that $\forall k,n :p_k(n) = q_k(n)$. We proceed informally, starting again with our example of $5$.
First, consider all partitions with exactly two elements. These are $(4,1)$ and $(3,2)$, and each has a different Ferrer diagram. We chose only partitions with exactly two elements, so $p_2(5)=2$. Note that the height of the Ferrer diagram is the number of elements--both Ferrer diagrams have a "height" of $2$.
Now let's look at the conjugates of those diagrams. Flipping $(4,1)$ about the diagonal gives $(2,1,1,1)$, and flipping $(3,2)$ gives $(2,2,1)$. Both of these diagrams have a "width" of $2$--which is also the value of the largest element.
Now consider any Ferrer diagram you wish. It's easy to see that a diagram with height $a$ and width $b$, when flipped diagonally, has height $b$ and width $a$.
Each partition has a different Ferrer diagram, and each diagram (and thus each partition) has a conjugate. For each partition with largest element $b$, its conjugate has $b$ elements, and vice versa.
Therefore, the number of partitions with $k$ elements is the same as the number of partitions with largest element $k$. Which is $\forall k,n :p_k(n) = q_k(n)$.
I hope this (a) helps and (b) actually works as a proof.