Axion of Powerset
The next axiom we look at will be the Axiom of Powerset. We previously looked at what it means for a set to be a subset of another set. In this section we will examine the set containing all subsets of a given set. This is called the power set of a given set.
The power set gets it’s name from the fact that if the A has n elements, then the powerset \mathcal{P}(A) has 2^n elements. For example, if
A = \{1,2\}
then
\mathcal{P}(A) = \{\varnothing,\{1\},\{2\},\{1,2\}\}.
We will prove this fact later once we have developed tools to count the number of elements in a set. It is worth noting that the empty set and the given set are both a member of a given sets power set.
We have the definition, but of course we need to prove that the power set of any given set exists. This is where the axiom of power set comes in.
As a side note, it is possible to prove that the power set of finite sets exists without using the axiom of powerset. However, since the power set of a given set has exponentially more elements then the given set, it is necessary to prove that the power set of infinite sets exists. We will touch on this matter more when we discuss cardinality.
Properties
We can now discuss various properties of the power set. This list of theorems is given in Suppes. The following follows immediately from the definition, and is stated for use in future theorems.
Next we prove that given a set A, the set A itself and the empty set are elements of \mathcal{P}(A).
The next two theorems are simply proving the results of repeatedly applying the powerset to the empty set.