Q21GATE 2011MCQ
Which one of the following is true?
📖 Explanation
The symmetric difference, denoted by (R−S)∪(S−R), contains elements present in either R or S, but not in both. The union (R∪S) contains elements present in R only, S only, or in both. By subtracting the symmetric difference from the union, we remove the elements that are exclusively in R or exclusively in S.
This operation effectively leaves only the elements common to both sets, which is the definition of the intersection:
(R∪S)−[(R−S)∪(S−R)]=R∩S
This identity holds because (R∪S) is the disjoint union of (R−S), (S−R), and (R∩S). Removing the first two sets leaves exactly (R∩S).