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\}

If an object is a member of both AA and BB, it will appear in CC.

The following facts are obvious from the definition of the intersection operation, where U\mathbb{U} is the universal set, AA is an arbitrary set, and \emptyset is the empty set:

A=A=AU=UA=AA\cap \emptyset = \emptyset \cap A = \emptyset \\A\cap \mathbb{U} = \mathbb{U} \cap A = A

Cardinality

Further, if C=ABC=A∩B, where AA and BB are finite sets, the cardinality of CC cannot be greater than the cardinality of AA or BB—that is, CA|C|\le |A| and CB|C|\le |B|.

Get hands-on with 1200+ tech skills courses.