Prove that sets are pairwise disjoint
Prove for every two sets A and B that A − B, B − A and A ∩ B are pairwise disjoint.
I've been looking at this problem and keep thinking it isn't true every time I think I make progress.
My main issue is that A and B can be any sets, including themselves. If A = B then A-B={} but also B-A={} so they can't be disjoint.
Obviously I'm missing something, probably will feel dumb after I figure it out.
elementary-set-theory
add a comment |
Prove for every two sets A and B that A − B, B − A and A ∩ B are pairwise disjoint.
I've been looking at this problem and keep thinking it isn't true every time I think I make progress.
My main issue is that A and B can be any sets, including themselves. If A = B then A-B={} but also B-A={} so they can't be disjoint.
Obviously I'm missing something, probably will feel dumb after I figure it out.
elementary-set-theory
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44
add a comment |
Prove for every two sets A and B that A − B, B − A and A ∩ B are pairwise disjoint.
I've been looking at this problem and keep thinking it isn't true every time I think I make progress.
My main issue is that A and B can be any sets, including themselves. If A = B then A-B={} but also B-A={} so they can't be disjoint.
Obviously I'm missing something, probably will feel dumb after I figure it out.
elementary-set-theory
Prove for every two sets A and B that A − B, B − A and A ∩ B are pairwise disjoint.
I've been looking at this problem and keep thinking it isn't true every time I think I make progress.
My main issue is that A and B can be any sets, including themselves. If A = B then A-B={} but also B-A={} so they can't be disjoint.
Obviously I'm missing something, probably will feel dumb after I figure it out.
elementary-set-theory
elementary-set-theory
asked Nov 19 '18 at 2:37
T. Joe
62
62
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44
add a comment |
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44
add a comment |
1 Answer
1
active
oldest
votes
You seem to be forgetting the meaning to "pairwise disjoint." Two sets $A,B$ are disjoint if
$$A cap B = emptyset$$
(Note that "{}" is just an alternate way of denoting $emptyset$, and, further, that $emptyset cap emptyset = emptyset$, trivially.) More simply, two sets are disjoint if they have no elements in common.
Playing around with a few, small, trivial examples - or using Venn diagrams - might help illustrate what exactly is going on.
Note that $A$ is the entire left circle, $B$ is the entire right circle.
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
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%2f3004449%2fprove-that-sets-are-pairwise-disjoint%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
You seem to be forgetting the meaning to "pairwise disjoint." Two sets $A,B$ are disjoint if
$$A cap B = emptyset$$
(Note that "{}" is just an alternate way of denoting $emptyset$, and, further, that $emptyset cap emptyset = emptyset$, trivially.) More simply, two sets are disjoint if they have no elements in common.
Playing around with a few, small, trivial examples - or using Venn diagrams - might help illustrate what exactly is going on.
Note that $A$ is the entire left circle, $B$ is the entire right circle.
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
add a comment |
You seem to be forgetting the meaning to "pairwise disjoint." Two sets $A,B$ are disjoint if
$$A cap B = emptyset$$
(Note that "{}" is just an alternate way of denoting $emptyset$, and, further, that $emptyset cap emptyset = emptyset$, trivially.) More simply, two sets are disjoint if they have no elements in common.
Playing around with a few, small, trivial examples - or using Venn diagrams - might help illustrate what exactly is going on.
Note that $A$ is the entire left circle, $B$ is the entire right circle.
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
add a comment |
You seem to be forgetting the meaning to "pairwise disjoint." Two sets $A,B$ are disjoint if
$$A cap B = emptyset$$
(Note that "{}" is just an alternate way of denoting $emptyset$, and, further, that $emptyset cap emptyset = emptyset$, trivially.) More simply, two sets are disjoint if they have no elements in common.
Playing around with a few, small, trivial examples - or using Venn diagrams - might help illustrate what exactly is going on.
Note that $A$ is the entire left circle, $B$ is the entire right circle.
You seem to be forgetting the meaning to "pairwise disjoint." Two sets $A,B$ are disjoint if
$$A cap B = emptyset$$
(Note that "{}" is just an alternate way of denoting $emptyset$, and, further, that $emptyset cap emptyset = emptyset$, trivially.) More simply, two sets are disjoint if they have no elements in common.
Playing around with a few, small, trivial examples - or using Venn diagrams - might help illustrate what exactly is going on.
Note that $A$ is the entire left circle, $B$ is the entire right circle.
edited Nov 19 '18 at 2:59
answered Nov 19 '18 at 2:45
Eevee Trainer
4,4471632
4,4471632
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
add a comment |
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
I absolutely did forget what "pairwise disjoint" meant. Just to clarify they are pairwise disjoint if it is more than two sets that are disjoint with each other? A-B is disjoint with B-A which is disjoint with A ∩ B. So the group is pairwise disjoint
– T. Joe
Nov 19 '18 at 2:54
1
1
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
A group of multiple sets is pairwise disjoint if you can take any pair of them and they are disjoint. For example, if we want to say $A,B,C$ are pairwise disjoint, then $$A cap B = A cap C = B cap C = emptyset$$ I probably should've clarified that it is only "disjoint" if you're considering two sets ("$A$ and $B$ are disjoint"), and "pairwise disjoint" if you have a bunch of each, any two of which are disjoint
– Eevee Trainer
Nov 19 '18 at 2:59
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
Yes, sorry I rushed my response. They are only "pairwise disjoint" when a group of sets (more than 2) have no common elements between them. Regular "disjoint" only refers to two sets
– T. Joe
Nov 19 '18 at 3:04
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
It's fine, lol, I had rushed my own. But yup, that's exactly right. :)
– Eevee Trainer
Nov 19 '18 at 3:06
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%2f3004449%2fprove-that-sets-are-pairwise-disjoint%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
Empty sets are disjoint from anything, so A-B and B-A are disjoint when A=B.
– herb steinberg
Nov 19 '18 at 2:44