Power set

From testwiki
Jump to navigation Jump to search

In mathematics, the power set of a set S, written as P(S) or 𝒫(S),[1] is the set of all subsets of S. In terms of cardinality, a power set is larger than the set it originates from. If S is a finite set with n elements, then P(S) would have 2n elements.[2][3]

Examples

  • The power set of {2,5} is {{},{2},{5},{2,5}}.
  • The power set of {3,4,10} is {{},{3},{4},{10},{3,4},{3,10},{4,10},{3,4,10}}.

References

Template:Math-stub