Partitions in Combinatorics
$begingroup$
Let $2leq kleq n$. Prove that $p_k(n)=p_{k-1}(n-1)+p_k(n-k)$ where $p_k(n)$ is the number of partitions of $n$ into $k$ pieces. Here's my proof:
Proof: Let $2leq kleq n$. Let $p_k(n)$ be the number of partitions of $n$ into $k$ parts. We can divide the partitions into two classes. First, consider all partitions that contain a part of size 1. By deleting this part, we are left with a partition of $n-1$ into $k-1$ parts. Thus there are $p_{k-1}(n-1)$ partitions in this class. Next, consider all partitions in which every part has size 2. Then by deleting 1 from every part, we are left with a partition of $n-k$ into $k$ parts. Thus there are $p_k(n-k)$ partitions in this class. Therefore, $p_k(n)=p_{k-1}(n-1+p_k(n-k)$ with the initial conditions that $p_1(n)=1$ and $p_k(n)=0$ for $n<k$.
combinatorics integer-partitions
$endgroup$
add a comment |
$begingroup$
Let $2leq kleq n$. Prove that $p_k(n)=p_{k-1}(n-1)+p_k(n-k)$ where $p_k(n)$ is the number of partitions of $n$ into $k$ pieces. Here's my proof:
Proof: Let $2leq kleq n$. Let $p_k(n)$ be the number of partitions of $n$ into $k$ parts. We can divide the partitions into two classes. First, consider all partitions that contain a part of size 1. By deleting this part, we are left with a partition of $n-1$ into $k-1$ parts. Thus there are $p_{k-1}(n-1)$ partitions in this class. Next, consider all partitions in which every part has size 2. Then by deleting 1 from every part, we are left with a partition of $n-k$ into $k$ parts. Thus there are $p_k(n-k)$ partitions in this class. Therefore, $p_k(n)=p_{k-1}(n-1+p_k(n-k)$ with the initial conditions that $p_1(n)=1$ and $p_k(n)=0$ for $n<k$.
combinatorics integer-partitions
$endgroup$
$begingroup$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10
add a comment |
$begingroup$
Let $2leq kleq n$. Prove that $p_k(n)=p_{k-1}(n-1)+p_k(n-k)$ where $p_k(n)$ is the number of partitions of $n$ into $k$ pieces. Here's my proof:
Proof: Let $2leq kleq n$. Let $p_k(n)$ be the number of partitions of $n$ into $k$ parts. We can divide the partitions into two classes. First, consider all partitions that contain a part of size 1. By deleting this part, we are left with a partition of $n-1$ into $k-1$ parts. Thus there are $p_{k-1}(n-1)$ partitions in this class. Next, consider all partitions in which every part has size 2. Then by deleting 1 from every part, we are left with a partition of $n-k$ into $k$ parts. Thus there are $p_k(n-k)$ partitions in this class. Therefore, $p_k(n)=p_{k-1}(n-1+p_k(n-k)$ with the initial conditions that $p_1(n)=1$ and $p_k(n)=0$ for $n<k$.
combinatorics integer-partitions
$endgroup$
Let $2leq kleq n$. Prove that $p_k(n)=p_{k-1}(n-1)+p_k(n-k)$ where $p_k(n)$ is the number of partitions of $n$ into $k$ pieces. Here's my proof:
Proof: Let $2leq kleq n$. Let $p_k(n)$ be the number of partitions of $n$ into $k$ parts. We can divide the partitions into two classes. First, consider all partitions that contain a part of size 1. By deleting this part, we are left with a partition of $n-1$ into $k-1$ parts. Thus there are $p_{k-1}(n-1)$ partitions in this class. Next, consider all partitions in which every part has size 2. Then by deleting 1 from every part, we are left with a partition of $n-k$ into $k$ parts. Thus there are $p_k(n-k)$ partitions in this class. Therefore, $p_k(n)=p_{k-1}(n-1+p_k(n-k)$ with the initial conditions that $p_1(n)=1$ and $p_k(n)=0$ for $n<k$.
combinatorics integer-partitions
combinatorics integer-partitions
edited Nov 30 '18 at 23:50
TNT
asked Nov 30 '18 at 22:39
TNTTNT
596
596
$begingroup$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10
add a comment |
$begingroup$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10
$begingroup$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10
$begingroup$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Hint
Let $P_k(n)$ be the set of partitions of $n$ with exactly $k$ parts i.e. $p_{k}(n)=|P_k(n)|$. Classify $lambda=(lambda_1,dots,lambda_k)in P_k(n)$ (where the $lambda_i$ are weakly decreasing and positive) based on whether $lambda_k=1$ or $lambda_k>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%2f3020745%2fpartitions-in-combinatorics%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$
Hint
Let $P_k(n)$ be the set of partitions of $n$ with exactly $k$ parts i.e. $p_{k}(n)=|P_k(n)|$. Classify $lambda=(lambda_1,dots,lambda_k)in P_k(n)$ (where the $lambda_i$ are weakly decreasing and positive) based on whether $lambda_k=1$ or $lambda_k>1$.
$endgroup$
add a comment |
$begingroup$
Hint
Let $P_k(n)$ be the set of partitions of $n$ with exactly $k$ parts i.e. $p_{k}(n)=|P_k(n)|$. Classify $lambda=(lambda_1,dots,lambda_k)in P_k(n)$ (where the $lambda_i$ are weakly decreasing and positive) based on whether $lambda_k=1$ or $lambda_k>1$.
$endgroup$
add a comment |
$begingroup$
Hint
Let $P_k(n)$ be the set of partitions of $n$ with exactly $k$ parts i.e. $p_{k}(n)=|P_k(n)|$. Classify $lambda=(lambda_1,dots,lambda_k)in P_k(n)$ (where the $lambda_i$ are weakly decreasing and positive) based on whether $lambda_k=1$ or $lambda_k>1$.
$endgroup$
Hint
Let $P_k(n)$ be the set of partitions of $n$ with exactly $k$ parts i.e. $p_{k}(n)=|P_k(n)|$. Classify $lambda=(lambda_1,dots,lambda_k)in P_k(n)$ (where the $lambda_i$ are weakly decreasing and positive) based on whether $lambda_k=1$ or $lambda_k>1$.
edited Nov 30 '18 at 23:48
answered Nov 30 '18 at 23:28
Foobaz JohnFoobaz John
21.6k41352
21.6k41352
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%2f3020745%2fpartitions-in-combinatorics%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$
"deleting 1 from every part" -> "subtracting $1$ from every part". The proof is correct but maybe worth formalizing more. You're setting up a bijection between the class-1 partitions of $n$ into $k$ parts and the class-1 partitions of $n-1$ into $k-1$ parts, and likewise for class 2. And it is worth saying what the inverse maps are (note you're using the fact that if a partition has a part $1$, then its last part must be $1$).
$endgroup$
– darij grinberg
Dec 2 '18 at 10:10