Exercise 1.8

If a set A has two elements, show that P (A) has four elements. How many elements does P (A) have if A has one element? Three elements? No elements? Why is P (A) called the power set of A.

Answers

We claim that if a finite set has n elements, then its power set has 2n elements, which is why it is called the power set.

Proof. We show this by induction on the size of the set. For the base case, start with the empty set in which n = 0. Clearly the only subset of is the trivial subset itself so that = {}. This has 1 = 20 = 2n element obviously, which shows the base case. Now suppose that the power set of any set with n elements has 2n elements. Let A be a set with n + 1 elements, noting that this is nonempty since n + 1 1 since n 0. Hence there is an x A. For any subset B A, either xB or x B. In the first case B is a subset of A {x} and in the latter B = {x} C for some C A {x}. Therefore A has twice the number of elements of A {x}, one half being just the elements of A {x} and the other being those elements with x added in. But A {x} has n elements since A has n + 1, and hence A {x} has 2n elements by the induction hypothesis. Thus A has 2 2n = 2n+1 elements, which completes the induction. □

Using this, we can answer all of the specific questions. If a set has two elements then its power set has 22 = 4 elements. If it has one element, then its power set has 21 = 2 elements, namely {x} = {, {x}}. If a set has three elements then its power set has 23 = 8 elements. Lastly, if a set has no elements (i.e. it is the empty set), then its power set has 20 = 1 elements. As noted in the proof we have = {}.

User profile picture
2019-12-01 00:00
Comments