ArticleslgStudy

science

Power set

Power set is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Power set rather than just read about it. In short: 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. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is postulated by the axiom of power set.

Power set — main illustration
Power set — illustration

Key takeaways

  • Power set belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Power set to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Power set from memory before moving on to harder problems.

Reference excerpt

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. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is postulated by the axiom of power set. The powerset of S is variously denoted as P(S), 𝒫(S), P(S), P ( S ) {\displaystyle \mathbb {P} (S)} , or 2S. Any subset of P(S) is called a family of sets over S.

Example If S is the set {x, y, z}, then all the subsets of S are

{} (the empty set, also denoted ∅ {\displaystyle \varnothing } or ∅ {\displaystyle \emptyset } ) {x} {y} {z} {x, y} {x, z} {y, z} {x, y, z} and hence the power set of S is {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}.

Properties If S is a finite set with the cardinality |S| = n (i.e., the number of all elements in the set S is n), then the number of all the subsets of S is |P(S)| = 2n. This fact, as well as the reason for the notation 2S denoting the power set P(S), are demonstrated below.

An indicator function or a characteristic function of a subset A of a set S with the cardinality |S| = n is a function from S to the two-element set {0, 1}, denoted as IA : S → {0, 1}, and it indicates whether an element of S belongs to A or not; If x in S belongs to A, then IA(x) = 1, and 0 otherwise. Each subset A of S is identified by or equivalent to the indicator function IA, and {0,1}S as the set of all the functions from S to {0, 1} consists of all the indicator functions of all the subsets of S. In other words, {0, 1}S is equivalent or bijective to the power set P(S). Since each element in S corresponds to either 0 or 1 under any function in {0, 1}S, the number of all the functions in {0, 1}S is 2n. Since the number 2 can be defined as {0, 1} (see, for example, von Neumann ordinals), the P(S) is also denoted as 2S. Obviously |2S| = 2|S| holds. Generally speaking, XY is the set of all functions from Y to X and |XY| = |X||Y|. 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 (or 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. 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, is a σ-algebra over S and 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 can be represented as a subalgebra of a power set Boolean algebra (see Stone's representation theorem). The power set of a set S forms an abelian group when it is considered with the operation of symmetric difference (with the empty set as the identity element and each set being its own inverse), and a commutative monoid when considered with the operation of intersection (with the entire set S as the identity element). It can hence be shown, by proving the distributive laws, that the power set considered together with both of these operations forms a Boolean ring.

Representing subsets as functions In set theory, XY is the notation representing the set of all functions from Y to X. As "2" can be defined as {0, 1} (see, for example, von Neumann ordinals), 2S (i.e., {0, 1}S) is the set of all functions from S to {0, 1}. As shown above, 2S and the power set of S, P(S), are considered identical set-theoretically. This equivalence can be applied to the example above, in which S = {x, y, z}, to get the isomorphism with the binary representations of numbers from 0 to 2n − 1, with n being the number of elements in the set S or |S| = n. First, the enumerated set { (x, 1), (y, 2), (z, 3) } is defined in which the number in each ordered pair represents the position of the paired element of S in a sequence of binary digits such as {x, y} = 011(2); x of S is located at the first from the right of this sequence and y is at the second from the right, and 1 in the sequence means the element of S corresponding to the position of it in the sequence exists in the subset of S for the sequence while 0 means it does not. For the whole power set of S, we get:

Such an injective mapping from P(S) to integers is arbitrary, so this representation of all the subsets of S is not unique, but the sort order of the enumerated set does not change its cardinality. (E.g., { (y, 1), (z, 2), (x, 3) } can be used to construct another injective mapping from P(S) to the integers without changing the number of one-to-one correspondences.) However, such finite binary representation is only possible if S can be enumerated. (In this example, x, y, and z are enumerated with 1, 2, and 3 respectively as the position of binary digit sequences.) The enumeration is possible even if S has an infinite cardinality (i.e., the number of elements in S is infinite), such as the set of integers or rationals, but not possible for example if S is the set of real numbers, in which case we cannot enumerate all irrational numbers.

Relation to binomial theorem The binomial theorem is closely related to the power set. A k–elements combination from some set is another name for a k–elements subset, so the number of combinations, denoted as C(n, k) (also called binomial coefficient) is a number of subsets with k elements in a set with n elements; in other words it's the number of sets with k elements which are elements of the power set of a set with n elements. For example, the power set of a set with three elements, has:

C(3, 0) = 1 subset with 0 elements (the empty subset), C(3, 1) = 3 subsets with 1 element (the singleton subsets), C(3, 2) = 3 subsets with 2 elements (the complements of the singleton subsets), C(3, 3) = 1 subset with 3 elements (the original set itself). Using this relationship, we can compute |2S| using the formula:

… excerpt ends here. Continue reading the full article.

Illustrations

Power set illustration

Worked examples

Example 1 — a first encounter with Power set

Start with the simplest possible case. Write down what Power set claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Power set before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Power set ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Power set

In research
Power set appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Power set in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Power set is common in secondary-school and first-year university syllabi. It links to neighbouring topics Operations on sets, so understanding it makes those chapters shorter.
In everyday life
Look for Power set outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Power set in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Power set means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Power set out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Power set in simple terms?

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. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is postulated by the axiom of power set.

Why does Power set matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Power set?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Power set.

Tags

  • Operations on sets

Keep exploring