408 views
20 votes
20 votes
Which of the following is/are true?
  1. If $S$ is a set and $|S| = 103$, then $S$ is not the power set of any set (that is, there is no set $T$ where $S = \mathcal{P}(T))$.
  2. If $S$ is a set and $|S| = 103$, then $S$ is a power set of some set (that is, there is some set $T$ where $S = \mathcal{P}(T))$.
  3. If $S$ is a set and $|S| = 8$, then $S$ is a power set of some set (that is, there is some set $T$ where $S = \mathcal{P}(T))$.
  4. If $S$ is a set and $|S| = 8$, then $S$ is not the power set of any set (that is, there is no set $T$ where $S = \mathcal{P}(T))$.

2 Answers

9 votes
9 votes
Detailed Video Solution with timestamp : https://youtu.be/mOfUwNN2JP8?si=D9U1AnBcUd8-fuhj&t=2594

For Option C:
Counterexample: $S = \{1, 2, \dots, 8 \}$, here $S$ is Not a powerset of any set T.
1 votes
1 votes
Correct Answer- $A$

The reasoning for $C$ not being a solution is this-

We know that, if a set $A$ is Power set of some set $B$, then the cardinality of $A$ is given by $|A|=|P(B)|=2^{|B|}$.  (Think of it as $p\to q$)

Can you conclude that the converse of the above conditional statement ($q\to p$) is true? Answer is NO. It may be true or may not be true. It cannot be determined with certainty.

Hence, if you have a set with cardinality being equal to a power of $2$, say $2$ or $4$ or $8$, you cannot determine whether it's a power set or not.
Answer:

Related questions

5 votes
5 votes
1 answer
3