C1.2 Sets
- Syllabus
- 0580–2028–2029
- Topic
- C1.2
- Level
- Core
A set is a collection whose members are fixed by a rule or a list. A two-set Venn diagram sorts every member of the universal set into four regions: in both sets, in only one of them, or in neither.
| Notation | Meaning | Region in a two-set diagram |
|---|---|---|
| n(A) | number of elements in A | count all of circle A |
| A′ | complement of A | everything in the universal set but outside A |
| A∪B | union: in A or B or both | both circles, including the overlap |
| A∩B | intersection: in both A and B | the overlap only |
The rectangle represents the universal set, written E. A complement is meaningful only after this universe is fixed: changing E can change A′ even when A stays the same.
| Form | What it says | Example |
|---|---|---|
| list or roster | write the elements between braces | B={a,b,c,…} |
| set-builder | name a variable and give its rule | A={x:x is a natural number} |
| bounded set-builder | give the allowed range | C={x:a≤x≤b}; both endpoints are included |
Place the intersection first. Then place members of A that are not in B in the A-only region, members of B that are not in A in the B-only region, and all remaining members of E outside both circles.
n(A∪B)=n(A)+n(B)−n(A∩B)
The intersection is subtracted once because it was counted once in n(A) and again in n(B). Also, n(A′)=n(E)−n(A) when every element is counted within the same universal set.
In set language, ‘or’ is inclusive: an element in both sets belongs to A∪B. Do not omit the overlap, and do not treat A′ as everything imaginable outside A—it means outside A but still inside the stated universal set. This Core objective uses no more than two sets.