Power set

Power set

Hitesh SahuUpdated on 03 Feb 2026, 05:23 PM IST

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

  1. What is a Power Set?
  2. Properties of Power Set in Set Theory
  3. Power Set Examples with Solutions
  4. Power Set in Mathematics and Real-Life Applications
  5. Difference Between Set and Power Set
  6. Power Set Operations in Set Theory (Union, Intersection, Complement)
  7. Solved Examples Based on Power Set
  8. List of Topics Related to Power Set
  9. NCERT Resources
  10. Practice Questions on Power Sets
Power set
Power set

What is a Power Set?

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


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\}\}$

Cardinality of Power Set

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$.

Properties of Power Set in Set Theory

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.

Non-Empty Nature of the Power Set

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$.

Elements of the Power Set are Sets

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.

Number of Elements in a Power Set (Formula)

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.

Size Comparison with the Original Set

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.

Power Set of a Finite Set is Finite

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.

Mapping Between Power Sets and Real Numbers

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.

Connection with Boolean Algebra

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.

Power Set Examples with Solutions

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.

Power Set of a 2-Element Set

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.

Power Set of a 3-Element Set

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.

Verifying Total Subsets Using the $2^n$ Rule

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.

Example

If $S = \{x, y, z, w\}$

then $n = 4$

$|P(S)| = 2^4 = 16$

This confirms that the power set must contain 16 subsets.

Power Set in Mathematics and Real-Life Applications

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.

Power Set in Boolean Algebra and Logic

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.

Use of Power Set in Computer Science and Programming

In computer science, the concept of a power set is essential in various algorithms:

  • Generating all possible combinations in recursive or iterative programming
  • Bitmasking techniques, where each bit representsthe inclusion/exclusion of an element
    For a set with $n$ elements, the power set helps in solving problems involving subset generation, permissions systems, and state spaces.

Power Set in Combinatorics and Probability

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.

Difference Between Set and Power Set

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.

Element vs Subset

A set contains individual elements, while a power set contains subsets of those elements.
For example:

  • Set: $S = {1, 2}$
  • Power set: $P(S) = \{\emptyset, {1}, {2}, {1, 2}\}$

In $S$, $1$ is an element. In $P(S)$, $\{1\}$ is a subset.
This highlights the difference between elements and subsets in power sets.

Cardinality Comparison

Let $T$ be a finite set with $n$ elements.

  • Cardinality of the set: $|T| = n$
  • Cardinality of the power set: $|P(T)| = 2^n$
JEE Main Highest Scoring Chapters & Topics
Focus on high-weightage topics with this eBook and prepare smarter. Gain accuracy, speed, and a better chance at scoring higher.
Download E-book

Example:
If $T = \{a, b, c\}$, then:

  • $|T| = 3$
  • $|P(T)| = 2^3 = 8$

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.

Power Set Operations in Set Theory (Union, Intersection, Complement)

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:

OperationSymbolMeaningResult in Power SetExample
Union$A \cup B$Combines all elements from both subsetsCreates a subset containing every element from either setIf $\{1\}$ and $\{2\}$, then $\{1\} \cup \{2\} = \{1,2\}$
Intersection$A \cap B$Keeps only common elementsForms a subset with shared elements onlyIf $\{1,2\}$ and $\{2\}$, then $\{1,2\} \cap \{2\} = \{2\}$
Complement$A^c$ or $S - A$Elements not in the subset but in universal setProduces remaining elements outside the subsetIf $S=\{1,2\}$ and $A=\{1\}$, then $A^c=\{2\}$

Quick Tip for Understanding

Think of it like this:

  • Union → combine everything

  • Intersection → keep only common parts

  • Complement → remove what’s already taken

Solved Examples Based on Power Set

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.

List of Topics Related to Power Set

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.

NCERT Resources

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

NCERT Notes for Class 11 Maths - Chapter 1 Sets

NCERT Exemplar for Class 11 Maths - Chapter 1 Sets

Practice Questions on Power 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:


Frequently Asked Questions (FAQs)

Q: Define power set.
A:

The set of all subsets of a set $A$ is called the power set of ' $A$ '. It is denoted by $P(A)$.


Q: What is the power set of empty set?
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.

Q: What is the power set of $a=\{1,2,3\}$?
A:

The power set of set $a = {1,2,3}$ is $P(a) = \{\{\}, \{1\}, \{2\}, \{3\}, \{1,2\}, \{2,3\}, \{1,3\}, \{1,2,3\}\}$.

Q: How is power set calculated?
A:

The power set can be framed by including the null set, all possible singleton set, all other possible subsets and the original set.

Q: What is the cardinality of power set?
A:

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$.

Upcoming Exams
Ongoing Dates
APS CSB Score Card Date

8 Oct'25 - 31 Mar'26 (Online)