edited by
1,011 views
2 votes
2 votes
Which of the following is not a subset of $P(P(P(\phi)))$?

$A)$ {$\phi$}

$B)$ { {$\phi$} }

$C)$  { {$\phi$} ,  { {$\phi$} } }

$D)$  { { { {$\phi$} } } }
edited by

1 Answer

Best answer
7 votes
7 votes

Basic Point :-

I) Power set calculates for a set but not for an element.

II) If set A have n elements, then it's powerset (i.e., P(A) ) have 2n elements.

 

Question :- P( P ( P ( ϕ ) ) ) ====> ϕ should be a set, let A = ϕ ====> zero elements in the set

P( ϕ ) = { ϕ } ===> 20 = 1 element in the powerset

P( P( ϕ ) ) = powerset of { ϕ } = { ϕ , { ϕ } }  ===> 21 = 2 elements in the powerset.

Note that ϕ ≠ { ϕ }, those are different elements

For avoiding confusion, name them as a = ϕ , and b = { ϕ }   ===> P( P( ϕ ) ) ={a,b}

 

P( P( P( ϕ ) ) ) = powerset of { a,b } = { ϕ, {a}, {b}, {a,b} }  ===> 22 = 4 elements in the powerset.

just replace a and b, then P( P( P( ϕ ) ) ) = { ϕ, ${\color{Red} \{}$ ϕ ${\color{Red} \}}$ , ${\color{green} \{}$ ${\color{blue} \{}$ ϕ ${\color{blue} \}}$ ${\color{green} \}}$ , ${\color{orange} \{}$ ϕ , ${\color{cyan} \{}$ ϕ ${\color{cyan} \}}$ ${\color{orange} \}}$ }

for avoiding confusion, name them as p,q,r,s from left to right.

p = ϕ

q = ${\color{Red} \{}$ ϕ ${\color{Red} \}}$

r = ${\color{green} \{}$ ${\color{blue} \{}$ ϕ ${\color{blue} \}}$ ${\color{green} \}}$

s = ${\color{orange} \{}$ ϕ , ${\color{cyan} \{}$ ϕ ${\color{cyan} \}}$ ${\color{orange} \}}$

 

Question is What is a subset of P(P(P(ϕ))) ? ====> it means take the powerset, and check each option is belongs to the powerset or not? ( let denote A = P(P(P(ϕ))) )

Option A :-  {ϕ}, it is subset of A , How? p is a element of the set ===> {p} is subset of the A

Option B :-  { {ϕ} }, it is subset of A , How? q is a element of the set ===> {q} is subset of the A

Option C :-   { {ϕ} ,  { {ϕ} } }, it is subset of A , How? q, r are the elements of the set ===> {q,r} is subset of the A

Option D :-   { { { {ϕ} } } }, it is not subset of A.

selected by

Related questions

236
views
1 answers
2 votes
GO Classes asked Apr 10
236 views
If $A$ and $B$ are two sets and $A \cup B = A \cap B$ then$A=\phi$B=\phi$A\neq B$A=B$
240
views
2 answers
1 votes
GO Classes asked Apr 10
240 views
The cardinality of the power set of $A \cup B$, where $A=\{2,3,5,7\}$ and $B=\{2$, $5,8,9\}$, is?
195
views
1 answers
2 votes
GO Classes asked Apr 10
195 views
What is the Cartesian product of $A=\{1,2\}$ and $B=\{a, b\}$ ?$\{(1, a),(1, b),(2, a),(b, b)\}$\{(1,1),(2,2),(a, a),(b, b)\}$\{(1, a),(2, a),(1, b),(2, b)\}$\{(1,1),(a, a),(2, a),(1, b)\}$
179
views
1 answers
3 votes
GO Classes asked Apr 10
179 views
Let $\mathcal{P}(A)$ denote the power set of $A$. If $\mathcal{P}(A) \subseteq B$ then$2^{|A|} \leq|B|$2^{|A|} \geq|B|$2|A|<|B|$2^{|A|} \geq 2^{|B|}$