Power set

Power set

In mathematics, given a set "S", the power set (or powerset) of "S", written mathcal{P}(S), "P"("S"), or 2"S", is the set of all subsets of "S". In axiomatic set theory (as developed e.g. in the ZFC axioms), the existence of the power set of any set is postulated by the axiom of power set.

Any subset "F" of mathcal{P}(S) is called a "family of sets" over "S".

Example

If "S" is the set {"x", "y", "z"}, then the complete list of subsets of "S" is as follows:

* { } (also denoted Ø, the empty set)
* {"x"}
* {"y"}
* {"z"}
* {"x", "y"}
* {"x", "z"}
* {"y", "z"}
* {"x", "y", "z"}

and hence the power set of "S" is

:mathcal{P}(S) = left{{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z} ight},!.

Properties

If "S" is a finite set with |"S"| = "n" elements, then the power set of "S" contains |mathcal{P}(S)| = 2^n elements. (One can—and computers sometimes do—represent the elements of mathcal{P}(S) as "n"-bit numbers; the "m"-th bit refers to the presence or absence of the "m"-th element of "S". There are 2"n" such numbers.)

Cantor's diagonal argument shows that the power set of a set (whether infinite or not) always has strictly higher cardinality than the set itself (informally the power set must be larger than the original set). In particular, Cantor's theorem shows that the power set of a countably infinite set is uncountably infinite. For example, the power set of the set of natural numbers can be put in a one-to-one correspondence with the set of real numbers (see cardinality of the continuum).

The power set of a set "S", together with the operations of union, intersection and complement can be viewed as the prototypical example of a Boolean algebra. In fact, one can show that any "finite" Boolean algebra is isomorphic to the Boolean algebra of the power set of a finite set. For "infinite" Boolean algebras this is no longer true, but every infinite Boolean algebra is a "subalgebra" of a power set Boolean algebra (though this is not always a particularly illuminating representation of an infinite Boolean algebra).

The power set of a set "S" forms an Abelian group when considered with the operation of symmetric difference (with the empty set as its unit and each set being its own inverse) and a commutative semigroup when considered with the operation of intersection. It can hence be shown (by proving the distributive laws) that the power set considered together with both of these operations forms a commutative ring.

Representing subsets as functions

In set theory, "X""Y" is the set of all functions from "Y" to "X". As 2 can be defined as {0,1} (see natural number), 2"S" (i.e., {0,1}"S") is the set of all functions from "S" to {0,1}. By identifying a function in 2"S" with the corresponding preimage of 1, we see that there is a bijection between 2"S" and mathcal{P}(S), where each function is the characteristic function of the subset in mathcal{P}(S) with which it is identified. Hence 2"S" and mathcal{P}(S) could be considered identical set-theoretically. (Thus there are two distinct notational motivations for denoting the power set by 2"S": the fact that this function-representation of subsets makes it a special case of the "X""Y" notation and the property, mentioned above, that |2S| = 2|S|.)

We can apply this notion to the example above to see the isomorphism with the binary numbers from 0 to 2n-1 with n being the number of elements in the set. In "S", a "1" in the position corresponding to the location in the set indicates the presence of the element. So {"x", "y"} = 110

For the whole power set of "S" we get:

* { } = 000(Binary) = 0 (Decimal)
* {"x"} = 100 = 4
* {"y"} = 010 = 2
* {"z"} = 001 = 1
* {"x", "y"} = 110 = 6
* {"x", "z"} = 101 = 5
* {"y", "z"} = 011 = 3
* {"x", "y", "z"} = 111 = 7

Relation to binomial theorem

The power set is closely related to the binomial theorem. The number of sets with k elements in the power set of a set with n elements will be a combination C(n,k), also called a binomial coefficient.

For example the power set of a set with three elements, has:

*C(3, 0) = 1 set with 0 elements
*C(3, 1) = 3 sets with 1 element
*C(3, 2) = 3 sets with 2 elements
*C(3, 3) = 1 set with 3 elements

Algorithms

