Number of Partitions of n into 4 parts equals the number of partitions of 3n into 4 parts of size at most...
$begingroup$
Let $ngeq 4$. Prove that the number of partitions of $n$ into 4 parts equals the number of partitions of $3n$ into 4 parts of size at most $n-1$.
I am stuck on this problem but I suspect I need to establish a bijection by possibly looking at the conjugate of the Ferrer's diagram. Thanks for any help.
combinatorics integer-partitions
$endgroup$
add a comment |
$begingroup$
Let $ngeq 4$. Prove that the number of partitions of $n$ into 4 parts equals the number of partitions of $3n$ into 4 parts of size at most $n-1$.
I am stuck on this problem but I suspect I need to establish a bijection by possibly looking at the conjugate of the Ferrer's diagram. Thanks for any help.
combinatorics integer-partitions
$endgroup$
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
1
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
4
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46
add a comment |
$begingroup$
Let $ngeq 4$. Prove that the number of partitions of $n$ into 4 parts equals the number of partitions of $3n$ into 4 parts of size at most $n-1$.
I am stuck on this problem but I suspect I need to establish a bijection by possibly looking at the conjugate of the Ferrer's diagram. Thanks for any help.
combinatorics integer-partitions
$endgroup$
Let $ngeq 4$. Prove that the number of partitions of $n$ into 4 parts equals the number of partitions of $3n$ into 4 parts of size at most $n-1$.
I am stuck on this problem but I suspect I need to establish a bijection by possibly looking at the conjugate of the Ferrer's diagram. Thanks for any help.
combinatorics integer-partitions
combinatorics integer-partitions
edited Dec 5 '18 at 17:49
TNT
asked Dec 5 '18 at 17:39
TNTTNT
596
596
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
1
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
4
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46
add a comment |
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
1
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
4
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
1
1
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
4
4
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Proof: Let $ngeq 4$. The number of partitions of $n$ into 4 parts is a solution to the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Let $y_1=n-x_4$, $y_2=n-x_3$, $y_3=n-x_2$, and $y_4=n-x_1$. We know that $x_1geq x_2geq x_3geq x_4geq 1$ which implies $-x_1leq -x_2leq -x_3leq -x_4leq -1$ and thus $n-x_1leq n-x_2leq n-x_3leq n-x_4leq n-1$. So, $1leq y_4leq y_3leq y_2leq y_1leq n-1$. Hence $y_1+y_2+y_3+y_4=4n-(x_1+x_2+x_3+x_4)=4n-n=3n$ which yields a solution to the number of partitions of $3n$ into 4 parts of size at most $n-1$. Thus there is a bijection between the system $y_1+y_2+y_3+y_4=3n$ for $n-1geq y_4geq y_3geq y_2geq y_1geq 1$ and the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Therefore, the number of partitions of $n$
into 4 parts equals the number of partitions of $3n$ into 4 parts of
size at most $n-1$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027395%2fnumber-of-partitions-of-n-into-4-parts-equals-the-number-of-partitions-of-3n-int%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Proof: Let $ngeq 4$. The number of partitions of $n$ into 4 parts is a solution to the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Let $y_1=n-x_4$, $y_2=n-x_3$, $y_3=n-x_2$, and $y_4=n-x_1$. We know that $x_1geq x_2geq x_3geq x_4geq 1$ which implies $-x_1leq -x_2leq -x_3leq -x_4leq -1$ and thus $n-x_1leq n-x_2leq n-x_3leq n-x_4leq n-1$. So, $1leq y_4leq y_3leq y_2leq y_1leq n-1$. Hence $y_1+y_2+y_3+y_4=4n-(x_1+x_2+x_3+x_4)=4n-n=3n$ which yields a solution to the number of partitions of $3n$ into 4 parts of size at most $n-1$. Thus there is a bijection between the system $y_1+y_2+y_3+y_4=3n$ for $n-1geq y_4geq y_3geq y_2geq y_1geq 1$ and the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Therefore, the number of partitions of $n$
into 4 parts equals the number of partitions of $3n$ into 4 parts of
size at most $n-1$.
$endgroup$
add a comment |
$begingroup$
Proof: Let $ngeq 4$. The number of partitions of $n$ into 4 parts is a solution to the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Let $y_1=n-x_4$, $y_2=n-x_3$, $y_3=n-x_2$, and $y_4=n-x_1$. We know that $x_1geq x_2geq x_3geq x_4geq 1$ which implies $-x_1leq -x_2leq -x_3leq -x_4leq -1$ and thus $n-x_1leq n-x_2leq n-x_3leq n-x_4leq n-1$. So, $1leq y_4leq y_3leq y_2leq y_1leq n-1$. Hence $y_1+y_2+y_3+y_4=4n-(x_1+x_2+x_3+x_4)=4n-n=3n$ which yields a solution to the number of partitions of $3n$ into 4 parts of size at most $n-1$. Thus there is a bijection between the system $y_1+y_2+y_3+y_4=3n$ for $n-1geq y_4geq y_3geq y_2geq y_1geq 1$ and the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Therefore, the number of partitions of $n$
into 4 parts equals the number of partitions of $3n$ into 4 parts of
size at most $n-1$.
$endgroup$
add a comment |
$begingroup$
Proof: Let $ngeq 4$. The number of partitions of $n$ into 4 parts is a solution to the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Let $y_1=n-x_4$, $y_2=n-x_3$, $y_3=n-x_2$, and $y_4=n-x_1$. We know that $x_1geq x_2geq x_3geq x_4geq 1$ which implies $-x_1leq -x_2leq -x_3leq -x_4leq -1$ and thus $n-x_1leq n-x_2leq n-x_3leq n-x_4leq n-1$. So, $1leq y_4leq y_3leq y_2leq y_1leq n-1$. Hence $y_1+y_2+y_3+y_4=4n-(x_1+x_2+x_3+x_4)=4n-n=3n$ which yields a solution to the number of partitions of $3n$ into 4 parts of size at most $n-1$. Thus there is a bijection between the system $y_1+y_2+y_3+y_4=3n$ for $n-1geq y_4geq y_3geq y_2geq y_1geq 1$ and the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Therefore, the number of partitions of $n$
into 4 parts equals the number of partitions of $3n$ into 4 parts of
size at most $n-1$.
$endgroup$
Proof: Let $ngeq 4$. The number of partitions of $n$ into 4 parts is a solution to the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Let $y_1=n-x_4$, $y_2=n-x_3$, $y_3=n-x_2$, and $y_4=n-x_1$. We know that $x_1geq x_2geq x_3geq x_4geq 1$ which implies $-x_1leq -x_2leq -x_3leq -x_4leq -1$ and thus $n-x_1leq n-x_2leq n-x_3leq n-x_4leq n-1$. So, $1leq y_4leq y_3leq y_2leq y_1leq n-1$. Hence $y_1+y_2+y_3+y_4=4n-(x_1+x_2+x_3+x_4)=4n-n=3n$ which yields a solution to the number of partitions of $3n$ into 4 parts of size at most $n-1$. Thus there is a bijection between the system $y_1+y_2+y_3+y_4=3n$ for $n-1geq y_4geq y_3geq y_2geq y_1geq 1$ and the system $x_1+x_2+x_3+x_4=n$ for $x_1geq x_2geq x_3geq x_4geq 1$. Therefore, the number of partitions of $n$
into 4 parts equals the number of partitions of $3n$ into 4 parts of
size at most $n-1$.
answered Dec 8 '18 at 0:48
TNTTNT
596
596
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027395%2fnumber-of-partitions-of-n-into-4-parts-equals-the-number-of-partitions-of-3n-int%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
What have you tried so far?
$endgroup$
– platty
Dec 5 '18 at 17:42
1
$begingroup$
You have asked enough questions here to know that the right way to ask for help is to edit this one to show us what you tried and where you are stuck.
$endgroup$
– Ethan Bolker
Dec 5 '18 at 17:43
4
$begingroup$
Hint: A quadruple $(x_1,x_2,x_3,x_4)inmathbb{Z}_{>0}^4$ with $x_1leq x_2leq x_3leq x_4$ partitions $n$ if and only if $(n-x_4,n-x_3,n-x_2,n-x_1)$ partitions $3n$.
$endgroup$
– Batominovski
Dec 5 '18 at 17:46