In set theory, the power set is a fundamental concept that allows us to explore the collection of all possible subsets of a given set. Understanding the power set is essential for advanced mathematics, computer science, and logic.
The power set of a set S, often denoted as P(S) or 2S, is the set of all subsets of S, including the empty set and S itself. If S is a set, then P(S) contains every possible combination of elements from S, organized as sets.
Let us consider a set A containing three elements: A = {1, 2, 3}. To find the power set P(A), we list all possible subsets:
As shown above, the power set includes the empty set (), the individual elements, the pairs, and the full set itself.
One of the most important properties of the power set is its size, or cardinality. If a set S has n elements, its power set P(S) will always have 2n elements.
This explains the notation 2S. In the example above, the set {1, 2, 3} has 3 elements. Therefore, the power set contains 23 = 8 elements. This relationship holds true for all finite sets.
Students often wonder why the empty set () is considered a member of every power set. By definition, a subset of S is any set whose elements are also contained within S. Because the empty set contains no elements, it satisfies this condition vacuously for any set S. Thus, the empty set is a subset of every set, and consequently, it must appear in every power set.
The power set concept is widely used in various fields:
The concept of the power set becomes even more profound when applied to infinite sets. Georg Cantor, a pioneer of set theory, proved that the cardinality of the power set of any set is strictly greater than the cardinality of the set itself. This led to the conclusion that there are different "sizes" of infinity, as the power set of the set of natural numbers is uncountably infinite.
