Subsets and types of subsets

Subsets and types of subsets

Edited By Komal Miglani | Updated on Jul 02, 2025 06:38 PM IST

The idea of subsets and the types of these subsets can be further elaborated through actual experiences. Suppose there is a library in which lots of books are available. If we consider the set of all mathematics books then this set refers to a part of the entire concept of a library. In this case set of mathematics books is the subset of the library of books. From this, we could say that the subset can be defined as the part of any set. In this article, let us look in detail about what is a subset in maths.

This Story also Contains
  1. Subsets
  2. Types of Subset
  3. Power Set of a Set
  4. Intervals as Subset of $R$
  5. Properties of Subsets
  6. Subsets Examples
Subsets and types of subsets
Subsets and types of subsets

In this article, we will cover the concept of subsets, proper subsets, Improper subsets, and Intervals. This concept falls under the broader category of sets relation and function, a crucial chapter in class 11 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination (JEE Main), and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. Over the last ten years of the JEE Main exam (from 2013 to 2023), a total of eight questions have been asked on this concept, including one in 2013, one in 2015, one in 2018, two in 2019, one in 2020, one in 2021, and one in 2023.

Subsets

They are a foundational concept in mathematics, central to various fields such as statistics, geometry, and algebra. A set is simply a collection of distinct objects, considered as a whole. These objects, called elements or members of the set, can be anything: numbers, people, letters, etc. Sets are particularly useful in defining and working with groups of objects that share common properties.

It is a well-defined collection of distinct objects and it is usually denoted by capital letters $A, B, C, S, U, V$. Now, let us define subsets.

How do we define subset?

In set theory, a subset is a set whose elements are all contained within another set. If $A$ and $B$ are sets, $A$ is a subset of $B$ (denoted as $A \subseteq B$ ) if every element of $A$ is also an element of $B$. This concept can be formally expressed as:

$
A \subseteq B \Leftrightarrow \forall x(x \in \dot{A} \Rightarrow x \in B)
$


Subset Symbol

In set theory, a subset is shown by the symbol ⊆ and read as ‘is a subset of’.

W ⊆ C; which means Set W is a subset of Set C.

All Subsets of a Set

We understand this concept with the help of example below:

Example: Find all the subsets of set R {a,b,c}

Solution: Given, R = {a,b,c}

Subsets are as follows:

{}

{a}, {b}, {c}

{a,b}, {b,c}, {a,c}

{a,b,c}

Types of Subset

Classifications of subset can be made as follows:

Proper Subset

A proper subset is a subset that is not equal to the set it is contained within. In other words, $A$ is a proper subset of $B$ (denoted as $A \subset B$ ).

Proper Subset Symbol

A proper subset is denoted by the symbol $\subset$ and is read as 'is a proper subset of'. Using this symbol, we can express a proper subset for set $A$ and set $B$ as $A \subset B$.

Proper Subset Formula

If we have to pick $n$ number of elements from a set containing N number of elements, it can be done in ${ }^N C_n$ number of ways.

Therefore, the number of possible subsets containing $n$ number of elements from a set containing $N$ number of elements is equal to ${ }^N \mathrm{C}_{\mathrm{n}}$.

How many subsets and proper subsets does a set have?

We consider a set has “n” elements, then number of subset = 2n and number of proper subsets = 2n-1.

For example, If set X has the elements, X = {1, 2}, then the proper subset of the given subset are { }, {1}, and {2}.The number of elements in the set is 2.

Number of proper subsets = 2n – 1.

= 22 – 1

= 4 – 1

= 3

Hence, number of proper subset for the given set is 3 ({ }, {1}, {2}).

Improper Subset

An improper subsetis simply a subset that can be equal to the original set. By definiton, every set is an improper subset of itself.

Let's see some subset example,

1. Let $A=\{a,s,c\}$. The subsets of $A$ are $\{\}, \{a\}, \{s\}, \{c\}, \{a,s\}, \{a,c\}, \{s,c\}, \{a,s,c\}$. Here, $\{a,s,c\}$ is the improper subset of $A$ while all others are proper subsets.

2. Let $B=\{2,3,4\}$. The possible subsets of $B$ are $\{\}, \{2\}, \{3\}, \{4\}, \{2,3\}, \{3,4\}, \{2,4\}, \{2,3,4\}$. Here, $\{2,3,4\}$ is the improper subset of $A$ while all others are proper subsets.

Power Set of a Set

