- #1
ktheo
- 51
- 0
Homework Statement
Question 1. Let U be a universal set, A and B two subsets of U.
(1) Show that
B ⊆ A ∪ (B ∩ A^c).
(2) A = B if and only if there exists a subset X of U such that A ∪ X = B ∪ X and X\A^c = X\B^c.
The Attempt at a Solution
My attempt at a solution is as follows:
Part 1: Showing B ⊆ A ∪ (B ∩ A^c)
(A∪B)∩(A∪A^c)
(A∪B)∩([itex]\bigcup[/itex])
Since A∪B are both in universe, it serves that B ⊆ A ∪ (B ∩ A^c).
Part 2
A = B if and only if there exists a subset X of U such that A ∪ X = B ∪ X and X\A^c = X\B^c.
So I claimed double inclusion proof here, letting X[itex]\in[/itex]A
Case 1: X[itex]\in[/itex]X
X[itex]\in[/itex]A[itex]\cup[/itex]X[itex]\Rightarrow[/itex]X[itex]\in[/itex]B[itex]\cup[/itex]X[itex]\Rightarrow[/itex]X[itex]\in[/itex]B
Case 2: X[itex]\notin[/itex]X[itex]\Rightarrow[/itex]X[itex]\in[/itex]X\A^c[itex]\Rightarrow[/itex]X[itex]\in[/itex]X\B^c[itex]\Rightarrow[/itex]X[itex]\in[/itex]X or X[itex]\in[/itex]B^c but X[itex]\notin[/itex]X so X[itex]\in[/itex]B
So I think the problem with this question is that I am not fully understanding the concept of the property known as the difference.