Falling factorial counts permutations, what does rising factorial count?
Rising factorial example: Let $x = 7$ and $r = 4$. Then $7^{(4)} = 7(8)(9)(10) = 5040$. If we divide $7^{(4)}$ by $4!$ it counts multisubsets.
But what kind of combinatorial problem does rising factorial solve on its own?
discrete-mathematics
add a comment |
Rising factorial example: Let $x = 7$ and $r = 4$. Then $7^{(4)} = 7(8)(9)(10) = 5040$. If we divide $7^{(4)}$ by $4!$ it counts multisubsets.
But what kind of combinatorial problem does rising factorial solve on its own?
discrete-mathematics
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
That's a factorial...
– Kbot
Jun 18 '15 at 2:43
add a comment |
Rising factorial example: Let $x = 7$ and $r = 4$. Then $7^{(4)} = 7(8)(9)(10) = 5040$. If we divide $7^{(4)}$ by $4!$ it counts multisubsets.
But what kind of combinatorial problem does rising factorial solve on its own?
discrete-mathematics
Rising factorial example: Let $x = 7$ and $r = 4$. Then $7^{(4)} = 7(8)(9)(10) = 5040$. If we divide $7^{(4)}$ by $4!$ it counts multisubsets.
But what kind of combinatorial problem does rising factorial solve on its own?
discrete-mathematics
discrete-mathematics
asked Jun 18 '15 at 1:11
Kyle
402
402
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
That's a factorial...
– Kbot
Jun 18 '15 at 2:43
add a comment |
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
That's a factorial...
– Kbot
Jun 18 '15 at 2:43
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
That's a factorial...
– Kbot
Jun 18 '15 at 2:43
That's a factorial...
– Kbot
Jun 18 '15 at 2:43
add a comment |
1 Answer
1
active
oldest
votes
Imagine constructing a permutation of $k$ elements with $n-1$ elements initially, but add a spot for each number placed in the sequence instead of taking one away. I'm going to call this a rising permutation for lack of a better name.
You can visualize the construction of an ordinary permutation on $n$ elements by imagining $n$ slots and replacing one slot with a number every turn. We'll number the turns $1,2, dots, n$ . In this array below each $*$ is an as-yet-unfilled box and each row represents the state at the end of the $n$th turn, with the first row being the initial state.
$$
begin{array}{ccc}
* & * & * \
* & 1 & * \
2 & 1 & * \
2 & 1 & 3 \
end{array}
$$
There are several equivalent ways of thinking about constructing a permutation one element at a time. This way doesn't make it easy to visualize what happens if there are more numbers than slots (the falling factorial case). However, it does make the analogy with a "rising permutation" more obvious. The key difference is that, on the $i$th turn, we place the number $i$ between one of the items already in the sequence. Doing so creates a slot instead of consuming one.
Each row represents a turn. The gaps in the earlier rows are so that each column tracks the lifetime of a single item in the sequence.
$$ begin{array}{cccccc}
& * & * & & * & \
& * & * & 1 & * & \
2 & * & * & 1 & * & \
2 & * & * & 1 & * & 3 \
end{array}$$
The above example is from $(4)^{overline{3}}$ .
The rising factorial $(n)^{overline{k}}$ asks how many distinct sequences can be made after $k$ turns if there are $(n-1)$ stars initially (equivalently $n$ stars at the end of turn $1$) . Note that a sequence contains the stars that are in it so * 1 *
and 1 * *
are not the same sequence.
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%2f1329602%2ffalling-factorial-counts-permutations-what-does-rising-factorial-count%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
Imagine constructing a permutation of $k$ elements with $n-1$ elements initially, but add a spot for each number placed in the sequence instead of taking one away. I'm going to call this a rising permutation for lack of a better name.
You can visualize the construction of an ordinary permutation on $n$ elements by imagining $n$ slots and replacing one slot with a number every turn. We'll number the turns $1,2, dots, n$ . In this array below each $*$ is an as-yet-unfilled box and each row represents the state at the end of the $n$th turn, with the first row being the initial state.
$$
begin{array}{ccc}
* & * & * \
* & 1 & * \
2 & 1 & * \
2 & 1 & 3 \
end{array}
$$
There are several equivalent ways of thinking about constructing a permutation one element at a time. This way doesn't make it easy to visualize what happens if there are more numbers than slots (the falling factorial case). However, it does make the analogy with a "rising permutation" more obvious. The key difference is that, on the $i$th turn, we place the number $i$ between one of the items already in the sequence. Doing so creates a slot instead of consuming one.
Each row represents a turn. The gaps in the earlier rows are so that each column tracks the lifetime of a single item in the sequence.
$$ begin{array}{cccccc}
& * & * & & * & \
& * & * & 1 & * & \
2 & * & * & 1 & * & \
2 & * & * & 1 & * & 3 \
end{array}$$
The above example is from $(4)^{overline{3}}$ .
The rising factorial $(n)^{overline{k}}$ asks how many distinct sequences can be made after $k$ turns if there are $(n-1)$ stars initially (equivalently $n$ stars at the end of turn $1$) . Note that a sequence contains the stars that are in it so * 1 *
and 1 * *
are not the same sequence.
add a comment |
Imagine constructing a permutation of $k$ elements with $n-1$ elements initially, but add a spot for each number placed in the sequence instead of taking one away. I'm going to call this a rising permutation for lack of a better name.
You can visualize the construction of an ordinary permutation on $n$ elements by imagining $n$ slots and replacing one slot with a number every turn. We'll number the turns $1,2, dots, n$ . In this array below each $*$ is an as-yet-unfilled box and each row represents the state at the end of the $n$th turn, with the first row being the initial state.
$$
begin{array}{ccc}
* & * & * \
* & 1 & * \
2 & 1 & * \
2 & 1 & 3 \
end{array}
$$
There are several equivalent ways of thinking about constructing a permutation one element at a time. This way doesn't make it easy to visualize what happens if there are more numbers than slots (the falling factorial case). However, it does make the analogy with a "rising permutation" more obvious. The key difference is that, on the $i$th turn, we place the number $i$ between one of the items already in the sequence. Doing so creates a slot instead of consuming one.
Each row represents a turn. The gaps in the earlier rows are so that each column tracks the lifetime of a single item in the sequence.
$$ begin{array}{cccccc}
& * & * & & * & \
& * & * & 1 & * & \
2 & * & * & 1 & * & \
2 & * & * & 1 & * & 3 \
end{array}$$
The above example is from $(4)^{overline{3}}$ .
The rising factorial $(n)^{overline{k}}$ asks how many distinct sequences can be made after $k$ turns if there are $(n-1)$ stars initially (equivalently $n$ stars at the end of turn $1$) . Note that a sequence contains the stars that are in it so * 1 *
and 1 * *
are not the same sequence.
add a comment |
Imagine constructing a permutation of $k$ elements with $n-1$ elements initially, but add a spot for each number placed in the sequence instead of taking one away. I'm going to call this a rising permutation for lack of a better name.
You can visualize the construction of an ordinary permutation on $n$ elements by imagining $n$ slots and replacing one slot with a number every turn. We'll number the turns $1,2, dots, n$ . In this array below each $*$ is an as-yet-unfilled box and each row represents the state at the end of the $n$th turn, with the first row being the initial state.
$$
begin{array}{ccc}
* & * & * \
* & 1 & * \
2 & 1 & * \
2 & 1 & 3 \
end{array}
$$
There are several equivalent ways of thinking about constructing a permutation one element at a time. This way doesn't make it easy to visualize what happens if there are more numbers than slots (the falling factorial case). However, it does make the analogy with a "rising permutation" more obvious. The key difference is that, on the $i$th turn, we place the number $i$ between one of the items already in the sequence. Doing so creates a slot instead of consuming one.
Each row represents a turn. The gaps in the earlier rows are so that each column tracks the lifetime of a single item in the sequence.
$$ begin{array}{cccccc}
& * & * & & * & \
& * & * & 1 & * & \
2 & * & * & 1 & * & \
2 & * & * & 1 & * & 3 \
end{array}$$
The above example is from $(4)^{overline{3}}$ .
The rising factorial $(n)^{overline{k}}$ asks how many distinct sequences can be made after $k$ turns if there are $(n-1)$ stars initially (equivalently $n$ stars at the end of turn $1$) . Note that a sequence contains the stars that are in it so * 1 *
and 1 * *
are not the same sequence.
Imagine constructing a permutation of $k$ elements with $n-1$ elements initially, but add a spot for each number placed in the sequence instead of taking one away. I'm going to call this a rising permutation for lack of a better name.
You can visualize the construction of an ordinary permutation on $n$ elements by imagining $n$ slots and replacing one slot with a number every turn. We'll number the turns $1,2, dots, n$ . In this array below each $*$ is an as-yet-unfilled box and each row represents the state at the end of the $n$th turn, with the first row being the initial state.
$$
begin{array}{ccc}
* & * & * \
* & 1 & * \
2 & 1 & * \
2 & 1 & 3 \
end{array}
$$
There are several equivalent ways of thinking about constructing a permutation one element at a time. This way doesn't make it easy to visualize what happens if there are more numbers than slots (the falling factorial case). However, it does make the analogy with a "rising permutation" more obvious. The key difference is that, on the $i$th turn, we place the number $i$ between one of the items already in the sequence. Doing so creates a slot instead of consuming one.
Each row represents a turn. The gaps in the earlier rows are so that each column tracks the lifetime of a single item in the sequence.
$$ begin{array}{cccccc}
& * & * & & * & \
& * & * & 1 & * & \
2 & * & * & 1 & * & \
2 & * & * & 1 & * & 3 \
end{array}$$
The above example is from $(4)^{overline{3}}$ .
The rising factorial $(n)^{overline{k}}$ asks how many distinct sequences can be made after $k$ turns if there are $(n-1)$ stars initially (equivalently $n$ stars at the end of turn $1$) . Note that a sequence contains the stars that are in it so * 1 *
and 1 * *
are not the same sequence.
answered Nov 19 '18 at 2:05
Gregory Nisbet
524312
524312
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f1329602%2ffalling-factorial-counts-permutations-what-does-rising-factorial-count%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
Wouldn't rising subsets we used as the equivalent of Permutations?
– Kbot
Jun 18 '15 at 1:18
I am not sure. For example, $7! = 7 cdot 6 cdot ldots 1$.
– Kyle
Jun 18 '15 at 1:21
That's a factorial...
– Kbot
Jun 18 '15 at 2:43