Stuck on a Power Set Problem - What's the Lacking Set?

nicnicman
Messages
132
Reaction score
0
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 problem then asks: If the set is not a power set of a set, then what is the lacking set?

This is where I'm stuck. There are no similar problems in the book or on the Internet (that I can find), and I'm not sure how to answer this.

Thank you for any suggestions!
 
Physics news on Phys.org
nicnicman said:
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 problem then asks: If the set is not a power set of a set, then what is the lacking set?

This is where I'm stuck. There are no similar problems in the book or on the Internet (that I can find), and I'm not sure how to answer this.

Thank you for any suggestions!

If these are elements of the power set of some set, S, start my making a list of the elements of set S.
 
Okay if S = {∅, a, b},
then P(S) = [{∅, {∅}, {a}, {b}, {∅, a}, {∅, b}, {a, b}, {∅, a, b}]
Thus, the missing sets are {∅}, {∅, a}, and {∅, a, b}.

Is this correct?
 
Last edited:
nicnicman said:
Okay if S = {∅, a, b},
then P(S) = [{∅, {∅}, {a}, {b}, {∅, a}, {∅, b}, {a, b}, {a, b}, {∅, a, b}]
Thus, the missing sets are {∅}, {∅, a}, and {∅, a, b}.

Is this correct?

Yes.
 
Great! Thanks for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top