Intersection

Learn about the intersection operations defined for sets.

Intersection

A set intersection is a binary operation, which means two sets are required to perform this operation. The intersection of sets AA and BB is set CC, which contains every element that is a member of both AA and BB. We can write this definition as follows:

C=AB={xxAxB}C=A \cap B = \{x \mid x\in A \land x\in B\} ...

Access this course and 1400+ top-rated courses and projects.