Definition P(S), the power set of S, is the set of all subsets of S In general, if a set has n elements, the power set has 2n elements Ex: S={0,1,2} P(S)={∅,{0},{1},{2},{0,1},{0,2},{1,2},{0,2,1}} ∣P(S)∣=8 Ex: A=∅ P(A)={∅} ∣P(A)∣=1 Ex: B={∅} ∣B∣=1 P(B)={∅,{∅}} ∣P(B)∣=2