The intersection of two sets A and B, denoted A∩B, is the set of elements which are in both A and B.
Formally stated, where C=A∩B
x∈C↔(x∈A∧x∈B)
That is, Iff x is in the intersection C, then x is in A and x is in B.
For example,