Discrete math equivalence classesNeed help counting equivalence classes.Discrete Math - Equivalence...
How to explain that I do not want to visit a country due to personal safety concern?
What are substitutions for coconut in curry?
Python if-else code style for reduced code for rounding floats
How to change two letters closest to a string and one letter immediately after a string using notepad++
Do I need to be arrogant to get ahead?
What is a^b and (a&b)<<1?
Can I use USB data pins as power source
How could a scammer know the apps on my phone / iTunes account?
Time travel from stationary position?
Min function accepting varying number of arguments in C++17
It's a yearly task, alright
If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?
Combining an idiom with a metonymy
How to write cleanly even if my character uses expletive language?
How do I hide Chekhov's Gun?
Who is flying the vertibirds?
compactness of a set where am I going wrong
Official degrees of earth’s rotation per day
If curse and magic is two sides of the same coin, why the former is forbidden?
Are all passive ability checks floors for active ability checks?
Identifying the interval from A♭ to D♯
Why Choose Less Effective Armour Types?
What is the significance behind "40 days" that often appears in the Bible?
Why doesn't using two cd commands in bash script execute the second command?
Discrete math equivalence classes
Need help counting equivalence classes.Discrete Math - Equivalence ClassesFind all equivalence classesProving that two equivalence classes are disjoint?Equivalence Classes OutputFinding distinct equivalence classesTotal Number of Equivalence classes of RProving equivalence classes for a equivalence relationDiscrete Math - Equivalence Classes of a set containing all real numbersWhat are the equivalence classes of R?
$begingroup$
Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$
- Show that $A$ is an equivalence relation.
- Let $a in A$. What is the size of the equivalence class of ${a}$?
- Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?
I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.
discrete-mathematics equivalence-relations
$endgroup$
add a comment |
$begingroup$
Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$
- Show that $A$ is an equivalence relation.
- Let $a in A$. What is the size of the equivalence class of ${a}$?
- Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?
I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.
discrete-mathematics equivalence-relations
$endgroup$
$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48
add a comment |
$begingroup$
Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$
- Show that $A$ is an equivalence relation.
- Let $a in A$. What is the size of the equivalence class of ${a}$?
- Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?
I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.
discrete-mathematics equivalence-relations
$endgroup$
Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$
- Show that $A$ is an equivalence relation.
- Let $a in A$. What is the size of the equivalence class of ${a}$?
- Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?
I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.
discrete-mathematics equivalence-relations
discrete-mathematics equivalence-relations
edited Mar 10 at 23:57
Brian
601114
601114
asked Mar 10 at 22:41
Dani JoDani Jo
43
43
$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48
add a comment |
$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48
$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48
$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Informally, under this equivalence relation two subsets are equivalent when they have the same size.
Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.
The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.
$endgroup$
add a comment |
$begingroup$
You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,
- Reflexive
- Symmetric
- Transitive
To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$
To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.
To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$
$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%2f3143014%2fdiscrete-math-equivalence-classes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Informally, under this equivalence relation two subsets are equivalent when they have the same size.
Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.
The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.
$endgroup$
add a comment |
$begingroup$
Informally, under this equivalence relation two subsets are equivalent when they have the same size.
Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.
The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.
$endgroup$
add a comment |
$begingroup$
Informally, under this equivalence relation two subsets are equivalent when they have the same size.
Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.
The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.
$endgroup$
Informally, under this equivalence relation two subsets are equivalent when they have the same size.
Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.
The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.
edited Mar 10 at 22:58
answered Mar 10 at 22:52
Foobaz JohnFoobaz John
22.7k41452
22.7k41452
add a comment |
add a comment |
$begingroup$
You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,
- Reflexive
- Symmetric
- Transitive
To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$
To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.
To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$
$endgroup$
add a comment |
$begingroup$
You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,
- Reflexive
- Symmetric
- Transitive
To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$
To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.
To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$
$endgroup$
add a comment |
$begingroup$
You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,
- Reflexive
- Symmetric
- Transitive
To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$
To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.
To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$
$endgroup$
You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,
- Reflexive
- Symmetric
- Transitive
To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$
To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.
To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$
answered Mar 10 at 22:54
WaveXWaveX
2,7622722
2,7622722
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%2f3143014%2fdiscrete-math-equivalence-classes%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$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48