How can I calculate how many times a given subset of (finite) X will appear in the set of subsets of X of a...
$begingroup$
Let $X$ be a finite set. Suppose $R$ is some proper subset of X. Let $S$ be the set of subsets of $X$ of a given size; for example, $S$ could be the set of three-membered subsets of $X$. Is there any way to calculate how many members of $S$ have $R$ as a subset?
[edited this question due to some unclarities in the formulation]
combinatorics elementary-set-theory binomial-theorem
$endgroup$
add a comment |
$begingroup$
Let $X$ be a finite set. Suppose $R$ is some proper subset of X. Let $S$ be the set of subsets of $X$ of a given size; for example, $S$ could be the set of three-membered subsets of $X$. Is there any way to calculate how many members of $S$ have $R$ as a subset?
[edited this question due to some unclarities in the formulation]
combinatorics elementary-set-theory binomial-theorem
$endgroup$
1
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23
add a comment |
$begingroup$
Let $X$ be a finite set. Suppose $R$ is some proper subset of X. Let $S$ be the set of subsets of $X$ of a given size; for example, $S$ could be the set of three-membered subsets of $X$. Is there any way to calculate how many members of $S$ have $R$ as a subset?
[edited this question due to some unclarities in the formulation]
combinatorics elementary-set-theory binomial-theorem
$endgroup$
Let $X$ be a finite set. Suppose $R$ is some proper subset of X. Let $S$ be the set of subsets of $X$ of a given size; for example, $S$ could be the set of three-membered subsets of $X$. Is there any way to calculate how many members of $S$ have $R$ as a subset?
[edited this question due to some unclarities in the formulation]
combinatorics elementary-set-theory binomial-theorem
combinatorics elementary-set-theory binomial-theorem
edited Jan 7 at 16:44
burt_gellorbsen
asked Jan 7 at 16:15
burt_gellorbsenburt_gellorbsen
61
61
1
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23
add a comment |
1
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23
1
1
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You rightly mentioned that if $|R|>|s|,sin S$, then the answer is $0$. On the other hand, if $|s|ge|R|$, you can count the number of subsets of $X$ of size $|s|$ with $R$ as a subset. For that, note that $|R|$ elements are already fixed; they are the elements of $R$. You can select the remaining $|s|-|R|$ elements from the remaining $|X|-|R|$ elements of $X$ in $displaystylebinom{|X|-|R|}{|s|-|R|}$ ways, which is the answer.
$endgroup$
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
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%2f3065176%2fhow-can-i-calculate-how-many-times-a-given-subset-of-finite-x-will-appear-in-t%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$
You rightly mentioned that if $|R|>|s|,sin S$, then the answer is $0$. On the other hand, if $|s|ge|R|$, you can count the number of subsets of $X$ of size $|s|$ with $R$ as a subset. For that, note that $|R|$ elements are already fixed; they are the elements of $R$. You can select the remaining $|s|-|R|$ elements from the remaining $|X|-|R|$ elements of $X$ in $displaystylebinom{|X|-|R|}{|s|-|R|}$ ways, which is the answer.
$endgroup$
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
add a comment |
$begingroup$
You rightly mentioned that if $|R|>|s|,sin S$, then the answer is $0$. On the other hand, if $|s|ge|R|$, you can count the number of subsets of $X$ of size $|s|$ with $R$ as a subset. For that, note that $|R|$ elements are already fixed; they are the elements of $R$. You can select the remaining $|s|-|R|$ elements from the remaining $|X|-|R|$ elements of $X$ in $displaystylebinom{|X|-|R|}{|s|-|R|}$ ways, which is the answer.
$endgroup$
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
add a comment |
$begingroup$
You rightly mentioned that if $|R|>|s|,sin S$, then the answer is $0$. On the other hand, if $|s|ge|R|$, you can count the number of subsets of $X$ of size $|s|$ with $R$ as a subset. For that, note that $|R|$ elements are already fixed; they are the elements of $R$. You can select the remaining $|s|-|R|$ elements from the remaining $|X|-|R|$ elements of $X$ in $displaystylebinom{|X|-|R|}{|s|-|R|}$ ways, which is the answer.
$endgroup$
You rightly mentioned that if $|R|>|s|,sin S$, then the answer is $0$. On the other hand, if $|s|ge|R|$, you can count the number of subsets of $X$ of size $|s|$ with $R$ as a subset. For that, note that $|R|$ elements are already fixed; they are the elements of $R$. You can select the remaining $|s|-|R|$ elements from the remaining $|X|-|R|$ elements of $X$ in $displaystylebinom{|X|-|R|}{|s|-|R|}$ ways, which is the answer.
answered Jan 7 at 16:52
Shubham JohriShubham Johri
4,885717
4,885717
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
add a comment |
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
$begingroup$
This is great, thank you!
$endgroup$
– burt_gellorbsen
Jan 7 at 16:54
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%2f3065176%2fhow-can-i-calculate-how-many-times-a-given-subset-of-finite-x-will-appear-in-t%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
1
$begingroup$
R will either appear or not appear in S depending on its size. Perhaps reclarify your question?
$endgroup$
– T. Fo
Jan 7 at 16:19
$begingroup$
Thanks for your quick response. I was assuming that when $|R| > |s|$ (where $s$ is a given member of $S$) then the number of times $R$ appears in $S$ would be zero. But I may be overlooking something.
$endgroup$
– burt_gellorbsen
Jan 7 at 16:21
$begingroup$
ya thats right. say S is the set of subsets of X of size n. then if |R| = n, R will be in S. otherwise it will not.
$endgroup$
– T. Fo
Jan 7 at 16:23