The Intersection of Sets — a Set Operation

Binary Operations

The union of two sets A and B is denoted AB and is defined as AB={x|xA or xB}.

The intersection of two sets A and B is denoted AB and is defined as AB={x|xA and xB}.

Two sets are disjoint if they have no elements in common, that is, A and B are disjoint if AB=Ø.

The next operation that we will consider is called the intersection of sets. This is the set that we get when we look at elements that the two sets have in common. The intersection of two sets, A and B is the set containing all elements that are in both A and B; the notation for A intersect B is AB. So, if x is an element of A and x is an element of B, then x is an element of AB.

⛲ Example 1. For the sets C={bear, camel, horse, dog, cat} and D={lion, elephant, horse, dog}, we would get CD={horse, dog}.

[Definition] Intersection
The intersection of sets A and B, symbolized by AB, is the set containing all the elements that are common to both set A and set B.

venn diagram ao

Figure 1

The shaded region, region II. in Figure 1 represents the intersection of sets A and B.

⛲ Ex2. Get Ready
E={1,2,3,4,5,6}
F={2,4,6,8,10}
G={1,3,5,7,9}
① Write down the numbers in both E and F.
② Write down the numbers in both E and G.
③ Write down the numbers in both F and G.
🔑 Answers:
① 2,4,6
② 1,3,5
③ none

[Definition] The intersection of two sets S and T is the collection of all objects that are in both sets. It is written ST. Using curly brace notation

ST={x🙁xS) and (xT)}

The symbol and in the above definition is an example of a Boolean or logical operation. It is only true when both the propositions it joins are also true. It has a symbolic equivalent ∧. This lets us Write the formal definition of intersection more compactly:

ST={x🙁xS)∧(xT)}

⛲ Ex3: Intersections of sets
Suppose H={1,2,3,5}, I={1,3,4,5}, and J={2,3,4,5}.
Then:

HI={1,3,5},
HJ={2,3,5}, and
IJ={3,4,5}

⛲ Ex4. Let K={2,4,6,8} and L={6,8,10,12}.
Find KL.
✍ Solution: We see that 6, 8 are the only elements which are common to both K and L. Hence KL={6,8}.
⛲ Ex5. Let X={Ram, Geeta, Akbar} be the set of students of Class XI, who are in school hockey team. Let Y={Geeta, David, Ashok} be the set of students from Class XI who are in the school football team. Find X∩Y.
✍ Solution: We see that element ‘Geeta’ is the only element common to both. Hence, XY={Geeta}.
⛲ Ex6. Let M={1,2,3,4,5,6,7,8,9,10} and N={2,3,5,7}. Find MN and hence show that MN=N.
✍ Solution: We have MN={2,3,5,7}=N. We note that NM and that MN=N.

lntersections

If A and B are sets, then AB, read “A intersection B”, is a new set. Its elements are those objects which are in A and in B i.e. those elements which are in both sets.

Example. If O={1,2,3,4} and P={2,4,6,8}, list the elements of the set OP.

OP={2,4}

If A and B and C are sets, their intersection ABC is the set whose elements are those objects which appear in A and B and C i.e. those elements appearing in all three sets.

⛲ Ex7. If Q={1,2,3,4}, R={2,4,6,8} and S={3,4,5,6}. List the elements of the set QRS.

QR={2,4} so QRS={4}.

⛲ Ex8. If T={3,5,7,9,11}, V={7,9,11,13} and W={11,13,15},then find
(i) TV (ii) VW
✍ Solution:
We have, T={3,5,7,9,11}, V={7,9,11,13}, and W={11,13,15}
(i) TV={3,5,7,9,11}∩{7,9,11,13}={7,9,11}
(ii) VW={7,9,11,13}∩{11,13,15}={11,13}

