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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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:
Great! Thanks for the help.