# Set Language and Notation

> Edexcel International GCSE Mathematics A · 4MA1 2016
> 来源: https://www.owlsprep.com/zh/study/edexcel-igcse-math-a-s1-set-language-and-notation/

This guide covers all set language and notation content required for Edexcel IGCSE Maths A (4MA1), including foundation core concepts and higher extension topics, with exam-specific examples and tips.

**先修:** Basic number classification (integers, primes, even/odd numbers)

## 学习目标

- Define sets and use core foundation notation: ∈, ∉, ∪, ∩, ∅, E, A'
- Represent sets using basic Venn diagrams (foundation tier)
- Use higher tier notation: ⊂ (subset) and n(A) (number of elements in a set)
- Interpret algebraic set definitions and solve practical set problems (higher tier)
- Recall all exam-required set notation to avoid mark loss

## Core Foundation Set Concepts & Basic Notation

**Set** — A collection of distinct items (called elements), grouped by a shared rule or explicit list, written inside curly brackets {}

*例:* {2, 4, 6, 8} is the set of even positive integers less than 10

The symbol $\in$ means 'is an element of', while $\notin$ means 'is not an element of'. The empty set $\emptyset$ has no elements, and the universal set $E$ contains all possible elements relevant to the problem context.

**例题:** Given $E = \{1,2,3,4,5,6,7,8,9,10\}$ and $A = \{\text{multiples of 3 less than 10}\}$, state whether 6 $\in$ A, 7 $\in$ A, and confirm if A is the empty set.

1. First list the elements of set A: $A = \{3,6,9\}$
2. 6 is in the list of elements for A, so $6 \in A$ is true
3. 7 is not in the list of elements for A, so $7 \notin A$
4. A has 3 distinct elements, so it is not the empty set $\emptyset$

> **tip**
>
> Always explicitly list elements of small sets first to avoid mistakes with $\in$/$\notin$ questions in exams.

*计算器:* allowed

## Union, Intersection, Complement & Venn Diagrams (Foundation)

**Venn Diagram** — A visual representation of sets using overlapping circles inside a rectangle that represents the universal set $E$

*例:* Two overlapping circles for sets A and B drawn inside a rectangle labelled E

