Simplify the view of the set

To simplify the form of a set given by operations, applying the laws of set algebra (the answer sets can enter no more than once): (A ∩ B)∆(¯A ∩ B) What's next? Can I take B andenter a description of the image here move to left B?

Author: Bohdan, 2020-09-30

1 answers

In general, it is convenient to use drawings here. You draw two intersecting circles: set A and set B (there are drawings, for example, here). Next, you use a different color for two sets: (A ∩ B) and (A ∩ B). Everything that is colored with the 1st and 2nd colors, but not both, is the answer. I think it will be easy to understand that the answer is A∆B.

If we go the formal way, then

(A ∩ ¯B)∆(¯A ∩ B) = ((A ∩ ¯B) ⋃ (¯A ∩ B)) \ ((A ∩ ¯B) ⋂ (¯A ∩ B)) = A∆B \ ∅ = A∆B, т.к.:
(A ∩ ¯B) ⋃ (¯A ∩ B) = {x: (x∈A & x∉B) ∨ (x∉A & x∈B)} = A∆B
(A ∩ ¯B) ⋂ (¯A ∩ B) = {x: (x∈A & x∉B) & (x∉A & x∈B)} = ∅
 1
Author: Mikhail Ionkin, 2020-09-30 21:52:21