Rigorously prove that (A/B) U A = A
So I started off with
(x ∈ A ^ x ∉ B) v (x ∈ A)
Applying Distributivity
(x ∈ A v x ∈ A) ^ (x ∈ A v x ∉ B)
Applying Idempotency
(x ∈ A) ^ (x ∈ A v x ∉ B)
That's the point I reached, i.e. I'm stuck. I don't know how to break down further (x ∈ A v x ∉ B). Should I be using dominance or complement?
Thanks in Advance
Your last line is equivalent to just $x \in A$ because if the first part ($x \in A$) is satisfied, the second part ($x \in A \text{ or } x \notin B$) is always satisfied as well, hence the second part can be removed.