Power Set

The power set of AA is denoted as P(A)P(A) where P(A)P(A) is the set containing all the possible subsets of AA.

Consider the set A={1,2}A = \{1, 2 \}. How many subsets does it have? It has four subsets given below.

  • ϕ\phi or the empty set which is a subset of all sets be default.
  • {1}\{ 1 \} is a subset of AA
  • {2}\{ 2 \} is a subset of AA
  • {1,2}\{ 1, 2 \} is also subset of AA because each set is also a subset of itself.

Putting these four subsets of AA in one set makes the power set of AA which has four elements, each of them being a set.

P(A)={ϕ,{1},{2},{1,2}}P(A) = \{ \phi, \{1\}, \{2\}, \{1, 2\}\}

How many subsets does a given set have?

The number of subsets of a set can be found by the relation 2n2^n where nn is the cardinality of the set. This table shows the relation between the number of sets and cardinality more clearly.

Cardinality (nn)Total Subsets (2n2^n)
01
12
24
38
416
532
664
7128
8256
9512
101024

Note that the empty set also has one subset which is also an empty set. And a singleton set has two subsets, itself and the empty set.

This table displays the power sets of sets of cardinality from 0 to 5 so that you can see how to construct them intuitively.

SetPower Set
A=ϕA = \phi{ϕ}\{ \phi \}
A={1}A = \{1\}{ϕ, {1} }\{ \phi,\ \{1\}\ \}
A={1,2}A = \{1, 2\}{ϕ, {1}, {2}, {1,2} }\{ \phi,\ \{1\},\ \{2\},\ \{1,2\}\ \}
A={1,2,3}A = \{1, 2, 3\}{ϕ, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }\{ \phi,\ \{1\},\ \{2\},\ \{3\},\ \{1,2\},\ \{1,3\},\ \{2,3\},\ \{1,2,3\}\ \}
A={1,2,3,4}A = \{1, 2, 3, 4\}{ϕ, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4} }\{ \phi,\ \{1\},\ \{2\},\ \{3\},\ \{4\},\ \{1,2\},\ \{1,3\},\ \{1,4\},\ \{2,3\},\ \{2,4\},\ \{3,4\},\ \{1,2,3\},\ \{1,2,4\},\ \{1,3,4\},\ \{2,3,4\},\ \{1,2,3,4\}\ \}
A={1,2,3,4,5}A = \{1, 2, 3, 4, 5\}{ϕ, {1}, {2}, {3}, {4}, {5}, {1,2}, {1,3}, {1,4}, {1,5}, {2,3}, {2,4}, {2,5}, {3,4}, {3,5}, {4,5}, {1,2,3}, {1,2,4}, {1,2,5}, {1,3,4}, {1,3,5}, {1,4,5}, {2,3,4}, {2,3,5}, {2,4,5}, {3,4,5}, {1,2,3,4}, {1,2,3,5}, {1,2,4,5}, {1,3,4,5}, {2,3,4,5}, {1,2,3,4,5} }\{ \phi,\ \{1\},\ \{2\},\ \{3\},\ \{4\},\ \{5\},\ \{1,2\},\ \{1,3\},\ \{1,4\},\ \{1,5\},\ \{2,3\},\ \{2,4\},\ \{2,5\},\ \{3,4\},\ \{3,5\},\ \{4,5\},\ \{1,2,3\},\ \{1,2,4\},\ \{1,2,5\},\ \{1,3,4\},\ \{1,3,5\},\ \{1,4,5\},\ \{2,3,4\},\ \{2,3,5\},\ \{2,4,5\},\ \{3,4,5\},\ \{1,2,3,4\},\ \{1,2,3,5\},\ \{1,2,4,5\},\ \{1,3,4,5\},\ \{2,3,4,5\},\ \{1,2,3,4,5\}\ \}

Write Powers Sets - Interactive Exercise

In these next exercises, press enter with input field empty to enter the null set.

Power Set Exercise - Create the Power Set of the given set.

A={a}A = \{a\}
Write one subset at a time without outer curly brackets and press enter.
{\{  }\}
P(A)={P(A) = \{}\}

Power Set Exercise - Create the Power Set of the given set.

A={a,b,c}A = \{a, b, c\}
Write one subset at a time without outer curly brackets and press enter.
{\{  }\}
P(A)={P(A) = \{}\}

Power Set Exercise - Create the Power Set of the given set.

A={0,{0,1}}A = \{0, \{0, 1\}\}
Write one subset at a time without outer curly brackets and press enter.
{\{  }\}
P(A)={P(A) = \{}\}

Power Set Exercise - Create the Power Set of the given set.

A={1,2,3,4}A = \{1, 2, 3, 4\}
Write one subset at a time without outer curly brackets and press enter.
{\{  }\}
P(A)={P(A) = \{}\}

True or False Activity!!!

Read each statement carefully and decide if it is true or false.

1

If a set has nn elements, its power set has 2n2^n elements.

or
2

The power set of a finite set is always finite.

or
3

The power set of an infinite set is infinite.

or
4

\emptyset is always an element of the power set of any set.

or
5

If AA has 3 elements, P(A)P(A) has 6 elements.

or

End of Lesson

 Previous
Subsets
Next
Universal Set & Complement