If S ! is a finite set, there is a recursive algorithm to calculate mathcal{P}(S) .

Define the operation mathcal{F}(e,T) = { X cup { e } | X in T }

In English, return the set with the element e ! added to each set X ! in T !.

*If S = {} !,then mathcal{P}(S) = { { } } is returned.
*Otherwise::*Let e ! be any single element of S !.:*Let T = S setminus { e } !, where 'setminus !' denotes the relative complement of { e } ! in S !.:*And the result: mathcal{P}(S) = mathcal{P}(T) cup mathcal{F}(e,mathcal{P}(T)) is returned.

In other words, the power set of the empty set is the set containing the empty set and the power set of any other set is all the subsets of the set containing some specific element and all the subsets of the set not containing that specific element.

An inductive example:

The basis step: by definition, mathcal{P}({}) = {{}}

An inductive step for: mathcal{P}({1,2,3})

We know mathcal{P}({1,2})={{},{1},{2},{1,2}}

And mathcal{F}(3,mathcal{P}({1,2}) = { X cup { 3 } | X in {{},{1},{2},{1,2}}} = {{3},{1,3},{2,3},{1,2,3}}

Thus mathcal{P}({1,2}) cup mathcal{F}(3,mathcal{P}({1,2})) = {{},{1},{2},{1,2},{3},{1,3},{2,3},{1,2,3}} = mathcal{P}({1,2,3})

There are other more efficient ways to calculate the power set. For example, the algorithm above can be memoized using dynamic programming techniques. Other more complex techniques, such as those using combinadics are also available.

Topologization of power set

Since any family of functions "X""Y" from "Y" to "X" might be topologized establishing the so-called function space, the same can be done with the power set 2"S" identified as {0,1}"S". This particular type of function space is often called hyperspace and the topology on the power set is referred to as hypertopology.

External links

*mathworld|urlname=PowerSet|title=Power Set
* [http://www.mathsisfun.com/sets/power-set.html Power Set] from Math Is Fun
*planetmath reference|id=136|title=Power set


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • power set — Math. the collection of all subsets of a given set. [1950 55] * * * power set noun (mathematics) A set comprising all the subsets of a given set • • • Main Entry: ↑power …   Useful english dictionary

  • power set — noun The set of all subsets of a set. Notation for a set S: or 2 The power set of 1, 2 is Ø, , , 1, nbsp;2 …   Wiktionary

  • power set — The power set of a set S is the set of all subsets of S. See also Cantor s theorem …   Philosophy dictionary

  • power set — Math. the collection of all subsets of a given set. [1950 55] * * * …   Universalium

  • Axiom of power set — In mathematics, the axiom of power set is one of the Zermelo Fraenkel axioms of axiomatic set theory.In the formal language of the Zermelo Fraenkel axioms, the axiom reads::forall A , exists P , forall B , [B in P iff forall C , (C in B… …   Wikipedia

  • Set tools — are a forging tools that are meant to be struck by a hammer, either sledge or power. Set tools are usually made with a handle to keep the smith a safe distance from the action. Set tools for the anvil, where they are struck with a sledgehammer,… …   Wikipedia

  • Set (mathematics) — This article gives an introduction to what mathematicians call intuitive or naive set theory; for a more detailed account see Naive set theory. For a rigorous modern axiomatic treatment of sets, see Set theory. The intersection of two sets is… …   Wikipedia

  • Power graph analysis — In computational biology, power graph analysis is a method for the analysis andrepresentation of complex networks. Power graph analysis is the computation, analysis and visual representation of a power graph from a graphs (networks).Power graph… …   Wikipedia

  • set theory — the branch of mathematics that deals with relations between sets. [1940 45] * * * Branch of mathematics that deals with the properties of sets. It is most valuable as applied to other areas of mathematics, which borrow from and adapt its… …   Universalium

  • Set theory — This article is about the branch of mathematics. For musical set theory, see Set theory (music). A Venn diagram illustrating the intersection of two sets. Set theory is the branch of mathematics that studies sets, which are collections of objects …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”