Solving system of set equations












0














Given
$$
begin{cases}
A setminus X = B\
X setminus A = C
end{cases}
B subseteq A, A cap C neq emptyset
$$

I'm asked to find $X$.



My attempt:



$A setminus X = A setminus ((X setminus A) cup (X cap A)) = B$



$A setminus (C cup (X cap A)) = B$



$A = B cup C cup (X cap A)$



$A setminus (B cup C) = X setminus overline{A}$



$(A setminus (B cup C)) cup overline{A} = X$



Is everything correct?



If not, what is the correct solution?










share|cite|improve this question
























  • Have you tried drawing a Venn diagram?
    – Y. Forman
    Nov 28 '18 at 1:27










  • @Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
    – False Promise
    Nov 28 '18 at 1:28












  • Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
    – Y. Forman
    Nov 28 '18 at 1:29
















0














Given
$$
begin{cases}
A setminus X = B\
X setminus A = C
end{cases}
B subseteq A, A cap C neq emptyset
$$

I'm asked to find $X$.



My attempt:



$A setminus X = A setminus ((X setminus A) cup (X cap A)) = B$



$A setminus (C cup (X cap A)) = B$



$A = B cup C cup (X cap A)$



$A setminus (B cup C) = X setminus overline{A}$



$(A setminus (B cup C)) cup overline{A} = X$



Is everything correct?



If not, what is the correct solution?










share|cite|improve this question
























  • Have you tried drawing a Venn diagram?
    – Y. Forman
    Nov 28 '18 at 1:27










  • @Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
    – False Promise
    Nov 28 '18 at 1:28












  • Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
    – Y. Forman
    Nov 28 '18 at 1:29














0












0








0







Given
$$
begin{cases}
A setminus X = B\
X setminus A = C
end{cases}
B subseteq A, A cap C neq emptyset
$$

I'm asked to find $X$.



My attempt:



$A setminus X = A setminus ((X setminus A) cup (X cap A)) = B$



$A setminus (C cup (X cap A)) = B$



$A = B cup C cup (X cap A)$



$A setminus (B cup C) = X setminus overline{A}$



$(A setminus (B cup C)) cup overline{A} = X$



Is everything correct?



If not, what is the correct solution?










share|cite|improve this question















Given
$$
begin{cases}
A setminus X = B\
X setminus A = C
end{cases}
B subseteq A, A cap C neq emptyset
$$

I'm asked to find $X$.



My attempt:



$A setminus X = A setminus ((X setminus A) cup (X cap A)) = B$



$A setminus (C cup (X cap A)) = B$



$A = B cup C cup (X cap A)$



$A setminus (B cup C) = X setminus overline{A}$



$(A setminus (B cup C)) cup overline{A} = X$



Is everything correct?



If not, what is the correct solution?







discrete-mathematics proof-verification elementary-set-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 '18 at 2:14









Andrés E. Caicedo

64.8k8158246




64.8k8158246










asked Nov 28 '18 at 1:25









False Promise

6581715




6581715












  • Have you tried drawing a Venn diagram?
    – Y. Forman
    Nov 28 '18 at 1:27










  • @Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
    – False Promise
    Nov 28 '18 at 1:28












  • Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
    – Y. Forman
    Nov 28 '18 at 1:29


















  • Have you tried drawing a Venn diagram?
    – Y. Forman
    Nov 28 '18 at 1:27










  • @Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
    – False Promise
    Nov 28 '18 at 1:28












  • Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
    – Y. Forman
    Nov 28 '18 at 1:29
















Have you tried drawing a Venn diagram?
– Y. Forman
Nov 28 '18 at 1:27




Have you tried drawing a Venn diagram?
– Y. Forman
Nov 28 '18 at 1:27












@Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
– False Promise
Nov 28 '18 at 1:28






@Y.Forman Ahh...I didn't because I don't want to draw for all possible set configurations.
– False Promise
Nov 28 '18 at 1:28














Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
– Y. Forman
Nov 28 '18 at 1:29




Try drawing just $A$ and $X$ in the general configuration, then identifying $B$ and $C$ on the diagram.
– Y. Forman
Nov 28 '18 at 1:29










1 Answer
1






active

oldest

votes


















3














Your jump from the second to the third line is unjustified - and the third line clearly cannot be true if $C cap A = varnothing$



