Launching your learning experience…
Detailed notes on Sets for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Sets, elements, subsets, union, intersection, complement, set-builder notation. Cambridge expects FLUENCY with the symbols — they're language, not afterthought.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
A set is an unordered collection of distinct elements. Cambridge uses curly braces.
Set. A collection of distinct elements. List inside curly braces: A={2,4,6,8}.
Element of. x∈A reads "x is an element of A" (i.e. x is in the set).
2∈A,5∈/A.
Universal set. ξ (Greek letter "xi") is the set of all elements under consideration. Often given at the start of a question, e.g. ξ={1,2,3,…,10}.
Empty set. ∅ or {} has no elements. n(∅)=0.
Cardinality. n(A) is the number of elements in A.
Worked. ξ={1,2,3,4,5,6,7,8,9,10}, A={1,3,5,7,9}.
| Symbol | Meaning |
|---|---|
| ∈ / ∈/ | is / is not an element of |
| ξ | universal set |
| ∅ | empty set |
| n(A) | number of elements in A |
| ⊆ / ⊂ | subset / proper subset |
| ∪ / ∩ | union / intersection |
| A′ | complement of A |
A⊆B: every element of A is in B. Proper subset: A⊂B (A=B).
Subset. A⊆B means every element of A is also an element of B.
Proper subset. A⊂B means A⊆B AND A=B (strictly fewer elements).
Worked. A={1,2}, B={1,2,3,4}, C={1,2}.
Special cases.
Worked. How many subsets does {a,b,c} have?
Union: OR. Intersection: AND. Complement: NOT.
Union. A∪B contains elements in A OR B (or both). A∪B={x:x∈A or x∈B}.
Intersection. A∩B contains elements in BOTH A AND B. A∩B={x:x∈A and x∈B}.
Complement. A′ contains elements in ξ NOT in A. A′={x∈ξ:x∈/A}.
Worked. ξ={1,2,…,10}, A={1,3,5,7,9} (odd), B={2,3,5,7} (primes ≤10).
Define a set by a property: {x:condition on x}.
Set-builder. Instead of listing elements, describe them by a property: A={x:x is an integer and 1≤x≤10}.
The colon ":" reads "such that". (Some books use a vertical bar |.)
Worked translations.
Common number sets.
Cambridge tip. Cambridge usually defines ξ explicitly at the start of the question, then uses set-builder or list notation for individual sets. Match their exact notation in your answer.
Verbatim phrases and definitions Cambridge mark schemes credit.
Set notation underpins every Venn diagram question — appears every Paper 2 and Paper 4 (typically 4-6 marks combined). Cambridge often gives a Venn diagram and asks you to write a region in set notation, or vice versa. Examiner reports flag confusing ∪ and ∩ and forgetting to take the complement WITHIN the universal set.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E9.1); 0580/22 May/Jun 2024 — Q14 (set notation); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on set notation, written exactly the way a tutor would explain them at the board.
Almost every set notation exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
The question gives a rule or a listed set and asks you to list the elements that satisfy a condition, or to write a given set in set-builder notation.
How to approach it
Work straight from the defining property: test each candidate value against the membership condition, or spot the pattern (even numbers as 2k, primes, multiples) and translate it into {x:…} form.
Common trap
Examiner reports flag using everyday English instead of the IGCSE symbols, and including or omitting boundary values — read whether the condition uses ≤ or <.
Recognise it by
A single instruction — find A∪B, find A′, find n(A∪B) — on explicitly listed sets.
How to approach it
Apply the matching operation directly: collect elements for union/intersection/complement, or use n(A∪B)=n(A)+n(B)−n(A∩B) for a count. Always check what E is before taking a complement.
Common trap
Examiner reports flag swapping ∪ and ∩, double-counting in n(A∪B), and computing a complement without reference to the defined universal set.
Recognise it by
A Venn diagram is shown and you must shade a region, or read a shaded region and express it in set notation.
How to approach it
Decode the notation region by region — ∩ is the overlap, ∪ is everything touched, the dash is everything outside — then shade or name exactly those regions, including the area outside all circles when relevant.
Common trap
Examiner reports flag shading only the outside-all region for (A∩B)′ and forgetting the single-set parts, and writing answers with ∖ instead of the ∪, ∩, ′ symbols.
Recognise it by
The words verify, show that or confirm — typically a set identity such as a De Morgan law, with the result already stated.
How to approach it
Evaluate each side of the identity independently by listing its elements, then state explicitly that the two element lists are identical.
Common trap
Examiner reports flag sign slips — computing A′∩B′ when A′∪B′ is required — and stopping without an explicit concluding statement that both sides match.
Question
Let A={x:x is a prime number less than 12}. List the elements.
Step-by-step solution
Step 1
Identify primes below 12.
A={2,3,5,7,11}
Answer
A={2,3,5,7,11}
Question
A={1,2,3,4}, B={3,4,5,6}. Find A∪B and A∩B.
Step-by-step solution
Step 1
Union = elements in A OR B (no duplicates).
A∪B={1,2,3,4,5,6}
Step 2
Intersection = elements in A AND B.
A∩B={3,4}
Answer
A∪B={1,2,3,4,5,6}, A∩B={3,4}
Question
E={1,2,3,4,5,6,7,8} and A={2,4,6,8}. Find A′.
Step-by-step solution
Step 1
A′ = elements of E NOT in A.
A′={1,3,5,7}
Answer
A′={1,3,5,7}
Question
A={a,b,c,d} and B={c,d,e}. Find n(A∪B).
Step-by-step solution
Step 1
Use n(A∪B)=n(A)+n(B)−n(A∩B).
n(A∪B)=4+3−2=5
Answer
5
Question
Write the set {2,4,6,8,10} using set-builder notation.
Step-by-step solution
Step 1
Identify the pattern: positive even integers up to and including 10.
Step 2
Use 'such that' notation. Even numbers can be written as 2k for k∈Z.
{x:x=2k, k∈Z, 1≤k≤5}
Step 3
Or, more directly: {x:x∈Z+, x even, x≤10}.
Answer
{x:x=2k, k∈Z, 1≤k≤5}
Question
On a Venn diagram of two overlapping sets A and B inside universal set E, describe the region (A∩B)′.
Step-by-step solution
Step 1
A∩B is the central lens — elements in both.
Step 2
The complement is everything EXCEPT that lens: A only, B only, and the region outside both.
Answer
Shade everywhere except the lens — i.e. A only, B only, and the area outside both circles.
Examiner tip
The examiner report flags candidates who shade only the area outside both circles, forgetting that 'NOT in both' includes the single-set regions too.
Question
E={1,2,…,12}, A={2,4,6,8,10,12} (even), B={3,6,9,12} (multiples of 3). List the elements of (A∪B)′.
Step-by-step solution
Step 1
Find the union first.
A∪B={2,3,4,6,8,9,10,12}
Step 2
The complement is E∖(A∪B).
(A∪B)′={1,5,7,11}
Answer
{1,5,7,11}
Question
On a Venn diagram of three overlapping sets A, B and C, the region containing elements in A AND in C but NOT in B is shaded. Express this region using set notation.
Step-by-step solution
Step 1
Translate the description: 'in A' and 'in C' is A∩C.
Step 2
'Not in B' is the complement B′.
Step 3
Combine.
A∩C∩B′
Answer
A∩B′∩C (equivalently A∩C∩B′).
Examiner tip
The examiner report consistently flags candidates writing (A∩C)∖B — which is correct but not in IGCSE notation. Stick to the ∪, ∩, and ′ symbols.
Question
E={1,2,…,10}, A={1,2,3,4,5}, B={4,5,6,7,8}. Verify by listing that (A∩B)′=A′∪B′.
Step-by-step solution
Step 1
Left side.
A∩B={4,5}⇒(A∩B)′={1,2,3,6,7,8,9,10}
Step 2
Right side: complements first.
A′={6,7,8,9,10}; B′={1,2,3,9,10}
Step 3
Union.
A′∪B′={1,2,3,6,7,8,9,10}
Step 4
Both sides equal — De Morgan's law confirmed.
Answer
Both sides ={1,2,3,6,7,8,9,10}.
Examiner tip
De Morgan's laws are testable but rarely named explicitly. The examiner report flags students who try to compute A′∩B′ on the right side instead of A′∪B′ — sign error.
The formulae you need to memorise for set notation on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
n(A∪B)=n(A)+n(B)−n(A∩B)
When to use
Counting elements of a union without listing.
n(A′)=n(E)−n(A)
When to use
Find the size of a complement.
Definitions to memorise and the exact keywords mark schemes credit for set notation answers — sharpened from recent examiner reports for the 2026 0580 sitting.
A collection of distinct elements, written inside braces {}.
The set containing every element under consideration.
The set with no elements.
Every element of A is also in B. Strict (proper) subset uses ⊂.
All elements that are in A OR B (or both).
Elements that are in BOTH A and B.
Elements of the universal set NOT in A.
The traps other students keep falling into on set notation questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
0580/42 — recurring
Why it happens
The symbols look similar.
How to avoid it
∪ is the U for Union ('OR'). ∩ is intersection ('AND').
Why it happens
Adding n(A)+n(B) without subtracting overlap.
How to avoid it
Always subtract n(A∩B) to avoid counting shared elements twice.
Why it happens
Confusing 'no elements' with 'contains zero'.
How to avoid it
∅={} has NO elements. {0} has ONE element (which is the number 0).
Why it happens
Forgetting that complement depends on the universal set.
How to avoid it
A′ = E∖A. Always check what E has been defined as.
The things students keep getting wrong in this sub-topic, answered.