Intersection

The set of elements that common to 2 sets.

Represented by the \cap symbol (\cap in LaTeX).

Example (using Listing Method):

A={a,b,c}A = \{a, b, c\} B={c,d,e}B = \{c, d, e\} AB={c}A \cap B = \{c\}

See also Union