Proof: Number of different subsets of A is equal to 2^n?

  • Thread starter Thread starter SMA_01
  • Start date Start date
  • Tags Tags
    Proof Subsets
Click For Summary
The discussion focuses on proving that a set A with n elements has 2^n different subsets using mathematical induction. The initial step involves demonstrating that a single-element set has two subsets, which establishes the base case. The induction hypothesis assumes that a set with k elements has 2^k subsets, and the next step is to show that adding an element results in 2^(k+1) subsets. This is achieved by recognizing that each subset of the original set can either include or exclude the new element, leading to a total of 2 * 2^k subsets. The participants clarify the induction process and confirm the correctness of the mathematical reasoning behind the proof.
SMA_01
Messages
215
Reaction score
0

Homework Statement



Prove that if a set a contains n elements, then the number of different subsets of A is equal to 2n.




The Attempt at a Solution



I know how to prove with just combinatorics, where to construct a subset, each element is either in the set or not, leading to 2n subsets. I want to know how to prove it with mathematical induction though. How would I start?

I figured this using summation notation:
\sum^{k=0}_{n} (n k)=2n
 
Physics news on Phys.org
SMA_01 said:

Homework Statement



Prove that if a set a contains n elements, then the number of different subsets of A is equal to 2n.




The Attempt at a Solution



I know how to prove with just combinatorics, where to construct a subset, each element is either in the set or not, leading to 2n subsets. I want to know how to prove it with mathematical induction though. How would I start?

I figured this using summation notation:
\sum^{k=0}_{n} (n k)=2n

So the proposition you want to prove is that the number of subsets of a set with n elements is ##2^n##. Start with ##n=1## A set with a single element, call it ##S_1 = \{a\}## has two subsets: ##\{a\}, \Phi## which is ##2^1##. Now you need to prove the induction step: Assume a set with ##k## elements has ##2^k## subsets and use that to show a set with ##k+1## elements has ##2^{k+1}## subsets. That's how you start. It's easy and you don't need binomial coefficients to do it.
 
Thank you. The part with k+1 elements is confusing me. I went through a long process of trying to make one side equal to the other, and it's not really working. :confused:
 
If you start with a set with ##k## elements and ##2^k##subsets, and add another element, all the subsets of the original set are subsets of the larger set. What additional subsets are there?
 
The additional subsets will be the ones formed using the new element? As if this new element is either in the subsets or not...
 
LCKurtz said:
If you start with a set with ##k## elements and ##2^k##subsets, and add another element, all the subsets of the original set are subsets of the larger set. What additional subsets are there?

SMA_01 said:
The additional subsets will be the ones formed using the new element? As if this new element is either in the subsets or not...

Yes, so...?
 
So, 2*2^k=2^(k+1), is that right?
 
SMA_01 said:
So, 2*2^k=2^(k+1), is that right?

Are you asking me if ##2\cdot 2^k = 2^{k+1}##? Of course, you know it does. Do you understand how to put this all together to make a well written induction proof of your theorem?
 
Yes, thank you. I just thought I would have to go through the long, tedious process of proving both sides are equal using the summation formula. Thanks for all your help :approve:
 

Similar threads

Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
34
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K