
List of Set Theory Symbols with Definition and Examples
The concept of set theory symbols plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios.
What Is Set Theory Symbols?
Set theory symbols are special mathematical signs used to represent, compare, and perform operations with sets. These include symbols for union (∪), intersection (∩), subset (⊆), element of (∈), and much more. You’ll find this concept applied in set notation, venn diagrams, reasoning problems, and even advanced topics like probability and algebra.
Set Theory Symbols List
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∪ | Union | A or B or both | A ∪ B = {1,2,3,4} |
| ∩ | Intersection | Common elements | A ∩ B = {2,4} |
| ⊆ | Subset | A is part of B (A may equal B) | A ⊆ B |
| ⊂ | Proper Subset | A is part of B, A ≠ B | A ⊂ B |
| ⊄ | Not Subset | A is not a subset of B | A ⊄ B |
| ∈ | Element of | x is a member of set A | 3 ∈ A |
| ∉ | Not element of | x is not in set A | 5 ∉ B |
| ∅ | Empty set/Null set | Set with no elements | A = ∅ |
| ℕ, ℤ, ℚ, ℝ, ℂ | Standard Sets | Natural, Integers, Rational, Real, Complex | n ∈ ℕ, −2 ∈ ℤ |
| 𝕌 | Universal Set | All sets under discussion | A ⊆ 𝕌 |
| A′ or Ac | Complement | Everything not in A | x ∈ A′ |
Examples for Each Symbol
-
Union (∪):
If A = {1, 2, 3} and B = {3, 4}, then A ∪ B = {1, 2, 3, 4}
-
Intersection (∩):
If X = {2, 4, 6}, Y = {4, 6, 8}, then X ∩ Y = {4, 6}
-
Subset (⊆):
{2, 3} ⊆ {1, 2, 3, 4}
-
Element of (∈):
4 ∈ {2, 4, 6}
-
Not element of (∉):
5 ∉ {1, 2, 3}
-
Empty set (∅):
Set of even numbers between 3 and 5 = ∅
-
Complement (A′):
If 𝕌 = {1,2,3,4,5} and A = {1,3}, then A′ = {2,4,5}
Set Theory Symbols in Exams
Set theory symbols appear regularly in CBSE, ICSE, and various entrance exams. Quickly identifying ∪, ∩, ⊆, and ∈ helps solve MCQs and word problems. Practice makes it easier to spot which operations to use in Venn diagrams, number sets, and reasoning questions.
Common Mistakes & Smart Tips
- Confusing ⊆ (subset) and ⊂ (proper subset). Remember: ⊆ allows equality, ⊂ does not.
- Mixing up ∈ ("element of") and ⊆ ("is a subset of"). Use ∈ for individual items, ⊆ for sets.
- Assuming the empty set (∅) is the same as zero. They are not! ∅ is a set with nothing.
- Forgetting every set is a subset of itself, but not a proper subset of itself.
- Using curly braces { } only for sets, not for separate numbers.
Practice Problems & Solutions
-
Given A = {1,2,3,4}, B = {3,4,5}, find A ∩ B and A ∪ B.
1. A ∩ B = {3, 4}
2. A ∪ B = {1, 2, 3, 4, 5} -
Is 2 ∈ {1,3,5,7}?
1. 2 is not present in the set.
2. So, 2 ∉ {1,3,5,7} -
If X = {a, b}, Y = {a, b, c}, is X ⊆ Y or X ⊂ Y or both?
1. Every element of X is in Y.
2. X ⊆ Y (X is a subset of Y), and since X ≠ Y, X ⊂ Y as well. -
Find the complement of B = {2, 4} in the universal set U = {1, 2, 3, 4, 5}.
1. B′ = U − B = {1, 3, 5}
Set Theory Symbols Quick Revision Chart
| Symbol | Meaning | Read As |
|---|---|---|
| ∪ | Union | A union B |
| ∩ | Intersection | A intersection B |
| ⊆ | Subset | A is a subset of B |
| ⊂ | Proper subset | A is a proper subset of B |
| ∅ | Empty set | Null set |
| ∈ | Element of | x is in A |
| ∉ | Not element of | x is not in A |
| A′ / Ac | Complement | Not in A |
Related Set Theory Topics
Understanding set theory symbols helps in learning about types of sets, union and intersection operations, and drawing venn diagrams. You can also explore subset and powerset properties and representation of sets for exam excellence.
We explored set theory symbols—from definition, common examples, exam mistakes, and links to important related concepts. Continue learning and practicing with Vedantu for more tips, solved examples, and trick strategies in set notation for Maths success!
FAQs on Set Theory Symbols and Their Meanings in Mathematics
1. What are set theory symbols?
Set theory symbols are mathematical notations used to represent sets, elements, and operations on sets. These symbols help describe relationships between collections of objects in set theory.
- Examples include ∈ (element of), ⊂ (subset), ∪ (union), and ∩ (intersection).
- They are widely used in algebra, probability, logic, and discrete mathematics.
- For example, if A = {1,2,3}, then 2 ∈ A means 2 is an element of A.
2. What does the symbol ∈ mean in set theory?
The symbol ∈ means “is an element of” a set. It shows that a particular object belongs to a set.
- If A = {a, b, c}, then a ∈ A.
- If 5 is not in set B, we write 5 ∉ B.
- This symbol is fundamental for describing membership in sets.
3. What is the difference between ⊂ and ⊆ in set theory?
The symbol ⊂ means proper subset, while ⊆ means subset (possibly equal).
- A ⊆ B means every element of A is in B (A can equal B).
- A ⊂ B means A is contained in B but A ≠ B.
- Example: If A = {1,2} and B = {1,2,3}, then A ⊂ B and A ⊆ B.
4. What does the union symbol ∪ mean?
The symbol ∪ represents the union of two sets, meaning all elements that are in either set or both. It combines elements without repetition.
- If A = {1,2} and B = {2,3}, then A ∪ B = {1,2,3}.
- Union is used in probability, logic, and Venn diagrams.
- It answers the question: “What is in A or B?”
5. What does the intersection symbol ∩ mean?
The symbol ∩ represents the intersection of two sets, meaning elements common to both sets. It shows shared members between sets.
- If A = {1,2,3} and B = {2,3,4}, then A ∩ B = {2,3}.
- Intersection answers: “What is in both A and B?”
- It is commonly shown in overlapping regions of Venn diagrams.
6. What does the empty set symbol ∅ mean?
The symbol ∅ represents the empty set, which is a set with no elements. It is also written as {}.
- If A = {x | x is a natural number less than 0}, then A = ∅.
- The empty set is a subset of every set.
- It has cardinality 0.
7. What does A′ or Aᶜ mean in set theory?
The symbols A′ or Aᶜ represent the complement of set A, meaning all elements not in A within a universal set. It depends on the universal set U.
- If U = {1,2,3,4,5} and A = {1,2}, then Aᶜ = {3,4,5}.
- Complement is used in probability and logic.
- Formula: Aᶜ = U − A.
8. What does the symbol |A| mean in sets?
The notation |A| represents the cardinality of set A, meaning the number of elements in A. It measures the size of a set.
- If A = {1,2,3,4}, then |A| = 4.
- For the empty set, |∅| = 0.
- Cardinality is important in counting and combinatorics.
9. What does the symbol ∖ or − mean in set theory?
The symbol ∖ or − represents set difference, meaning elements in one set but not in another. It removes common elements from the first set.
- If A = {1,2,3} and B = {2,3}, then A − B = {1}.
- This operation is also called relative complement.
- It answers: “What is in A but not in B?”
10. What is the universal set symbol in set theory?
The universal set is usually denoted by the symbol U and represents all elements under consideration. Every set discussed is a subset of U.
- If U = {1,2,3,4,5}, then any set like A = {1,2} satisfies A ⊆ U.
- The universal set defines the context for complements and operations.
- It is often shown as a rectangle in Venn diagrams.





















