Last updated on July 25th, 2025
In mathematics, a set is a collection of distinct objects. These objects are called elements or members of the set. The elements of a set are listed inside curly brackets with commas separating them. For example, a set of fruits is written as {apple, orange, kiwi, avocado}.
A set in mathematics is a group of elements that share something in common. These “elements” can be numbers, letters, objects, or anything else that we can clearly describe. We can think of a set like a basket that holds specific items. Every item inside the basket is called an element of the set.
1. Empty Set (Null Set) – A set with no elements. Example: { }
2. Finite Set – A set with a countable number of elements. Example: {1,2,3}
3. Infinite Set – A set with endless elements. Example: {1,2,3,...}
4. Equal Sets – Sets with the same elements. Example: {a,b} = {b,a}
5. Equivalent Sets – Sets with the same number of elements, regardless of what they are.
6. Subset – A set whose elements belong to another set.
7. Power Set – A set of all possible subsets of a given set.
8. Universal Set – A set that contains all elements under consideration.
9. Disjoint Sets – Sets that have no elements in common.
10. Singleton Set – A set with exactly one element.
In mathematics, the elements of a set are the individual objects that belong to a set. These objects can be numbers, letters, symbols, or even other sets. Sets are written using curly braces { } with each element separated by commas.
Let’s take a set:
A = {2, 4, 6, 8}. Here, the elements of set A are:
2, 4, 6, and 8.
Each element is unique, with no repeats. The order of elements does not matter. We use the symbol to show that an object is in a set . Example: 4 ∈ A means "4 is an element of set A". If an object is not in the set, we use the symbol, ∉. Example: 5 ∉ A.
Types of sets refer to the different ways sets can be categorized based on their elements and properties. Understanding these types, such as finite, infinite, empty, and universal, helps in organizing and analyzing data in set theory and mathematics.
1. Finite Set
A finite set is a set of countable elements.
Example: A = {1, 2, 3, 4}
This set has 4 elements, so it's finite.
2. Infinite Set
A set with an uncountable number of elements is called an infinite set.
Example: B = {1, 2, 3, 4, 5,…}
This set goes on forever, so it’s infinite.
3. Empty Set (Null Set)
The empty set is a set that has no elements. It’s written as { } and ∅.
Example: A = {x| x is an odd number between 3 and 5}. Here, the only number between 3 and 5 is 4, which is even. Naturally, elements in set A don’t exist.
4. Singleton Set
A set that has only one element.
Example: C = {7}
This is a singleton set because it has just one item.
5. Equal Sets
Two sets that have the same elements.
Example: A = {1, 2, 3} and B = {3, 2, 1}
These are equal sets because they have the same elements.
6. Equivalent Sets
Two sets that have the same number of elements, but the elements may be different.
Example: A = {a, b, c} and B = {1, 2, 3}
They are equivalent (same size), but not equal.
7. Subset
A set where all elements belong to another set.
Example: If A = {1, 2, 3}, then {1, 2} is a subset of A.
8. Universal Set
The set that contains all possible elements under discussion.
Example: If you're talking about natural numbers, the universal set might be:
U = {1, 2, 3, 4,…}
In set theory, a set can be represented in three main ways, depending on how we want to list, display, or describe its elements.
1. Roster Form
This method lists all elements of the set, separated by commas, and enclosed in curly braces { }
Example: A is a set of natural numbers less than 5.
So, A = {1, 2, 3, 4}. This method is best-suited to represent a small number of elements.
2. Set-Builder Form
This method describes the elements of a set using a mathematical condition or property.
Example: B is a set of all even natural numbers.
B = {x ∈ N| x is even}
Used for large or infinite sets.
3. Venn Diagram (Pictorial Form)
A visual representation using circles inside a rectangle (universal set). Circles show sets, and overlapping regions show common elements.
Example:
Set A = {1, 2, 3}
Set B = {2, 3, 4}
Overlapping area represents the intersection A ∩ B = {2, 3}.
Best for comparing and understanding relationships between sets
A Venn diagram visually represents sets and their relationships. In Venn diagrams, sets are represented as circles or other shapes, and the universal set is usually represented as a rectangle. These diagrams help visualize operations like union, intersection, and complement of sets.
Basic Elements of a Venn Diagram:
Universal Set (U): The rectangle represents the universal set, which contains all possible elements under consideration.
Sets (A, B, C, etc.): These are circles inside the rectangle, each representing a specific set.
Regions: The areas inside and outside the circles represent different relationships between the sets.
1. Union of Sets (A ∪ B)
The union of two sets A B is the set of elements that are in either set A or set B or in both.
In a Venn diagram, it’s the entire area covered by both circles.
Example:
Set A={1,2,3}
Set B = {3,4,5}
Union:
A ∪ B = {1,2,3,4,5}
Venn Diagram: The union is represented by the entire area of both circles.
2. Intersection of Sets (A ∩ B)
The intersection of two sets A B is the set of elements that are common to both sets.
In a Venn diagram, it’s the overlapping area between the two circles.
Example:
Set A = {1,2,3}
Set B = {3,4,5}
Intersection:
A ∩ B = {3}
Venn Diagram: The intersection is represented by the overlapping area where the two circles meet.
3. Complement of a Set (A')
The complement of a set A, denoted as A′, includes all the elements not in A.
In a Venn diagram, this is the area outside the circle representing the set A, but still inside the universal set.
Example:
Universal set U={1,2,3,4,5,6}
Set A ={1,2,3}
Complement:
A′={4,5,6}
Venn Diagram: The complement is the area outside the circle of A, but within the rectangle (universal set).
4. Difference of Sets (A-B)
The difference of two sets, A-B, includes elements that are in A , but not in B.
In a Venn diagram, it’s the area of circle A outside the overlap with circle B.
Example:
Set A={1,2,3,4}
Set B={3,4,5,6}
Difference:
A−B={1,2}
Venn Diagram: The difference is represented by the part A that does not overlap with B
Set symbols are special notations used to represent relationships and operations in set theory. They help describe elements, membership, subsets, unions, intersections, and more, making it easier to work with mathematical sets clearly and concisely.
Symbol |
Meaning |
Example |
{ } |
Curly brackets (used to list elements) |
A = {1,2,3} |
∅ or { } |
There are no elements in an empty set |
B = ∅ |
U |
Universal set |
All possible elements under study |
In set theory, operations on sets help us combine, compare, or modify sets in different ways.
These operations are similar to mathematical operations but work on groups of elements instead of individual numbers.
1. Union (A∪B)
Combines all elements from both sets.
If an element is in A, B, or both, it’s in the union.
Example:
A = {1, 2, 3}, B = {3, 4, 5}
A∪B = {1, 2, 3, 4, 5}
2. Intersection (A∩B)
Finds common elements between two sets.
Includes only the elements that are in both A and B.
Example:
A = {1, 2, 3} and B = {3, 4, 5}
A ∩ B = {3}
3. Difference (A-B or A\B)
Elements that are in A but not in B.
It removes elements of B from A.
Example:
A = {1,2,3},B = {2,3}
A−B = {1}
4. Complement ( A' or Ac)
Elements that are in the universal set but not in A.
It shows everything outside A.
Example:
Universal Set U= {1,2,3,4,5}
Set A = {1,2}
Then Ac = {3,4,5}
5. Subset and Superset Relationships
Subset (AB): All elements of A are also in B.
Superset ( AB): A contains all elements of B.
Example:
If A = {1,2} B = {1,2,3}:
Then AB , BA
Sets follow certain rules or properties when we perform operations like union, intersection, and difference. These properties help us understand how sets behave, especially in solving problems.
1. Commutative Property
The order of the sets does not change the result.
For Union:
AB = BA
For Intersection:
AB = BA
2. Associative Property
When combining three or more sets, the grouping doesn't matter.
For Union:
(AB) U C = A U (BC)
For Intersection:
(AB) C = A (BC)
3. Distributive Property
You can distribute one set over others using the union or intersection.
Intersection over Union:
A (BC) = (AB) (AB)
Union over Intersection:
A U (BC) = (AB) (AC)
4. Identity Property
Union with an empty set gives the same set.
Intersection with an empty set gives an empty set.
A U ∅ = A
A ∅ = ∅
5. Idempotent Property
Doing the union or intersection of a set with itself gives the same set.
AA = A
AA = A
6. Domination (Absorption) Property
Union with the universal set gives the universal set.
Intersection with the universal set gives the set itself.
AU = U
A U = A
7. Complement Properties
AA’ = U (the union of a set and its complement will include all the elements in the universal set)
AA’ = ∅ (the intersection of a set and its complement is a null set)
8. Double Complement
Taking the complement twice gives the original set.
(A')'= A
9. De Morgan’s Laws
There are two laws. The first law states that the complement of the union of two sets A and B is equal to the intersection of their complements.
(AB)’ = A'B’
The second law states that the complement of the intersection of two sets A and B is equal to the union of their complements.
(AB)’ = A'B'
Set theory formulas are mathematical expressions used to perform operations like union, intersection, and complement of sets. These formulas help solve problems involving elements in one or more sets, especially in topics like Venn diagrams and probability.
1. Union of Two Sets
n(AB) = n(A) + n(B) -n(AB)
Explanation:
To find the number of elements in AB, add elements in A B but subtract the common ones (intersection) so they aren't counted twice.
2. Union of Three Sets
n(ABC ) = n(A) + n(B) + n(C) -n(AB) -n(BC) -n(CA) + n(ABC)
Explanation:
Use this when combining 3 sets. Subtract pairwise intersections and add the intersection of all three (which was subtracted too many times).
3. Complement of a Set
n(A') = n(U) -n (A)
Explanation:
The number of elements not in A (complement of A) equals the total elements in the universal set minus the number in A.
4. Difference of Sets
n(A-B) = n(A)-n (AB)
Explanation:
To find elements in A but not in B, remove the ones A and B share.
5. If Sets Are Disjoint
n(AB) = n(A) + n( B)
Explanation:
If sets A and B do not overlap, you just add their sizes directly (no common elements to subtract).
Sets aren't just an abstract math concept; they’re used all around us to organize, group, and solve problems. Let us take a look at some of the real-life applications of sets:
Working with sets is fundamental in math, but small misunderstandings can lead to big errors. This guide covers typical mistakes like confusing elements with subsets, misinterpreting union and intersection, or mishandling Venn diagrams. It also offers clear strategies to avoid these mistakes and improve accuracy in set operations.
Identifying Elements of A = {2,4,6,8} Is 4 ∈ A?
Yes, 4 ∈ A.
The number 4 is listed inside set A, so it is an element of A.
Finding the Union of Two Sets, A = {1,2,3}, and B = {3,4,5}. Find A∪B.
A∪B = {1,2,3,4,5}
Union means combining all elements from both sets without repeating any element.
Finding Intersection, A = {1,2,3}, B = {2,3,4}. Find A∩B.
A∩B={2,3}
Intersection includes only the elements that are common to both A and B.
Finding Set Difference, A = {1,2,3,4} , B = {3,4,5}. Find {A−B}.
A−B = {1,2}.
We remove the elements of B from A. So, 3 and 4 are removed, leaving 1 and 2.
Complement of a Set, If Universal Set U={1,2,3,4,5} and A= {1,2}, find A′
A′ = {3,4,5}
The complement includes all elements in the universal set that are not in A.
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.