Think about this for a second — every day, you sort things without even realizing it. Your phone contacts are grouped into family, friends, and work. Your wardrobe has separate sections for casual wear, formals, and gym clothes. Even your playlist has different categories for mood and genre. In simple words, you’re constantly organizing items into neat collections so they’re easier to find and use. That’s exactly how the concept we’re discussing works — it helps us group, classify, and handle information in a smart, structured way instead of dealing with random chaos. In this article, we’ll break the topic down step-by-step in a clear and beginner-friendly way, covering the core meaning, key definitions, important properties, practical applications, common formulas/rules, and maths exam-focused insights so you can understand it deeply and use it confidently.
This Story also Contains
The set of all subsets of a set $S$ is called the power set of$S$. It is denoted by $P(S)$. It also includes the empty set and the set itself. The power set always contains $2^n$ elements, where $n$ is the number of elements in the original set.

Power Set Definition: The collection of all subsets of a set $A$ is called the power set of $A$. It is denoted by $P(A)$.
Power Set Example: Let $\mathrm{A}=\{\mathrm{a}, \mathrm{b}, \mathrm{c}\}$, then $P(A)=\{\phi,\{a\},\{b\},\{c\},\{a, b\},\{b, c\},\{c, a\},\{a, b, c\}\}$
The number of distinct elements in a finite set $A$ is called the Cardinal number or cardinality of set and it is denoted by $A$ and it is denoted by $n(A)$.
The power set formula to find the cardinality(number of elements) of the power set of any set $A$ is $2^n$ where $n$ is the number of elements in $A$.
Eg. Let $\mathrm{A}=\{\mathrm{a}, \mathrm{b}, \mathrm{c}\}$. The cardinality of the set $A$ is $3$. The cardinality of the power set of $A$, $P(A)$ is $2^n = 2^3 = 8$.
Think of a simple real-life situation. Suppose you have three books on your study table. You can choose none, one, two, or all three books in different combinations. Every possible selection you make forms a subset. Now, if you collect all these subsets together, you get what mathematics calls the power set.
In set theory and discrete mathematics, the power set is one of the most important concepts because it explains how subsets, combinations, and mathematical structures are formed. Below are the key properties of the power set explained clearly for conceptual understanding and exam preparation.
The power set of any set is always non-empty.
Even when the original set is empty, the power set still contains at least one element, which is the empty set. Therefore, $P(A) \neq \varnothing$ for any set $A$.
Every element inside the power set is itself a set.
This means the power set is a set of subsets, not individual elements. Each member represents a possible subset of the original set.
If a set $A$ contains $n(A)$ elements, then the total number of subsets is given by $P(A) = 2^{n(A)}$
Thus, the number of elements in the power set equals $2^{n(A)}$. This formula is widely used in combinatorics, probability, and discrete mathematics problems.
The power set is always larger than the original set.
Since it contains all possible subsets, including the empty set and the set itself, its size grows exponentially compared to the number of elements in the original set.
If the given set is finite, then its power set will also be finite.
Because the number of subsets is limited and determined by $2^{n}$, the resulting collection remains finite.
For certain infinite sets, such as the set of natural numbers, the power set can be mapped one-to-one with the set of real numbers.
This highlights that the power set often has a higher level of infinity (greater cardinality) than the original set.
When operations such as union, intersection, and complement are applied to the power set, it forms the structure of Boolean algebra.
This property is important in logic, computer science, digital circuits, and switching theory, where subsets behave like logical values.
Understanding the power set in set theory becomes much easier when you actually list out subsets step by step. Think of it like choosing items from a small group — every possible combination you form becomes a subset. When you collect all those subsets together, you get the power set.
Practicing examples helps you clearly see how subsets are formed and how the number of subsets always follows the standard $2^n$ formula used in discrete mathematics, combinatorics, and competitive exams. Let’s go through some solved examples.
Given Set
Let $A = \{1, 2\}$
Step 1: List All Possible Subsets
$\emptyset$
$\{1\}$
$\{2\}$
$\{1, 2\}$
Step 2: Write the Power Set
$P(A) = \{\emptyset, \{1\}, \{2\}, \{1, 2\}\}$
Step 3: Verify Using Formula
Number of elements in $A = 2$
$2^n = 2^2 = 4$
So, the power set contains 4 subsets.
Given Set
Let $B = \{a, b, c\}$
Step 1: List All Possible Subsets
$\emptyset$
$\{a\}, \{b\}, \{c\}$
$\{a, b\}, \{a, c\}, \{b, c\}$
$\{a, b, c\}$
Step 2: Write the Power Set
$P(B) = \{\emptyset, \{a\}, \{b\}, \{c\}, \{a, b\}, \{a, c\}, \{b, c\}, \{a, b, c\}\}$
Step 3: Verify Using Formula
Number of elements in $B = 3$
$2^n = 2^3 = 8$
So, the power set contains 8 subsets.
Instead of counting manually every time, we use the power set formula:
$|P(S)| = 2^n$
where $n$ is the number of elements in the original set.
If $S = \{x, y, z, w\}$
then $n = 4$
$|P(S)| = 2^4 = 16$
This confirms that the power set must contain 16 subsets.
The concept of a power set extends beyond theoretical math and finds applications in various real-life and academic fields. From logic and programming to probability and combinatorics, power sets help model choices, events, and states. This section explores how power sets are used in both mathematics and practical scenarios.
In Boolean algebra, the power set is often used to represent truth tables and logical operations. Each subset in the power set can correspond to a specific combination of truth values.
For instance, for a set $S = \{p, q\}$ representing propositions, its power set models all possible truth value assignments to $p$ and $q$. This is crucial in designing logical circuits and truth tables.
In computer science, the concept of a power set is essential in various algorithms:
In combinatorics, the power set represents the complete collection of subsets, allowing us to count or evaluate combinations.
In probability, if each subset represents a possible event, the power set forms the sample space of all possible events.
For example, if $A = \{\text{Rain}, \text{Snow}\}$, the power set gives us:
$P(A) = \{\emptyset, \{\text{Rain}\}, \{\text{Snow}\}, \{\text{Rain, Snow}\}\}$
Each element of $P(A)$ represents a possible outcome or event in the probability space.
Understanding the difference between a set and its power set is crucial in set theory. While a set contains individual elements, its power set includes all possible subsets of those elements. This section explains how the two differ in structure, size, and representation.
A set contains individual elements, while a power set contains subsets of those elements.
For example:
In $S$, $1$ is an element. In $P(S)$, $\{1\}$ is a subset.
This highlights the difference between elements and subsets in power sets.
Let $T$ be a finite set with $n$ elements.
Example:
If $T = \{a, b, c\}$, then:
The power set always has exponentially more elements than the original set. This cardinality difference between a set and its power set is a key concept in set theory and combinatorics.
When working with a power set in set theory, we often apply basic set operations like uni\on, intersection, and complement on subsets. These operations help us combine, compare, or modify subsets and are widely used in discrete mathematics, Boolean algebra, logic, and computer science applications.
Here’s a clear summary table for quick revision:
| Operation | Symbol | Meaning | Result in Power Set | Example |
|---|---|---|---|---|
| Union | $A \cup B$ | Combines all elements from both subsets | Creates a subset containing every element from either set | If $\{1\}$ and $\{2\}$, then $\{1\} \cup \{2\} = \{1,2\}$ |
| Intersection | $A \cap B$ | Keeps only common elements | Forms a subset with shared elements only | If $\{1,2\}$ and $\{2\}$, then $\{1,2\} \cap \{2\} = \{2\}$ |
| Complement | $A^c$ or $S - A$ | Elements not in the subset but in universal set | Produces remaining elements outside the subset | If $S=\{1,2\}$ and $A=\{1\}$, then $A^c=\{2\}$ |
Think of it like this:
Union → combine everything
Intersection → keep only common parts
Complement → remove what’s already taken
Example 1: Power set of $\{1,2,3\}$ is
1) $P(A)=\{\phi,\{1\},\{2\},\{3\},\{1,2\},\{1,3\},\{2,3\}\}$
2) $P(A)=\{\{1\},\{2\},\{3\},\{1,2\},\{1,3\}\{2,3\},\{1,2,3\}\}$
3) $P(A)=\{\phi,\{1\},\{2\},\{3\},\{1,2\},\{1,3\},\{2,3\},\{1,2,3\}\}$
4) None of the above
Solution:
As we know, in this question,
Option (3) shows all the subsets of $\{1,2,3\}$
Hence, the answer is option 3.
Example 2: Find the number of elements in the power set of $\{1,2,3,4,5\}$.
1) $8$
2) $16$
3) $32$
4) $64$
Solution:
As we know, in this question,
The power set of $\{1,2,3,4,5\}$ will have $2^5=32$ elements.
Hence, the answer is option 3.
Example 3: $\mathbf{A}$ is a set containing $\mathbf{n}$ elements. A subset $P_1$ is chosen and $\mathbf{A}$ is reconstructed by replacing the elements of $P_1$. The same process is repeated for subsets $P_1, P_2, \ldots, P_m$ with $m>1$. The number of ways of choosing $P_1, P_2, \ldots, P_m$, $P_1 \cup P_2 \cup \ldots \cup P_m=A$ so that $P_1 \cup P_2 \cup \ldots \cup P_m=A$ is
1) $\left(2^m-1\right)^{m n}$
2) $\left(2^n-1\right)^m$
3) ${ }^{m+n} C_m$
4) none of these
Solution:
$\operatorname{Let} A=\left\{a_1, a_2, \ldots, a_n\right\}$ for each $a_i(1 \leq i \leq n)$
Either $a_i \in P_j$ or $a_i \notin P_j(1 \leq j \leq m)$
$\therefore$ There are $2^m$ choices in which $a_i, a_j$ belongs to $P_j$,
Also, there is exactly one choice, i.e, $a_i \notin P_j$
$\therefore a_i \in P_1 \cup P_2 \cup \ldots \cup P_m$ in ( $2^m-1$ ) ways.
Since there are n elements in the set A, the number of ways of constructing subsets.
$P_1, P_2, \ldots, P_m$ is $\left(2^m-1\right)^n$
Example 4: The number of elements in the power set of $P(P(\phi))$ is
1) $1$
2) $2$
3) $3$
4) $4$
Solution:
Number of elements in $\mathrm{P}(\phi)$ is $2^0=1$
Number of elements in $\mathrm{P}(\mathrm{P}(\phi))$ is $2^1=2$
Hence, the answer is option 2.
Example 5: A relation on the set $A=\{x:|x|<3, x \in Z\} \quad$ where $\mathbf{Z}$ is the set of integers is defined by $R=\{(x, y): y=|x|, x \neq-1\}$ Then the number of elements in the power set of $\mathbf{R}$ is :
1) 32
2) 16
3) 8
4) 64
Solution:
Consider set $A=\{x:|x|<3, x \in Z\}$.
All elements of the set A, defined by x, are also contained in Z, the set of integers. It's also given that the absolute value of these elements is strictly less than 3.
$|x|<3 \Rightarrow|x| \in\{0,1,2\} \subset A$
Hence, possibly this set in roster form will be,
$A=\{-2,-1,0,1,2\}$
A relation R on the set A where $R \subseteq(A \times A)$ is defined in set builder notation as
$R=\{(x, y): y=|x|, x \neq-1\}$
Thus, $ xRy$ is possible if y is the absolute value of x and x is not equal to -1.
And also, $(x, y) \in(A \times A)$
$|x|=y \in\{0,1,2\}$
$\therefore x \in\{-2,0,1,2\} \quad \text { but } \quad x \neq-1$
Hence, possibly $R$ in roster form will be,
$R=\{(-2,2),(0,0),(1,1),(2,2)\}$
Here we get that $|R|=4$.
Thus,
$|P(R)|=2^{|R|}=2^4=16$
Hence, the answer is option 2.
To truly understand the power set concept in set theory, it helps to first build a strong foundation in the basics. Think of it like learning to ride a bike — once you balance properly, everything else feels easy. In the same way, topics like union of sets, intersection of sets, complement of sets, subsets, and set representation methods form the core building blocks that make power sets simple and logical.
Explore essential NCERT study materials for Sets, with comprehensive solutions, concise revision notes, and curated exemplar problems. These resources are designed to enhance your conceptual clarity and prepare effectively for board and competitive exams.
NCERT Solutions for Class 11 Maths - Chapter 1 Sets
Mastering any mathematical concept comes through continuous practice. To help strengthen your understanding of the topic, we have provided some practice questions on Power Set. They will test your knowledge of formulas, important properties and general application of knowledge.
To practice questions based on Power Set Universal Set - Practice Question MCQ click here.
You can practice the next topics of Sets below:
Intersection Of Set Properties Of Intersection - Practice Question MCQ |
Complement Of A Set Law Of Complement Property Of Complement - Practice Question MCQ |
Frequently Asked Questions (FAQs)
The set of all subsets of a set $A$ is called the power set of ' $A$ '. It is denoted by $P(A)$.
An empty set is a null set, which does not have any elements present in it. Therefore, the power set of the empty set has only one element which is the empty set only.
The power set of set $a = {1,2,3}$ is $P(a) = \{\{\}, \{1\}, \{2\}, \{3\}, \{1,2\}, \{2,3\}, \{1,3\}, \{1,2,3\}\}$.
The power set can be framed by including the null set, all possible singleton set, all other possible subsets and the original set.
The cardinality of a set refers to the number of elements in a set. The cardinality of the power set of any set $A$ can be calculated by $2^n$ where $n$ is the number of elements in the set $A$.