Solveeit Logo

Question

Question: If a non-empty set \[A\] contains \[n\] elements, then its power set contains how many elements? A...

If a non-empty set AA contains nn elements, then its power set contains how many elements?
A) n2{n^2}
B) 2n{2^n}
C) 2n2n
D) n+1n + 1

Explanation

Solution

We are going to solve this question by using mathematical induction for the given set AA to find how many power set in it. First, we have to know the definition of Power set is a set of all the subsets of the given set. In mathematics, the power set of any set SS is the set of all subsets of SS, including the empty set and SS itself.

Complete step by step solution:
Initial case: For n=0n = 0: First we are going to assume that the cardinality of the given set AA is 0.That is the set AA has no elements. Mathematically, we say this set as empty set. And it is denoted by ϕ\phi .
So, we have A=0A=ϕ\left| A \right| = 0 \Rightarrow A = \phi .
We already know that the empty set has only one subset and it is itself.
Now we have that P(A)=1\left| {P\left( A \right)} \right| = 1 . And we know that anything power 0 is 1. Therefore we can rewrite 1 as 20{2^0}. Here P(A)P(A) denotes the power set of AA and P(A)\left| {P\left( A \right)} \right| denotes the cardinality of the power set.
Thus we have, P(A)=1=20\left| {P\left( A \right)} \right| = 1 = {2^0}
For n=1n = 1: Now we assume that the set AA has only one element. So its power set has 2 elements.
That is, AA has subsets as empty set and the whole set AA itself.
Thus we have, P(A)=2=21\left| {P\left( A \right)} \right| = 2 = {2^1} (2 can be rewrite as21{2^1})
For more clarification, we will see this with an example. Let us assume that A = \left\\{ {{a_1}} \right\\}
We already know that the power set of AA is the set of all subsets of AA. Here AA has only one element a1{a_1}
So, Power set of AA contains 2 element that is two subsets. Those are a1{a_1} and empty set φ\varphi .
Therefore, we can clearly see that P(A)=2=21\left| {P\left( A \right)} \right| = 2 = {2^1}.
For n=2n = 2: Now we assume that the set AAhas only one element. So its power set has 33 elements.
That is, AA has subsets as empty set, the whole set AA itself and combinations of double pair element sets.
Thus we have, P(A)=3=23\left| {P\left( A \right)} \right| = 3 = {2^3}
For more clarification, we will see this with an example.
Let us assume that for example,
If AA is the set x,y,z\\{ x,y,z\\} , then the subsets of AA are:
\\{ \\} (Also denoted the empty set or the null set)
x\\{ x\\}
y\\{ y\\}
z\\{ z\\}
x,y\\{ x,y\\}
x,z\\{ x,z\\}
y,z\\{ y,z\\}
x,y,z\\{ x,y,z\\}
and hence the power set of AA is , x, y, z, x,y, x,z, y,z, x,y,z\\{ \\{ \\} ,{\text{ }}\\{ x\\}, {\text{ }}\\{ y\\}, {\text{ }}\\{ z\\}, {\text{ }}\\{ x,y\\}, {\text{ }}\\{ x,z\\}, {\text{ }}\\{ y,z\\}, {\text{ }}\\{ x,y,z\\} \\}.
Power set of AA contains 33 element that is 88 subsets. Those are x,y,z\\{ x,y,z\\} and empty set ϕ\phi .
Therefore, we can clearly see that P(A)=3=23\left| {P\left( A \right)} \right| = 3 = {2^3}.
Now we are going to assume that if the set AA contains n elements then its power set contains 2n{2^n} elements.
Hence P(A)=2n\left| {P\left( A \right)} \right| = {2^n} if AA contains nnelements.
Now we are going to check for n+1n + 1elements. That is, if the set AA has n+1n + 1 elements then its power set contains 2n+1{2^{n + 1}} elements. From this, we can conclude that if a non-empty set has n elements then its power set contains 2n{2^n}elements by mathematical induction.
Let BB be a set with (n+1)\left( {n + 1} \right) elements, B = A \cup \left\\{ a \right\\}
BBhas two kinds of subsets. Those that include a'a' and those that do not include a'a'
The subsets that includea'a'are nothing but exactly the subsets of AA and there are 2n{2^n}elements of them.
The subsets that do not includea'a' are of the form ofC \cup \left\\{ a \right\\}, whereCP(A)C \in P\left( A \right).
Since there are 2n{2^n} possible choices forCC, there must be exactly 2n{2^n}subsets of BBof which ′a′ is an element.
Therefore, P(B)=2n+2n=2(2n)=2n+1\left| {P\left( B \right)} \right| = {2^n} + {2^n} = 2({2^n}) = {2^{n + 1}}
We proved that if a set has n+1n + 1elements then its power set contains 2n+1{2^{n + 1}} elements.

Hence by mathematical induction, we can conclude that if a set contains nn elements then its power set contains 2n{2^n} elements. Option ‘B’ is the correct answer.

Note:
Mathematical induction is a mathematical technique that is used to prove a formula or a statement is true for every natural number. This mathematical technique involves two steps.
Step 1: It proves that the given statement or formula is true for an initial value.
Step 2: It proves that if the given statement or formula is true for the nth{n^{{\text{th}}}} iteration, then it is also true for (n+1)th{(n + 1)^{{\text{th}}}} iteration.