Instead, start from $X = (Xsetminus A) cup(Xcap A)$. The first term is $C$; the second is related to $B$, see if you can figure out how.



As I mentioned in the comments, I recommend following along a Venn diagram as you derive these equations.






share|cite|improve this answer





















  • @FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
    – Y. Forman
    Nov 28 '18 at 1:54










  • Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
    – False Promise
    Nov 28 '18 at 1:59












  • @FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
    – Y. Forman
    Nov 28 '18 at 2:01










  • Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
    – False Promise
    Nov 28 '18 at 2:36











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016579%2fsolving-system-of-set-equations%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









3














Your jump from the second to the third line is unjustified - and the third line clearly cannot be true if $C cap A = varnothing$



Instead, start from $X = (Xsetminus A) cup(Xcap A)$. The first term is $C$; the second is related to $B$, see if you can figure out how.



As I mentioned in the comments, I recommend following along a Venn diagram as you derive these equations.






share|cite|improve this answer





















  • @FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
    – Y. Forman
    Nov 28 '18 at 1:54










  • Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
    – False Promise
    Nov 28 '18 at 1:59












  • @FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
    – Y. Forman
    Nov 28 '18 at 2:01










  • Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
    – False Promise
    Nov 28 '18 at 2:36
















3














Your jump from the second to the third line is unjustified - and the third line clearly cannot be true if $C cap A = varnothing$



Instead, start from $X = (Xsetminus A) cup(Xcap A)$. The first term is $C$; the second is related to $B$, see if you can figure out how.



As I mentioned in the comments, I recommend following along a Venn diagram as you derive these equations.






share|cite|improve this answer





















  • @FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
    – Y. Forman
    Nov 28 '18 at 1:54










  • Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
    – False Promise
    Nov 28 '18 at 1:59












  • @FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
    – Y. Forman
    Nov 28 '18 at 2:01










  • Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
    – False Promise
    Nov 28 '18 at 2:36














3












3








3






Your jump from the second to the third line is unjustified - and the third line clearly cannot be true if $C cap A = varnothing$



Instead, start from $X = (Xsetminus A) cup(Xcap A)$. The first term is $C$; the second is related to $B$, see if you can figure out how.



As I mentioned in the comments, I recommend following along a Venn diagram as you derive these equations.






share|cite|improve this answer












Your jump from the second to the third line is unjustified - and the third line clearly cannot be true if $C cap A = varnothing$



Instead, start from $X = (Xsetminus A) cup(Xcap A)$. The first term is $C$; the second is related to $B$, see if you can figure out how.



As I mentioned in the comments, I recommend following along a Venn diagram as you derive these equations.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 28 '18 at 1:33









Y. Forman

11.4k523




11.4k523












  • @FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
    – Y. Forman
    Nov 28 '18 at 1:54










  • Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
    – False Promise
    Nov 28 '18 at 1:59












  • @FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
    – Y. Forman
    Nov 28 '18 at 2:01










  • Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
    – False Promise
    Nov 28 '18 at 2:36


















  • @FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
    – Y. Forman
    Nov 28 '18 at 1:54










  • Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
    – False Promise
    Nov 28 '18 at 1:59












  • @FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
    – Y. Forman
    Nov 28 '18 at 2:01










  • Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
    – False Promise
    Nov 28 '18 at 2:36
















@FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
– Y. Forman
Nov 28 '18 at 1:54




@FalsePromise But $A setminus X = B$ implies $B$ and $X$ are disjoint, so we cannot have $X cap A=B$
– Y. Forman
Nov 28 '18 at 1:54












Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
– False Promise
Nov 28 '18 at 1:59






Yea, that was a mistake. I actually ended up with a non convex circle for $X$, i.e. $X$ lies on the outermost level having a gap in the middle which is $B$, this is why I got such result.
– False Promise
Nov 28 '18 at 1:59














@FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
– Y. Forman
Nov 28 '18 at 2:01




@FalsePromise I'm not sure what you mean. In any case, whatever you see in the diagram, try to follow the reasoning through to the equation manipulation.
– Y. Forman
Nov 28 '18 at 2:01












Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
– False Promise
Nov 28 '18 at 2:36




Thank you! Finally came up with answer by drawing diagrams right: $X = C cup (A setminus B)$.
– False Promise
Nov 28 '18 at 2:36


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016579%2fsolving-system-of-set-equations%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Index of /

Tribalistas

Listed building