Prove Power Set equation by Induction

AI Thread Summary
The discussion focuses on proving by induction that the cardinality of the power set P(A) is 2^n, where n(A) = n. The base case shows that for an empty set, P(A) contains one subset, confirming n(P(A)) = 1 = 2^0. The induction hypothesis assumes that for a set B with n elements, n(P(B)) = 2^n holds true. The key point of confusion is clarified by explaining that P(B) includes subsets with and without the additional element an+1, leading to the conclusion that n(P(B)) = 2^n + 2^n = 2^(n+1). The discussion concludes with a confirmation of the one-to-one correspondence between subsets, reinforcing the validity of the induction step.
Happyzor
Messages
9
Reaction score
0

Homework Statement



(a) Use induction to show that if n(A) = n then n(P(A)) = 2^n.

n(A) is the cardinality of set A.
P(A) is the power set of A.

Homework Equations



The answer is
We apply induction to prove the claim.
If n = 0 then A = null and in this case P(A) = {null}. Thus n(P(A)) = 1 = 2^0.
As induction hypothesis, suppose that if n(A) = n then n(P(A)) = 2^n. Let B = {a1, a2, · · · , an, an+1}. Then P(B) consists of all subsets of {a1, a2, · · · , an} together with all subsets of
{a1, a2, · · · , an} with the element an+1 added to them. Hence, n(P(B)) =
2^n + 2^n = 2 · 2^n = 2^n+1.

The Attempt at a Solution



Can someone explain the step

"Then P(B) consists of all subsets of {a1, a2, · · · , an} together with all subsets of {a1, a2, · · · , an} with the element an+1 added to them. "


Why is this the case? Shouldn't P(B) just all the subsets {a1,a2,...,an,an+1)? So that's the power set of {a1,a2,...,an} plus something else, but what is that something else?

The answer seems to say that the something else is all subsets of {a1, a2, · · · , an} with the element an+1 and that is equal to 2^n but why is that the case? How do we know that it is equal to 2^n?
 
Physics news on Phys.org
Hi Happyzor! :smile:

(try using the X2 and X2 tags just above the Reply box :wink:)
Happyzor said:
As induction hypothesis, suppose that if n(A) = n then n(P(A)) = 2^n. Let B = {a1, a2, · · · , an, an+1}. Then P(B) consists of all subsets of {a1, a2, · · · , an} together with all subsets of
{a1, a2, · · · , an} with the element an+1 added to them. Hence, n(P(B)) =
2^n + 2^n = 2 · 2^n = 2^n+1.

That's rather unclear.

I'd prefer to say:

P(B) consists of:
i] all subsets of {a1, a2, · · · , an+1} which do include an+1
plus
ii] all subsets of {a1, a2, · · · , an+1} which don't include an+1.

That's the same number as the number of:
i] all subsets of {a1, a2, · · · , an}
plus
ii] all subsets of {a1, a2, · · · , an}. :wink:
 
tiny-tim said:
Hi Happyzor! :smile:

(try using the X2 and X2 tags just above the Reply box :wink:)


That's rather unclear.

I'd prefer to say:

P(B) consists of:
i] all subsets of {a1, a2, · · · , an+1} which do include an+1
plus
ii] all subsets of {a1, a2, · · · , an+1} which don't include an+1.

That's the same number as the number of:
i] all subsets of {a1, a2, · · · , an}
plus
ii] all subsets of {a1, a2, · · · , an}. :wink:


Why are they both equal to 2n? I understand why n*P({a1, a2, · · · , an}) is equal to 2n but why is the other one also 2n? Thanks for your help.
 
Happyzor said:
Why are they both equal to 2n? I understand why n*P({a1, a2, · · · , an}) is equal to 2n but why is the other one also 2n? Thanks for your help.

the sets in i] all include an+1.

So each set in i] is of the form (A U {an+1}) where A is a subset of {a1, a2, · · · , an}.

Different sets in i] have different As, and every A corresponds to a set in i].

ie there's a one-to-one correspondence between the sets in i] and P({a1, a2, · · · , an})

ie they have the same number. :wink:
 
tiny-tim said:
the sets in i] all include an+1.

So each set in i] is of the form (A U {an+1}) where A is a subset of {a1, a2, · · · , an}.

Different sets in i] have different As, and every A corresponds to a set in i].

ie there's a one-to-one correspondence between the sets in i] and P({a1, a2, · · · , an})

ie they have the same number. :wink:

Thanks for your help. I didn't really understand what you meant, but I got help from someone else. I really appreciate it!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top