Summarize this article:
Last updated on September 30, 2025
A set is a well-defined group of objects. Sets can be classified into various categories according to the characteristics and nature of these items. Various types of sets are explained below.
A set is a well-defined collection of different elements, where each element is listed only once and is separated from the others.
Example:
The set A = {1, 3, 5, 7, 9} can be used to represent a group of odd numbers less than 10. There are five different elements in this set, and it has no order in the set.
Sets can be divided into various types according to their attributes, based on the elements they contain or the relationship with other sets. Singleton sets, finite and infinite sets, equal and unequal sets, equivalent sets, overlapping and disjoint sets, subsets, supersets, power sets, and universal sets.
Singleton sets
A singleton set is a set that has a single element. It is called a unit set because it contains only one element.
For example, the only number in the set is 6:
S = {6}
Properties of a singleton set
Finite sets
A finite set contains a finite or exactly countable number of elements.
For example, the set {20, 40, 60, 80, 100} contains even numbers. This set has 5 countable elements.
S = {20, 40, 60, 80, 100}
Properties of a finite set
Infinite sets
An infinite set contains an infinite number of elements.
For example, prime numbers are greater than 1, and they have only two factors: 1 and themselves.
D = {2, 3, 5, 7, 11, 13, 17, 19,...}
The list of prime numbers has no end.
Properties of an infinite set
Equal Sets
Two sets are equal if they contain the same elements, regardless of what order the elements are in.
For example, L = {blue, violet, orange} and D = {orange, violet, blue} are equal because they contain the same elements.
Properties of equal sets
Unequal Sets
Two sets are considered unequal if there is at least one element that differs between them.
Example:
Let B = {pineapple, banana, apple} and P = {pineapple, banana, guava}. Here, set B and set P are unequal sets because even if one element is different, the sets become unequal.
Properties of unequal sets
Equivalent Sets
When two sets have the same number of elements, even when they are not the same, they are referred to as equivalent sets.
Example:
Set O = {2, 5, 6, 7} and L = {w, x, y, z}. Since n(O) = n(L), sets O and L are equivalent in this case.
Properties of equivalent sets
Overlapping Sets
If at least one item from set A appears in set B, then the two sets are said to overlap.
Example:
Set X = {2, 4, 6} and Y = {5, 10, 2}. In this case, element 2 is present in both sets X and Y. So, they are said to overlap or intersect.
Properties of overlapping sets
Disjoint Sets
If two sets do not have common elements, they are said to be disjoint sets.
Example:
Let us assume, set U = {1, 3, 5, 7} and S = {2, 4, 8, 6}. The sets U and S are disjoint in this case.
Properties of disjoint sets
Subset and Superset
If every element in set A is also present in Set B, then set A is a subset of set B. If set (A ⊆ B), then set B is the superset of set A (B ⊇ A).
Example:
Let A = {10, 50, 30}, B = {10, 50, 30, 7,1, 2}. A ⊆ B, since every element in set A is present in set B, B ⊇ A indicates that set B is set A’s superset.
Properties of subset and superset
Universal Sets
The collection of all the elements related to a particular topic is known as a universal set.
Example:
Let P = {The list of all airline vehicles} that contains helicopters, jets, and rockets. In this case, if P is the set of all airline vehicles, then jets, helicopters, and rockets are subsets of P because they are the types of airline vehicles.
Properties of universal sets
Power Sets
A power set is the collection of all possible subsets within a set.
Example:
All possible subsets of A are included in the power set of A = {m, n}, which is P(A) = {∅, {m}, {n}, {m, n}}.
Properties of power sets
Let us consider A, B, and C are three sets
Sets are helpful for various purposes, including organizing and grouping. Let us see how they help us.
1. Combining contacts from different sources
The union of both contact sets, everyone you know on both platforms, without repeating names, is what you find when you combine your Instagram and Facebook friends.
2. Filtering common elements using the intersection of sets
The intersection will display students who are enrolled in both the dance and drama clubs if students apply for both.
3. Difference in sets used to identify exclusive content
If set A consists of tea drinkers and set B of milk drinkers, then A - B represents tea drinkers who dislike milk.
4. To determine what is outside a group and use the complement of a set
If students in set C turned in their homework, then students in set C’ (complement) did not.
5. A subset is used to divide a large group into smaller group
Set E, which consists of students in the Mech department, is a subset of set N, which consists of all college students.
Let us see the most common mistakes students make when learning, and let us see how to avoid them.
Set A and B are {9, 10, 11} and {6, 10, 11, 13}, respectively. Determine A ∪ B.
A ∪ B = {6, 9, 10, 11, 13}
Every element from both sets, except duplicates, is included in the union of sets. Here, we add 6, 13 from B (skipping the repetition of 10 and 11).
Write an example of a finite and infinite set in set builder form.
Finite set, A = {x : x ∈ N and (x - 1) (x - 2) = 0}
Infinite set, C = {x : x ∈ N and x is prime}
The set A = {x : x ∈ N and (x - 1) (x - 2) = 0} results in x = 1 or x = 2, this shows that it is a finite set. The set C = {x : x ∈ N and x is prime} contains all prime numbers, and since there are an infinite number of primes, set C is infinite.
Write the subsets of V = {1, 2, 3}.
A: Φ, {1}, {2}, {3}, {1, 2}, {2, 3}, {1, 3}, {1, 2, 3}
Here, A = {1, 2, 3} is a subset of a set that includes all possible combinations of its elements, including the empty set and the set itself. The following are the subset of A: Φ, {1}, {2}, {3}, {1, 2}, {2, 3}, {1, 3}, {1, 2, 3}
If M = {2, 4, 6, 8} and B = {6, 8, 10, 12}. Find M ∪ B.
M ∪ B = {2, 4, 6, 8, 10, 12}
Here, set M = {2, 4, 6, 8} and B = {6, 8, 10, 12}. This combines all unique elements from both sets. In this, both sets M and B have the elements 6 and 8. The union of two sets includes all elements that are in either set or in both.
If B = {1, 2, 3, 4, 5, 6}, K = {2, 4, 6, 8}. Find B - K
B - K = {1, 3, 5}
The difference of two sets, B - K includes all elements that are in B but not in K. We remove the common elements from B (2, 4, 6).
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.