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
Treadstone 71
Messages
275
Reaction score
0
I have no formal training in set theory, and I need to simplify the following:

(A\cup B - A\cap B)\cup C - (A\cup B - A\cap B)\cap C

Preferably, it should somehow end up as:

A\cup (B\cup C - B\cap C) - A\cap (B\cup C - B\cap C)
 
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.
 
This is basically the XOR relation. That is,

(A xor B) xor C = A xor (B xor C) = A xor B xor C,

well familiar to those of us who design integrated circuits.

Carl
 
What are the basic properties of unions and intersections? For example, what is

(A-B)\cap C

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:

(A-B) \cap C = (A \cap (X-B))\cap C = A \cap (X-B)\cap C

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

(A-B) \cap C = (C-B) \cap A = (A\cap C) -B
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top