While practicing power set problems I came across one that has me stumped.
The problem asks: Is the following set is a power set of of a set?
{∅, {b, ∅}, {a}, {a, b}, {b}}
My answer: This set has 5 elements. Since 5 is not a power of 2, this cannot be the power set of any set.
The...