reenmachine said:
(EDIT: are you sure my answer is correct for ##\mathcal P(S)##?)
Yes. Since S={1,2} has two elements, a subset of S will have 0,1 or 2 elements.
S has one subset with exactly 0 elements: ∅
S has two subsets with exactly 1 element each: {1} and {2}
S has one subset with exactly 2 elements: {1,2}
Therefore P(S)={∅,{1},{2},{1,2}}.
reenmachine said:
Since ##\{\varnothing\} \subset \mathcal P(S)## , then ##\{\varnothing\} \in \mathcal P(\mathcal P(S))##.If you create the powerset ##\mathcal P(\mathcal P(\mathcal P(S)))## , are ##\{\{\varnothing\}\} \subset \mathcal P(\mathcal P(S))## and ##\{\varnothing\} \subset \mathcal P(\mathcal P(S))## ? Will both of them become separate elements of ##\mathcal P(\mathcal P(\mathcal P(S)))## ?
Yes to all of that.
reenmachine said:
Last question , if ##\{\{\varnothing\}\} \subset \mathcal P(\mathcal P(S))## and ##\{\varnothing\} \subset \mathcal P(\mathcal P(S))## , then ##\{\{\{\varnothing\}\},\{\varnothing\}\} \in \mathcal P(\mathcal P(\mathcal P(S)))## ?
No to the conclusion. ##\{\{\varnothing\}\}## and ##\{\varnothing\}## will be elements of ##\mathcal P(\mathcal P(\mathcal P(S)))##, so you can write ##\{\{\varnothing\}\},\{\varnothing\}\in\mathcal P(\mathcal P(\mathcal P(S)))## or ##\{\{\{\varnothing\}\},\{\varnothing\}\}\subset \mathcal P(\mathcal P(\mathcal P(S)))##.
reenmachine said:
What I really want to know is if ##\{\varnothing\}## is an element of a powerset A because he was a subset of A , do we have to add a pair of brackets to ''transform'' him into a subset of powerset A?
For all sets x,y, ##x\in y## is equivalent to ##\{x\}\subset y##.
For all sets A, the following statements are equivalent (either all true or all false).
1. ∅ is an element of A.
2. {∅} is a subset of A.
3. {∅} is an element of P(A).
4. {{∅}} is a subset of P(A).
5. {{∅}} is an element of P(P(A)).
...
reenmachine said:
If we do , ##\{\{\varnothing\}\}## will be a subset of power set A , but since ##\{\varnothing\}## is a subset of every set , then both ##\{\{\varnothing\}\}## and ##\{\varnothing\}## will be different subsets of power set A?
No, ∅ is a subset of every set, but {∅} is not. A set that has {∅} as a subset has ∅ as an element, and ∅ is certainly not an element of every set.
{{∅}} and {∅} are not the same. If they were, then since two sets are equal if and only if they have the same elements, we would have {∅}=∅. But the left-hand side is a set with 1 element, and the right-hand side is a set with 0 elements.