Explanation
The correct option is (b) A AND B.
Detailed Solution & Explanation
In set theory and mathematical logic, operations on sets have a direct correspondence with logical connectives.
Definition of Intersection:
The intersection of two sets A and B, denoted by A∩B, is the set containing all elements that belong to both set A and set B simultaneously.
Mathematically, it is written in set-builder notation as:
A∩B={x:x∈A and x∈B}
Comparison of Options:
(a) A OR B: This represents the Union of two sets (A∪B). It includes elements that are in A, or in B, or in both.
(b) A AND B: This represents the Intersection (A∩B). The word "AND" signifies that an element must satisfy both conditions to be included in the intersection.
(c) A XOR B: This represents the Symmetric Difference (AΔB). It includes elements that are in either A or B, but not in both.
(d) A NOT B: This represents the Set Difference (A∖B or A−B). It includes elements that belong to A but do not belong to B.
Thus, the operation of intersection corresponds exactly to the logical conjunction AND.