Power Set

Power Set P(A)

Let A be a set. Then P(A) is the power set of A where P={B|BA}.

For example, if A={1,2} then:

P(A)={,{1},{2},{1,2}}

Notice that always both ,AP(A).

{}

With finite sets it's pretty controlled what happens:

If A is finite with n elements, then P(A) has 2n elements.