Class: CSE 16 Subject: computer-science discrete-math Date: 2024-09-30 Teacher: Prof. Musacchio Sets Power Set P(A) = { S: S ⊆ A} ⇒ power set is the set of all subsets E.g. A = { 1, 2 }, P(A) = { ∅, { 1 }, { 2 }, { 1, 2 } } Fact If A is a finite set, then, |P(A)| = 2 ∣A∣ .