The power set of a set is defined as a set of all the subsets (along with the empty set and the original set). The power set of a set Y is denoted by P(Y). If Y has 'n' elements then P(Y) has 2n elements. For example,

  • If E = {x, p}, then P(E) = { { }, {x}, {p}, {x, p} }
    Total number of elements = 4 .
  • If A = {a, b, c}, then P(A) = { { }, {a}, {b}, {c}, {a, b}, {b, c}, {c, a}, {a, b, c} }
    Observe that A has 3 elements and P(A) has 23 = 8 elements.
NEET Highest Scoring Chapters & Topics
This ebook serves as a valuable study guide for NEET exams, specifically designed to assist students in light of recent changes and the removal of certain topics from the NEET exam.
Download E-book

Intervals as Subset of $R$

In mathematics, particularly in the context of real numbers, an interval is a set of numbers that lie between two specific numbers, known as the endpoints of that interval. There are several types of intervals:

1. Open Interval $(a, b)$ : This includes all numbers greater than $a$ and less than $b$, but not including $a$ and $b$.

$
(a, b)=\{x \in \mathbb{R} \mid a<x<b\}
$

2. Closed Interval $[a,b]$: This includes all numbers between $a$ and $b$, including $a$ and $b$.

$
[a, b]=\{x \in \mathbb{R} \mid a \leq x \leq b\}
$

3. Half-Open (or Half-Closed) Interval:

- Left Half-Open Interval $[a,b)$: This includes all numbers between $a$ and $b$ including $a$ but not $b$

$
[a, b)=\{x \in \mathbb{R} \mid a \leq x<b\}
$

- Right Half-Open Interval $(a,b]$: This includes all numbers between $a$ and $b$ including $b$ but not $a$

$
(a, b]=\{x \in \mathbb{R} \mid a<x \leq b\}
$

4. Infinite Intervals: These extend indefinitely in one or both directions.
- Left Unbounded Interval $(-\infty, b)$ : This includes all numbers less than $b$.
$(-\infty, b)=\{x \in \mathbb{R} \mid x<b\}$

- Right Unbounded Interval $(a, \infty)$: This includes all numbers greater than $a$.

$
(a, \infty)=\{x \in \mathbb{R} \mid x>a\}
$

- Entire Real Line $(-\infty, \infty)$ : This includes all real numbers.

$
(-\infty, \infty)=\mathbb{R}
$

Properties of Subsets

The properties of subset include the following points:

  • Every set is always a subset of itself.
  • Empty set is always a subset of every set.
  • The set of all possible subsets of a set is known as the power set.
  • The number of elements(cardinality) in a power set of a set containing $n$ elements is $2^{n}$.

Subsets Examples

Example 1: Let $A$ and $B$ be two sets containing four and two elements respectively. Then the number of subsets of the set $A X B$, each having at least three elements is:

Solution:

As we learned in

SUBSETS -

$A$ set $A$ is said to be a subset of a set $B$ if every element of $A$ is also an element of $B$.
wherein
It is represented by $\subset$. eg. $A \subset B$ if $A=\{2,4\}$ and $B=\{1,2,3,4,5\}$
Let $A$ having elements $\{\mathrm{a}, \mathrm{b}, \mathrm{c}, \mathrm{d}\}$ and $B$ having $\{\mathrm{e}, \mathrm{f}\}$
Then $A \times B$ having 8 elements and no. of subsets $=2^8=256$
No. of subsets $=\phi,(a e), \ldots \ldots(d f)$ and (ae, be) $\ldots \ldots \ldots=256$

Now $8$ subsets have only one element

$\{ae\},\{af\},\{be\},.......\{df\}$

Similarly

No of the sets having two elements

$\{ae,af\}, \{ae,be\}, .....\{ae,df\}=7$ elements

$\{af,be\},\{af,bf\}..........= 6$ elements

$7 + 6 + 5 + 4 + 3 + 2 + 1 = 28$ (having two elements)

and a subset having a single element $\phi$

$28 + 8+1 = 37$

At least three elements $= 256 - 37 = 219 $

Hence, the answer is $219.$

Example 2: If $A=\{1,2,3,5,7\}$ and $B=\{3,5\}$, then
1) $A \subset B$
2) $B \not \subset A$
3) $A=B$
4) $B \subset A$

Solution
All elements of $B$ are present in $A$ , thus $B \subset A$.
Hence, the answer is the option 4.

Example 3: If a set $A$ has $8$ elements, then the number of proper subsets of the $\operatorname{set} A$ is
Solution:
As we learned
Number of proper subsets $=2^8-1=256-1=255$
Hence, the answer is $255$.

Example 4: If a set has $256$ subsets. How many elements does it have?
1) $5$
2) $7$
3) $8$
4) $9$

Solution

