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 A contains n elements, then its power set contains how many elements?
A) n2
B) 2n
C) 2n
D) n+1
Solution
We are going to solve this question by using mathematical induction for the given set A 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 S is the set of all subsets of S, including the empty set and S itself.
Complete step by step solution:
Initial case: For n=0: First we are going to assume that the cardinality of the given set A is 0.That is the set A has no elements. Mathematically, we say this set as empty set. And it is denoted by ϕ.
So, we have ∣A∣=0⇒A=ϕ.
We already know that the empty set has only one subset and it is itself.
Now we have that ∣P(A)∣=1 . And we know that anything power 0 is 1. Therefore we can rewrite 1 as 20. Here P(A) denotes the power set of A and ∣P(A)∣ denotes the cardinality of the power set.
Thus we have, ∣P(A)∣=1=20
For n=1: Now we assume that the set A has only one element. So its power set has 2 elements.
That is, A has subsets as empty set and the whole set A itself.
Thus we have, ∣P(A)∣=2=21 (2 can be rewrite as21)
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 A is the set of all subsets of A. Here A has only one element a1
So, Power set of A contains 2 element that is two subsets. Those are a1 and empty set φ.
Therefore, we can clearly see that ∣P(A)∣=2=21.
For n=2: Now we assume that the set Ahas only one element. So its power set has 3 elements.
That is, A has subsets as empty set, the whole set A itself and combinations of double pair element sets.
Thus we have, ∣P(A)∣=3=23
For more clarification, we will see this with an example.
Let us assume that for example,
If A is the set x,y,z, then the subsets of A are:
(Also denoted the empty set or the null set)
x
y
z
x,y
x,z
y,z
x,y,z
and hence the power set of A is , x, y, z, x,y, x,z, y,z, x,y,z.
Power set of A contains 3 element that is 8 subsets. Those are x,y,z and empty set ϕ.
Therefore, we can clearly see that ∣P(A)∣=3=23.
Now we are going to assume that if the set A contains n elements then its power set contains 2n elements.
Hence ∣P(A)∣=2n if A contains nelements.
Now we are going to check for n+1elements. That is, if the set A has n+1 elements then its power set contains 2n+1 elements. From this, we can conclude that if a non-empty set has n elements then its power set contains 2nelements by mathematical induction.
Let B be a set with (n+1) elements, B = A \cup \left\\{ a \right\\}
Bhas two kinds of subsets. Those that include ′a′ and those that do not include ′a′
The subsets that include′a′are nothing but exactly the subsets of A and there are 2nelements of them.
The subsets that do not include′a′ are of the form ofC \cup \left\\{ a \right\\}, whereC∈P(A).
Since there are 2n possible choices forC, there must be exactly 2nsubsets of Bof which ′a′ is an element.
Therefore, ∣P(B)∣=2n+2n=2(2n)=2n+1
We proved that if a set has n+1elements then its power set contains 2n+1 elements.
Hence by mathematical induction, we can conclude that if a set contains n elements then its power set contains 2n 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 iteration, then it is also true for (n+1)th iteration.