- #1
Supierreious
- 21
- 0
Homework Statement
Question 1 :
a) Use Venn diagrams to determine whether or not, for all subnets A,B and C of a universal set U, (A-B) ∪ C = (A∪C) - (A∩B)
b) If the statement appears to hold, give a proof, if not, give a counter example.
Homework Equations
(A-B) ∪ C = (A∪C) - (A∩B)
*there are no other variables given
*no other values are known
*this question relates to the proof
The Attempt at a Solution
a) I have drawn the Venn diagrams, which does not reflect that they equate to each other, so they are not equal.
b) The counter example is the one I am struggling with, so i will explain how i did it, and basically just adapted an answer from my textbook :
Attempt to prove with counter example :
------------------------------------------------------------
Let : A = {1;2}
Let : B = {2;3}
Let : C = {1;4}
Left hand : (A-B) ∪ C :
(A-B) = = {1;2} - {2;3} = {1;3}
(A-B) ∪ C = {1;3} ∪ C = {1;3} ∪ {1;4} = {1;3;4}
(A-B) ∪ C = {1;3;4}
Now to find out what the right hand side is :
(A∪C) - (A∩B) :
(A∪C) = {1;2}∪{1;4} = {1;2;4}
(A∩B) = {1;2}∩{2;3} = {2}
(A∪C) - (A∩B) = {1;4}
Thus :
(A-B) ∪ C ≠ (A∪C) - (A∩B)
-----------------------------------------------------------------------------
Please let me know if this is right, or where i can improve, this is something new to me, and i still need to work on this alot.