About 31,400 results
Open links in new tab
  1. Power set - Wikipedia

    In mathematics, the power set (or powerset) of a set S is the set of all subsets of S, including the empty set and S itself. [1] In axiomatic set theory (as developed, for example, in the ZFC axioms), the …

  2. Power Set - Math is Fun

    To create the Power Set, write down the sequence of binary numbers (using n digits), and then let "1" mean "put the matching member into this subset". So "101" is replaced by 1 a, 0 b and 1 c to get us …

  3. Powersets - Donald Bren School of Information and Computer Sciences

    The powerset of a set S is the set of all S's subsets. The elements of a powerset are themselves sets, always (because each element is a subset of S). We write the powerset of a set S as ℘ (S) or P (S) …

  4. Power Set -- from Wolfram MathWorld

    Dec 22, 2025 · Given a set S, the power set of S, sometimes also called the powerset, is the set of all subsets of S. The order of a power set of a set of order n is 2^n. Power sets are larger than the sets …

  5. Power Set - GeeksforGeeks

    Jul 23, 2025 · Power Set is basically a set that contains all the possible subsets of the original given set, including the null or empty set. If we have a set A, then the power set of A contains all the subsets of …

  6. Power Set - Definition, Cardinality, Properties, Proof, Examples.

    Power Set - Definition, Cardinality, Properties, Proof, Examples. A power set includes all the subsets of a given set including the empty set. The power set is denoted by the notation P (S) and the number …

  7. power set - Wiktionary, the free dictionary

    Oct 31, 2025 · Exponentiation is essentially a move to the power set—the set of all subsets of a given set. This is one of the reasons why Bertrand Russell's paradox is indeed a paradox: We cannot find a …

  8. Power set - HandWiki

    In mathematics, the power set (or powerset) of any set S is the set of all subsets of S, including the empty set and S itself, variously denoted as P (S), 𝒫 (S), ℘ (S) (using the "Weierstrass p"), P(S), ℙ (S), …

  9. Power set - Rosetta Code

    5 days ago · It corresponds with a finite set in mathematics. A set can be implemented as an associative array (partial mapping) in which the value of each key-value pair is ignored. Given a set S, the power …

  10. Power Set - Definition, Formula, Properties, Examples

    Power sets are larger sets compared to the original set. The power set has 2 n elements, where n is the number of members in a set. The power set of a countable finite set is countable. The power set of …