A power set of a set A is the set
P(A)={B:B⊆A}.Thus P(A) collects all subsets
of A into a single set
. Power sets are central when forming collections of sets, such as families indexed by an index set.
Examples:
- If A=∅, then P(A)={∅}.
- If A={1,2}, then P(A)={∅,{1},{2},{1,2}}.