⛲ Example 9.
(i) If Y={1,3,5,7,9} and Z={2,3,6,8,9}, then find YZ.
(ii) If Y={e,f,g} and Z=Ø, then find YZ.
(iii) If Y={x:x=3n, n∈ℤ} and Z={x:x=4n, n∈ℤ}, then find YZ.
✍ Solution:
(i) Given, Y={1,3,5,7,9} and Z={2,3,6,8,9}
YZ={3,9} [∵3 and 9 are only elements which are common]
(ii) Given, Y={e, f, g} and Z
YZ=Ø [since, there is no common element]
(iii) Let xYZ
xY and xZ
x is a multiple of 3 and x is a multiple of 4.
x is a multiple of 3 and 4 both.
x is a multiple of 12.
x=12n, n∈ℤ
Hence, YZ={x:x=12n, n∈ℤ}

⛲ Ex10. If E={x:x is a natural number}, F={x:x is an even natural number},
G={x:x is an odd natural number} and H={x:x is a prime number}, find
(i) EF (ii) EG (iii) EH (iv) FG (v) FH (vi) GH
Answer 7:
E={x:x is a natural number}={1,2,3,4,5,…}
F={x:x is an even natural number}={2,4,6,8,…}
G={x:x is an odd natural number}={1,3,5,7,9,…}
H={x:x is a prime number}={2,3,5,7,…}
(i) EF={x:x is a even natural number}=F
(ii) EG={x:x is an odd natural number}=G
(iii) EH={x:x is a prime number}=H
(iv) FG
(v) FH={2}
(vi) GH={x:x is odd prime number}

⛲ Ex11: The Intersection of Sets
Given

I={1,2,3,8}
J={1,3,6,7,8}
K={}

find
a) IJ. b) IK. c) Ī∩J. d) (IJ).
Solution:
a) IJ={1,2,3,8}∩{1,3,6,7,8}={1,3,8}. The elements common to both set I and set J are 1, 3, and 8.
b) IK={1,2,3,8}∩{}={}. There are no elements common to both set I and set K.
c) To determine Ī∩J. we must first determine Ī.

Ī={4,5.6,7,9, 10]
Ī∩J={4,5,6,7,9,10}∩{1,3,6,7,8}={6,7}

d) To find (IJ), first determine IJ.
IJ={1,3,8} from part(a)
(IJ)={1,3,8}={2,4,5,6,7,9,10}

If A and B are sets and AB=Ø then we say that A and B are disjoint, or disjoint sets.

⛲ Ex12. Find the intersection of each pair of sets:
(i) X={1,3,5}, Y={1,2,3}
(ii) L={a,e,i,o,u}, M={a,b,c}
(iii) N={x:x is a natural number and multiple of 3} O={x:x is a natural number less than 6}
(iv) P={x:x is a natural number and 1<x≤6} Q={x:x is a natural number and 6<x<10} (v) R={1,2,3}, S
Answers:
(i) X={1,3,5}, Y={1,2,3}
X∩Y={1,3}
(ii) L={a,e,i,o,u}, M={a,b,c}
LM={a}
(iii) N={x:x is a natural number and multiple of 3}=(3,6,9,…}
O={x:x is a natural number less than 6}={1,2,3,4,5}
NO={3}
(iv) P={x:x is a natural number and 1<x≤6}={2,3,4,5,6}
Q={x:x is a natural number and 6<x<10}={7,8,9} PQ
(v) R={1,2,3}, S=Ø, So,RS

⛲ Ex13. If T={3,5,7,9,11}, V={7,9,11,13}, W={11,13,15} and Y={15,17}; find
(i) TV
(ii) VW
(iii) TWY
(iv) TW
(v) VY
(vi) T∩(VW)
(vii) TY
(viii)T∩(VY)
(ix) (TV)∩(VW)
(x) (TY)∩(VW)
Answers:
(i) TV={7,9,11}
(ii) VW={11,13}
(iii) TWY=(TW}∩Y={11}∩{15,17}=Ø
(iv) TW={11}
(v) VY
(vi) T∩(VW)=(TV)∪(TW)={7,9,11}∪{11}={7,9,11}
(vii) TY
(viii) T∩(VY)=(TV)∪(TY)={7,9,11}∪Ø={7,9,11}
(ix) (TV)∩(VW)={7,9,11}∩{7,9,11,13,15}={7,9,11}
(x) (TY)∩(VW)={3,5,7,9,11,15,17}∩{7,9,11,13,15}={7,9,11,15}

RELATED POSTs