$
\begin{aligned}
& 2^n=256 \\
& \Rightarrow n=8
\end{aligned}
$

Hence, the answer is the option 3.

Example 5: If a set has $32$ subsets. How many elements does it have?
Solution:
As we know, if a set has $n$ elements, it will have $2^n$ subsets.
Thus $2^n=32$$
\Rightarrow n=5
$

Hence, the answer is $5$.

List of Topics Related to Types of Subsets


Frequently Asked Questions (FAQs)

1. Define subset.

A subset is a set in which all elements are also contained within another set. If $I$ and $J$ are sets, then $I$ is a subset of $J$ (written as $I \subseteq J$ ) if every element of $I$ is also an element of $J$.

2. What is the difference between$\subseteq$ and $\subset$ ?

The symbol $\subseteq$ represents subset while $\subset$ represents proper subset.

3. What are the subsets of $A=\{1,2,3\}$?

 The subsets of $A = \{1,2,3\}$ are $\{\}$, $\{1\}$, $\{2\}$, $\{3\}$, $\{1,2\}$, $\{2,3\}$, $\{1,3\}$ and $\{1,2,3\}$.

4. What does $A \subseteq B$ mean?

$A \subseteq B$ reperesents that $A$ is the subset of $B$.

5. Can you provide numerical examples of subsets, proper subsets, improper subsets, and intervals?

Yes, here are some examples:
- Subsets: If $B=\{1,2,3,4\}$, then $A=\{2,4\}$ is a subset of $B$ because all elements of $A$ are in $B$.
- Proper Subsets: If $\mathrm{B}=\{1,2,3,4\}$, then $\mathrm{A}=\{1,2\}$ is a proper subset of $B$ because $A \subseteq B$ and $A \neq B$.
- Intervals:
- The closed interval $[1,5]$ includes all real numbers from $1$ to $5$ , including $1$ and $5$.