Key set operations for foundation tier: <br>1. Union ($\cup$): All elements in either set A, set B, or both<br>2. Intersection ($\cap$): Only elements present in both A and B<br>3. Complement ($A'$): All elements in $E$ that are not in set A

**例题:** Given $E = \{1,2,3,4,5,6,7\}$, $A = \{1,2,3,4\}$, $B = \{3,4,5,6\}$. Calculate $A \cup B$, $A \cap B$, and $A'$.

1. Union: list all elements that appear in A or B, removing duplicates: $A \cup B = \{1,2,3,4,5,6\}$
2. Intersection: list only elements present in both sets: $A \cap B = \{3,4\}$
3. Complement of A: list elements in E not in A: $A' = \{5,6,7\}$

> **Exam tip**
>
> When shading Venn diagrams: shade union as all area covered by either circle, intersection as only the overlapping section, and complement as all area outside the relevant set circle.

*计算器:* allowed

## Higher Tier Extension: Subsets & n(A) Notation

**Subset** — Every element of set A is also an element of set B (A is strictly smaller than B for 4MA1 exams)

*记法:* $A \subset B$

*例:* If $A = \{2,4,6\}$ and $B = \{\text{even numbers less than 10}\}$, then $A \subset B$

The notation $n(A)$ is used to count the number of distinct elements in set A. For example, if $A = \{2,4,6\}$, then $n(A) = 3$.

**例题:** Given $E = \{30 \text{ students in a class}\}$, $A = \{\text{students who play football}\}$, $n(A) = 14$, $B = \{\text{students who play basketball}\}$, $n(B) = 11$, $n(A \cap B) = 4$. State if $B \subset A$ and calculate $n(A')$.

1. Check if all elements of B are in A: only 4 of the 11 basketball players also play football, so $B \not\subset A$
2. Number of students not in A = total students minus n(A): $n(A') = 30 - 14 = 16$

> **warning**
>
> $\subset$ denotes a strict subset for 4MA1 exams, so a set is never considered a subset of itself.

*计算器:* allowed

## Higher Tier: Algebraic Sets & Practical Problems

Algebraic sets use the format $\{x: \text{rule}\}$, where x is a placeholder for elements matching the given rule. For example, $\{x: x \text{ is an integer}, 2 < x < 7\} = \{3,4,5,6\}$.

**例题:** A survey of 25 people asks if they drink tea (T) or coffee (C). $n(T) = 18$, $n(C) = 12$, $n(T \cap C) = 7$. Represent this data on a Venn diagram with counts of elements in each region.

1. Fill the overlapping intersection first: 7 people drink both tea and coffee
2. Calculate people who only drink tea: $18 - 7 = 11$
3. Calculate people who only drink coffee: $12 - 7 = 5$
4. Calculate people who drink neither: $25 - 11 - 7 - 5 = 2$ (written outside both circles in the E region)

> **Exam tip**
>
> Always fill the intersection region first when working with n(A) values on Venn diagrams, then calculate the 'only' regions, then the outside complement region last to avoid errors.

*计算器:* allowed

## 常见错误

- **错误做法:** Using U instead of E for the universal set
  - 原因: Edexcel 4MA1 spec only accepts E for the universal set, you will lose marks for using U
  - 正确做法: Always label the universal set rectangle E in all Venn diagrams and set questions
- **错误做法:** Writing $A^c$ for the complement of set A
  - 原因: Prime notation $A'$ is the only accepted complement notation for 4MA1 exams
  - 正确做法: Use $A'$ exclusively to denote the complement of set A
- **错误做法:** Counting overlapping elements twice when calculating $n(A \cup B)$
  - 原因: Elements in the intersection are part of both sets, so they should only be counted once
  - 正确做法: Use the formula $n(A \cup B) = n(A) + n(B) - n(A \cap B)$ to avoid double counting
- **错误做法:** Placing complement elements inside set circles on Venn diagrams
  - 原因: Elements of $A'$ are not part of set A, so they do not belong inside the circle for A
  - 正确做法: Label the region outside all set circles as elements of the complement of the union of all sets
- **错误做法:** Foundation students attempting subset (⊂) or n(A) questions
  - 原因: These are higher tier only content and will not be tested on foundation papers
  - 正确做法: Foundation students only need to revise $\in$, $\notin$, $\cup$, $\cap$, $\emptyset$, $E$, $A'$ and basic Venn diagrams

## 速查表

| Notation | Name | Meaning | Tier |
| --- | --- | --- | --- |
| {} | Set brackets | Enclose elements of a set | All |
| $\in$ | Element of | Item is in the set | All |
| $\notin$ | Not element of | Item is not in the set | All |
| $\cup$ | Union | All elements in either set | All |
| $\cap$ | Intersection | Elements present in both sets | All |
| $\emptyset$ | Empty set | Set with no elements | All |
| E | Universal set | All possible elements in context | All |
| $A'$ | Complement of A | Elements in E not in A | All |
| $\subset$ | Subset | All elements of first set are in second | Higher only |
| $n(A)$ | Set size | Number of elements in set A | Higher only |

## 下一步

Now you have mastered set language and notation for Edexcel IGCSE Maths A, you are ready to apply these skills to probability problems using Venn diagrams, the next core topic in the statistics section of the syllabus. You will use your understanding of union, intersection and complement to calculate probabilities of combined events, as well as use n(A) notation for higher tier probability questions. Make sure you memorize all required notation ahead of your exams, as it will not be provided on the formula sheet, and practice identifying set notation in worded problems to avoid misinterpretation.

---

来自 [OwlsPrep](https://www.owlsprep.com) —— A-Level / IB / AP / IGCSE 免费学习指南，依据官方考纲编写。原页面：https://www.owlsprep.com/zh/study/edexcel-igcse-math-a-s1-set-language-and-notation/
