Power set (set theory) question

Click For Summary

Discussion Overview

The discussion centers around the concept of power sets in set theory, specifically focusing on the number of elements in a power set and the derivation of the formula 2^n, where n is the number of elements in the original set. Participants explore different methods of understanding and proving this concept, including the Binomial Theorem and mathematical induction.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Exploratory

Main Points Raised

  • One participant expresses understanding of the power set concept but seeks clarification on how the number of elements is derived as 2^n.
  • Another participant references the Binomial Theorem to illustrate that (a+b)^n can be simplified to 2^n when a and b are both set to 1.
  • A different participant provides a proof by induction, starting with the empty set and demonstrating that a set with k+1 elements can be shown to have 2^(k+1) subsets based on subsets that include or exclude a particular element.

Areas of Agreement / Disagreement

Participants do not appear to reach a consensus on a single method of explanation, as multiple approaches are presented, including the Binomial Theorem and induction. The discussion remains open with various perspectives on proving the number of elements in a power set.

Contextual Notes

The discussion includes different mathematical proofs and approaches, but does not resolve which method is preferable or more intuitive for understanding the concept of power sets.

Taturana
Messages
108
Reaction score
0
I'm reading a book about set theory and it introduced the concept of power set. Ok, I understand what is a power set and the entire concept but I have a question about the number of elements of a power set.

There's written in the book that the number of elements of a power set is 2n where n is the number of elements of set that power set is of (very bad english, sorry). For example:

A = {1; 2; 3}

2A = {A; {1;2}; {1;3}; {2;3}; {1}; {2}; {3}; {null set}}

n(2A) = 2n(A) = 23 = 8

Using the concept of Pascal triangle we have the 2n expression comes from:

8910d5b9c8f59852ed8b0cd9ab12ed51.png


But I don't understand how can I manage this equation (before the "= 2n") to it be equals 2n

I would be grateful if someone help me...

Thank you very much
 
Physics news on Phys.org
Remember that

[tex] (a+b)^n = \sum_{k=0}^n C^n_k a^kb^{n-k}[/tex]

(Binomial Theorem}

Set a = b = 1; then

[tex] (1+1)^n = 2^n = \sum_{k=0}^n C^n_k 1^k 1^{n-k} = C^n_0 + \dots + C^n_n[/tex]
 
Thank you very much statdad for reply, you helped me a lot.
 
One can also prove that the power set of a set with n elements has 2n elements by induction.

The empty set, with 0 elements, has 1 subset, itself. 20= 1.

Induction hypothesis: assume that, for some k, a set containing k elements has 2k[/k] subsets.

Let X be a set containing k+ 1 elements. Select one of the elements (which we can do- k+1> 0) and call it "a". All subsets of X are of two kinds, those that contain a and those that don't. Subsets of X that do not contain a are exactly the subsets of X- {a} which has k+1-1= k elements so there are 2k such subsets. Subsets of X that contain a can be written [itex]\left{a\right}\cup U[/itex] where U is now a subset of X that does not contain a. And, as above, there are 2k such subsets. Thus there are 2k+ 2k= 2(2k)= 2k+1[/sub] subsets of X.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 57 ·
2
Replies
57
Views
7K