6. What is a subset in set theory?
A subset is a set that contains some or all elements of another set. If every element of set A is also an element of set B, then A is a subset of B. This is denoted as A ⊆ B.
7. How is a proper subset different from a subset?
A proper subset is a subset that is strictly contained within another set, meaning it includes some but not all elements of the larger set. Unlike a regular subset, a proper subset cannot be equal to the original set.
8. What is the empty set, and is it a subset of every set?
The empty set, denoted as ∅ or {}, is a set that contains no elements. It is indeed a subset of every set, including itself, because all zero of its elements (since it has none) are contained in any other set.
9. Can a set be a subset of itself?
Yes, every set is a subset of itself. This is because all elements of a set are, by definition, contained within that same set. This relationship is called a reflexive property of sets.
10. What is the difference between ⊂ and ⊆ symbols in set notation?
The symbol ⊂ denotes a proper subset, meaning A ⊂ B implies that A is contained in B, but A ≠ B. The symbol ⊆ denotes a subset that may or may not be proper, so A ⊆ B means A is contained in B, and A may or may not equal B.
11. How many subsets does a set with n elements have?
A set with n elements has 2^n subsets. This includes the empty set and the set itself. For example, a set with 3 elements has 2^3 = 8 subsets.
12. What is the power set of a given set?
The power set of a set S is the set of all possible subsets of S, including the empty set and S itself. It is denoted as P(S) or 2^S. For example, if S = {a, b}, then P(S) = {∅, {a}, {b}, {a, b}}.
13. Can two different sets have the same subset?
Yes, two different sets can have the same subset. For example, the set {1, 2, 3} and the set {1, 2, 3, 4} both have {1, 2} as a subset.
14. What is a universal set in the context of subsets?
A universal set, often denoted as U, is a set that contains all possible elements under consideration for a particular problem or context. All other sets in that context are subsets of the universal set.
15. How do you prove that one set is a subset of another?
To prove that set A is a subset of set B, you need to show that every element in A is also an element in B. This can be done by taking an arbitrary element from A and proving it must be in B, or by showing that if an element is in A, it must also be in B.
16. What is the relationship between subsets and set equality?
Two sets are equal if and only if they are subsets of each other. In other words, A = B if and only if A ⊆ B and B ⊆ A. This means they contain exactly the same elements.
17. Can a subset have more elements than its parent set?
No, a subset cannot have more elements than its parent set. By definition, a subset contains some or all elements of the parent set, so it can have equal or fewer elements, but never more.
18. What is the difference between disjoint sets and subsets?
Disjoint sets are sets that have no elements in common, while subsets are sets where all elements of one set are contained in another. Two sets can be disjoint without being subsets of each other, and subsets are not necessarily disjoint.
19. How does the concept of subsets relate to Venn diagrams?
In a Venn diagram, subsets are represented by circles completely contained within larger circles. The larger circle represents the parent set, while the smaller, enclosed circle represents the subset.
20. What is the significance of the empty set being a subset of every set?
The empty set being a subset of every set is a fundamental concept in set theory. It allows for consistent definitions and proofs, and it's crucial for many mathematical operations and theorems involving sets.
21. Can an infinite set have a finite subset?
Yes, an infinite set can have finite subsets. For example, the set of all natural numbers (which is infinite) has many finite subsets, such as {1, 2, 3} or {5, 10, 15, 20}.
22. What is the difference between a subset and an element of a set?
An element is a single item within a set, while a subset is a collection of elements from the original set. For example, in the set {1, 2, 3}, 1 is an element, while {1, 2} is a subset.
23. How do subsets relate to set operations like union and intersection?
Subsets play a crucial role in set operations. For any sets A and B: if A is a subset of B, then A ∪ B = B and A ∩ B = A. Understanding subsets helps in simplifying and solving problems involving set operations.
24. What is the concept of a maximal subset?
A maximal subset is the largest possible subset that satisfies a given property. It cannot be expanded further while still maintaining that property. This concept is often used in optimization problems and advanced set theory.
25. How does the inclusion-exclusion principle relate to subsets?
The inclusion-exclusion principle is used to calculate the number of elements in the union of multiple sets. It involves adding and subtracting the sizes of various subsets to avoid double-counting elements that appear in multiple sets.
26. What is a characteristic function of a subset?
A characteristic function (also called an indicator function) of a subset A of a set X is a function that takes the value 1 for all elements of A and 0 for all elements of X that are not in A. It's a way of defining a subset using a function.
27. How do subsets relate to the concept of a partition of a set?
A partition of a set S is a collection of non-empty, disjoint subsets of S whose union is S. Each subset in a partition is called a part. Partitions divide a set into subsets that don't overlap and together include all elements of the original set.
28. What is the connection between subsets and logical implication?
In set theory, the subset relationship (A ⊆ B) is analogous to logical implication (p → q) in propositional logic. If A is a subset of B, then being an element of A implies being an element of B, just as p implying q means that if p is true, q must be true.
29. How do subsets relate to the concept of cardinality?
The cardinality of a subset is always less than or equal to the cardinality of its parent set. This relationship is expressed by the inequality |A| ≤ |B| if A ⊆ B, where |X| denotes the cardinality of set X.
30. What is a nested subset?
Nested subsets are subsets that are contained within each other in a hierarchical manner. For example, if A ⊂ B ⊂ C, then A and B are nested subsets of C. This concept is important in understanding set hierarchies and in some mathematical proofs.
31. How does the concept of subsets apply to infinite sets?
Subsets of infinite sets can be either finite or infinite. An infinite set can have infinitely many subsets, including both finite and infinite ones. This leads to interesting properties and paradoxes in set theory, such as Cantor's theorem.
32. What is the relationship between subsets and set complement?
If A is a subset of B, then the complement of B with respect to the universal set U is a subset of the complement of A. In other words, if A ⊆ B, then (U - B) ⊆ (U - A), where U is the universal set and "-" denotes set difference.
33. How do subsets relate to the concept of a sigma-algebra in measure theory?
A sigma-algebra is a collection of subsets of a set that includes the empty set, is closed under complement, and is closed under countable unions. This concept is fundamental in measure theory and probability theory, where it defines measurable sets.
34. What is a proper superset?
A proper superset is the opposite of a proper subset. If A is a proper subset of B, then B is a proper superset of A. It means that B contains all elements of A plus at least one additional element not in A.
35. How does the concept of subsets apply in computer science, particularly in data structures?
In computer science, subsets are crucial in many algorithms and data structures. For example, in binary search trees, each node's left subtree is a subset of elements smaller than the node, and the right subtree is a subset of larger elements. Subsets also play a role in database design, where they help organize data hierarchically.
36. What is the connection between subsets and Boolean algebra?
Subsets have a strong connection to Boolean algebra. The operations on sets (union, intersection, complement) correspond directly to Boolean operations (OR, AND, NOT). This relationship is fundamental in digital logic design and computer architecture.
37. How do subsets relate to the concept of a topology?
In topology, a collection of subsets of a set X is called a topology on X if it includes both X and the empty set, is closed under finite intersections, and is closed under arbitrary unions. This defines which subsets are considered "open" in the topological space.
38. What is the role of subsets in defining functions?
Subsets play a crucial role in defining functions. The domain of a function is a subset of its source set, and its range is a subset of its target set. Additionally, the graph of a function is a subset of the Cartesian product of its domain and codomain.
39. How does the concept of subsets apply to probability theory?
In probability theory, events are represented as subsets of the sample space. The probability of an event A is defined as P(A), where A is a subset of the sample space S. Subsets are essential in defining compound events, conditional probability, and independence.
40. What is a convex subset?
A convex subset of a vector space is a subset where, for any two points in the subset, all points on the line segment connecting them are also in the subset. This concept is crucial in optimization theory and geometry.
41. How do subsets relate to the concept of a basis in linear algebra?
In linear algebra, a basis is a subset of vectors in a vector space that spans the entire space and is linearly independent. Understanding subsets is crucial for identifying and working with bases, which are fundamental in solving systems of equations and understanding vector spaces.
42. What is the connection between subsets and partial orders?
The subset relation defines a partial order on the power set of any set. For any two subsets A and B of a set S, either A ⊆ B, B ⊆ A, or they are incomparable. This partial order is fundamental in order theory and has applications in computer science and logic.
43. How do subsets relate to the concept of a filter in order theory?
In order theory, a filter on a set X is a collection of subsets of X that is closed under finite intersections and supersets. Filters are important in topology, set theory, and logic, providing a way to generalize the notion of convergence.
44. What is the role of subsets in defining continuity in topology?
In topology, continuity is defined using subsets. A function f: X → Y between topological spaces is continuous if the preimage of every open subset of Y is an open subset of X. This definition generalizes the ε-δ definition of continuity in real analysis.
45. How does the concept of subsets apply to group theory, particularly in defining subgroups?
In group theory, a subgroup is a subset of a group that is itself a group under the same operation. Not every subset of a group is a subgroup; it must be closed under the group operation and contain the identity element and inverses of its elements.
46. What is the relationship between subsets and quotient sets?
Quotient sets are formed by partitioning a set into equivalence classes, which are subsets. Each equivalence class is a subset of the original set, and the collection of all equivalence classes forms the quotient set. This concept is crucial in abstract algebra and topology.
47. How do subsets relate to the concept of a σ-field in probability theory?
A σ-field (sigma-field) is a collection of subsets of a sample space that satisfies certain properties. It includes the sample space itself, is closed under complement, and is closed under countable unions. σ-fields are fundamental in defining probability measures.
48. What is the connection between subsets and category theory?
In category theory, subsets can be generalized to the concept of subobjects. The category of sets and functions has a natural notion of subobject corresponding to subsets. This generalization allows for a more abstract treatment of "sub-structures" across different mathematical domains.
49. How does the concept of subsets apply to formal languages and automata theory?
In formal language theory, languages are defined as subsets of the set of all possible strings over an alphabet. Regular languages, context-free languages, and other classes of languages are all defined in terms of specific types of subsets of the set of all strings.
50. What is the role of subsets in defining measure spaces?
A measure space is a triple (X, Σ, μ) where X is a set, Σ is a σ-algebra of subsets of X, and μ is a measure on Σ. The σ-algebra Σ is a collection of subsets of X that satisfies certain properties, and the measure μ assigns sizes to these subsets.
51. How do subsets relate to the concept of a lattice in order theory?
In order theory, a lattice is a partially ordered set in which every pair of elements has a unique supremum (least upper bound) and infimum (greatest lower bound). The power set of any set forms a lattice under the subset relation, with union and intersection as supremum and infimum operations.
52. What is the connection between subsets and the axiom of choice?
The axiom of choice states that for any collection of non-empty sets, it is possible to select one element from each set to form a new set. This axiom is equivalent to stating that the Cartesian product of any collection of non-empty sets is non-empty, which involves considering subsets of the product set.
53. How does the concept of subsets apply to functional analysis, particularly in defining function spaces?
In functional analysis, function spaces are often defined as subsets of larger spaces with specific properties. For example, the space of continuous functions on an interval is a subset of the space of all functions on that interval. Understanding these subset relationships is crucial for studying properties of function spaces.
54. What is the role of subsets in defining topological manifolds?
A topological manifold is a topological space that locally resembles Euclidean space. This is formalized by requiring that every point has a neighborhood that is homeomorphic to an open subset of Euclidean space. The concept of subsets is crucial in defining these local structures and in studying the global properties of manifolds.
55. How do subsets relate to the concept of a Boolean ring in algebra?
A Boolean ring is a ring where every element is idempotent (x^2 = x for all x). The set of all subsets of a given set forms a Boolean ring under symmetric difference as addition and intersection as multiplication. This connection between subsets and Boolean rings is fundamental in studying Boolean algebras and their applications.

Articles

Back to top