Celeb Glow
general | April 17, 2026

Simplifying a set theory expression

$\begingroup$

I'm learning the different laws used to simplify set theory expressions and I'm stuck at a more difficult task. I want to simplify the following expression:

$$\begin{align} (A \cup B) \setminus (A \setminus (A \cap B)) & = (A \cup B) \cap (A \setminus (A \cap B))' \\ & = (A \cup B) \cap (A \cap (A \cap B)')' \\ & = (A \cup B) \cap (A' \cup (A \cap B)) \\ & = ? \end{align} $$

What I wonder is how I proceed from here; I feel stuck.

Thanks in advance; and sorry I could not get the MathJaX to work, I'll learn it until next time.

$\endgroup$ 2

1 Answer

$\begingroup$

$$(A \cup B) \cap (A' \cup (A \cap B))$$ $$(A \cup B) \cap ((A' \cup A) \cap (A' \cup B))$$ $$(A \cup B) \cap (\text{"All"} \cap (A' \cup B))$$ $$(A \cup B) \cap (A' \cup B)$$ $$(A \cup A') \cap B$$ $$\text{"All"} \cap B$$ $$B$$

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy