Simplify Set Math Problem: A\cup (B\cup C - B\cap C) - A\cap (B\cup C - B\cap C)

  • Thread starter Thread starter Treadstone 71
  • Start date Start date
  • Tags Tags
    Set Simplify
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Treadstone 71
Messages
275
Reaction score
0
I have no formal training in set theory, and I need to simplify the following:

[tex](A\cup B - A\cap B)\cup C - (A\cup B - A\cap B)\cap C[/tex]

Preferably, it should somehow end up as:

[tex]A\cup (B\cup C - B\cap C) - A\cap (B\cup C - B\cap C)[/tex]
 
Physics news on Phys.org
The union of A and B is the set of points in A or B or both, so subtracting off the part in both A and B leaves the part in either A or B. Call this set D. Then you do the same thing with D and C. So you want the points that are either in C or D (not both), which means they are either in A, or B, or C, but not more than one of these. Does that help at all?
 
I don't see how the second thing is a simplification of the first, but the two are the same. You could use:

(A + B + C) - (AB + BC + AC)

where + is union, and juxtaposition is intersection.
 
What are the basic properties of unions and intersections? For example, what is

[tex](A-B)\cap C[/tex]

I know how unions and intersections interact with one another, but what about the above case?
 
Last edited:
We can pretend we are given a base space X containing all the sets, and then we can define a set X-B, the complement of B in X, and then this becomes:

[tex](A-B) \cap C = (A \cap (X-B))\cap C = A \cap (X-B)\cap C[/tex]

Since intersection is associative, and so you can do what you want with this:

[tex](A-B) \cap C = (C-B) \cap A = (A\cap C) -B[/tex]