cmajor47
- 53
- 0
Homework Statement
Prove that for all sets A, B, and C, (A-C) \cap (B-C) \cap (A-B) = ∅
Homework Equations
The Attempt at a Solution
Proof: Suppose A, B, and C are sets
Let x \in (A-C) \cap (B-C) \cap (A-B)
Since x \in (A-C), by definition of difference, x \in A and x \notin C
Since x \in (B-C), x \in B and x \notin C
Since x \in (A-B), x \in A and x \notin B
Then by definition of intersection, if x \in A then x \notin C and x \notin B
Also, if x \in B then x \notin C
Therefore there is no intersection of sets A, B, and C
Therefore, the intersection of (A-C) \cap (B-C) \cap (A-B) = ∅
Is this proof correct, I feel like I am missing something?