| Thread Closed |
A proof in Set theory about the number of different subset in a Set |
Share Thread | Thread Tools |
| Mar23-10, 09:01 AM | #1 |
|
|
A proof in Set theory about the number of different subset in a Set
hi guys, I am a physics major, recently doing a few self-reading on analysis, however, I got stuck at some excises of proofs.
1. The problem statement, all variables and given/known data If a set A contains n elements, prove that the number of different subsets of A is equal to [itex]2^n[/itex]. 3. The attempt at a solution First, I teared apart the problem, attempting to draw a general equation from looking at the numbers of different subset one by one. E(m) regarded as the possible number of different subsets which contains m elements, whereas A has total n elements. [tex]E(0)=1[/tex] [tex]E(1)=n[/tex] [tex]E(2)=\frac{n^2}{2}-\frac{n}{2}[/tex] (this is obtained from a bit of analysis. Possibly be fault however.) [tex]E(3)=\frac{5n^3}{6} -\frac{n^2}{2}-\frac{n}{3}[/tex] (so is it.) . . . [tex]E(n)=1[/tex] However, I was almost driven crazy... I could't make the generl equation from it (which is hopefully [itex]2^n[/itex]) Any other approaches? Or any mistakes I made during my approach? Thanks for reading! |
| Mar23-10, 09:43 AM | #2 |
|
Mentor
|
For example, if n = 3, there are: 1 set with nothing in it -- {} 3 sets with 1 element -- {1}, {2}, {3} 3 sets with 2 elements -- {1, 2}, {1, 3}, {2, 3} 1 set with 3 elements -- {1, 2, 3} All together there are 1 + 3 + 3 + 1 subsets, or 8 subsets, or 23 subsets. By the same reasoning, it's easy to show that for a set with 4 elements, there are 24 subsets. You can use mathematical induction to show what you're trying to show; namely that for a set of n elements, there are 2n subsets. |
| Mar27-10, 05:34 AM | #3 |
|
|
Thanks for answering!
However, I would love to know how to prove nCm suitable here? |
| Mar27-10, 05:44 AM | #4 |
|
|
A proof in Set theory about the number of different subset in a Set
For the record, a direct counting argument is possible without any induction or summation identities -- you just need to find a different way to describe a subset than by first listing its size (say, m), and then by listing m elements.
|
| Mar29-10, 06:59 AM | #5 |
|
|
Probably my knowledge in Math induction is not enough.
I have attempted to prove it via M.I. however, I was having some hard time my approach: 1.) obviously it is true for n=1,0 2.) I assume that it is true for [itex]2^k[/itex], where k belongs to natural set. 3.) but how do I know/prove it is also true for [itex]2^{k+1}[/itex]? since I can't write such a function at all! |
| Mar29-10, 07:01 AM | #6 |
|
|
besides, I always do not understand how the nCm stuffs have to do with the so-called "possibilities" of combinations?
thanks! |
| Mar29-10, 09:38 AM | #7 |
|
|
Suppose A contains k+ 1 elements, with k> 0. Let [itex]a_0[/itex] be one of the elements of A. Every subset of A either contains [itex]a_0[/itex] or it does not. If it does not, it is a subset of [itex]A-\{x_0\}[/itex] which has k elements so there are 2^k of them. If it does not, it is the same as a subset of [itex]A- \{x_0\}[/itex] union [itex]x_0[/itex] so there are [itex]2^k[/itex] of them. Together there are [itex]2^k+ 2^k= 2(2^k)= 2^{k+1}[/itex] subsets of A.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: A proof in Set theory about the number of different subset in a Set
|
||||
| Thread | Forum | Replies | ||
| proof about number theory | Linear & Abstract Algebra | 2 | ||
| number theory proof? | Linear & Abstract Algebra | 5 | ||
| Another number theory proof | Calculus & Beyond Homework | 0 | ||
| number theory proof | Calculus & Beyond Homework | 7 | ||
| GCD proof in Number Theory | Calculus & Beyond Homework | 2 | ||