Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Where am I doing it wrong? Both of them should be simplified to $ A \cup (B \cap C)$


1$$ A \cup (B \cap (A \cup C) ) = A \cup (A \cup B^c)^c) \cap (A\cup C)$$ 2$$ A \cup ((B \cap A)\cup(B \cap C)) = A \cup (A^c \cup B)\cap (A\cup C)$$ 3$$ (A \cup (B \cap A )) \cup (A \cup (B \cap C)) = ((A \cup A^c )\cup B)\cap (A\cup C)$$ 4$$ A \cup (B \cap C) = B\cap (A\cup C)$$

share|improve this question
1  
The normal argument is element chasing. That is assume $x$ is a member of the set on the left hand side and prove it is an element of the right hand side. Do the same assuming that $x$ is an element of the right hand side. If both hold the sides must be equal. – user45150 Feb 1 at 5:16

1 Answer

up vote 0 down vote accepted

Nevermind if solved it now. I was doing the De Morgans law in the wrong way. $A∪((B∩A)∪(B∩C))=A∪(A^c∩B)∩(A∪C)$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.