E1.2 Sets
- Syllabus
- 0580–2028–2029
- Topic
- E1.2
- Level
- Extended
A set is a collection of distinct elements. In a Venn diagram, the rectangle is the universal set E and each circle contains the elements of one set. Overlaps show elements that satisfy more than one set description; regions outside a circle show elements that do not belong to that set.
| Notation | Meaning |
|---|---|
| n(A) | number of elements in A |
| x∈A / x∈/A | x is / is not an element of A |
| A′ | complement: elements of E that are not in A |
| ∅ | empty set: a set with no elements |
| A⊆B / A⊈B | every element of A is / is not also in B |
| A∪B | union: in A or B, including the overlap |
| A∩B | intersection: in both A and B |
Sets may be listed, such as D={a,b,c,…}, or defined by a rule. Examples are A={x:x is a natural number}, C={x:a≤x≤b}, and B={(x,y):y=mx+c}. The colon means ‘such that’; an ordered pair (x,y) is one element of B.
To translate notation into a Venn region:
Let E={1,2,3,4,5,6,7,8,9,10}, A={2,4,6,8,10} and B={3,6,9}. Then A∩B={6}, A∪B={2,3,4,6,8,9,10}, and A′={1,3,5,7,9}. Also A∩B′={2,4,8,10}, so n(A∩B′)=4.
n(A∪B)=n(A)+n(B)−n(A∩B)
The intersection is subtracted because it was counted once in n(A) and once in n(B). When filling a numerical Venn diagram, place the deepest intersection first, then pair-only regions, then single-set regions, and finally the region outside all sets. This prevents an overlap from being counted twice.
x∈A says that x is one element; X⊆A says that every element of set X lies in A. The empty set ∅ has no elements, whereas {0} contains one element. A complement is always relative to the stated universal set, and ‘or’ in a union includes the intersection unless the question explicitly excludes it.