How can you find the powerset of sets using simple identities?

  • Topic:
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Elements
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

I want to find the powerset $\mathcal{P} \mathcal{P} \{ \varnothing, \{ \varnothing \} \}$, which has $16$ elements.

I found that $\mathcal{P} \{ \varnothing, \{ \varnothing \} \}=\{ \varnothing, \{ \{ \varnothing \} \}, \{ \varnothing \}, \{ \varnothing, \{ \varnothing \} \} \}$.

Using the identities:

  • The empty set $\varnothing$ is a subset of each set.
    $$$$
  • If $A$ is a set, then $A \subset A \rightarrow A \in \mathcal{P} A$.
    $$$$
  • If $A$ is a set and $x \in A$, then:
    $$\{ x \} \subset A \rightarrow \{ x \} \in \mathcal{P} A$$

I found:

$$\mathcal{P} \{ \varnothing, \{ \{ \varnothing \} \}, \{ \varnothing \}, \{ \varnothing, \{ \varnothing \} \} \}=\{ \varnothing, \{ \varnothing \}, \{ \{ \{ \varnothing \} \} \}, \{ \{ \varnothing \} \}, \{ \{ \varnothing, \{ \varnothing \} \} \}, \{ \varnothing, \{ \{ \varnothing \} \}, \{ \varnothing \}, \{ \varnothing, \{ \varnothing \} \} \}$$

Which other identities could I use to find the other elements of the powerset? (Thinking)
 
Physics news on Phys.org
evinda said:
Which other identities could I use to find the other elements of the powerset?
Why do you need any identities?
\[
\mathcal{P}\{1,2,3,4\}=\{\varnothing,\{1\},\{2\},\{3\},\{4\},\{1,2\},\{1,3\},\{1,4\},\{2,3\},\{2,4\},\{3,4\},\{1,2,3\},\{1,2,4\},\{1,3,4\},\{2,3,4\},\{1,2,3,4\}\}
\]
Replace in this identity 1, 2, 3, 4 with $\varnothing$, $\{ \varnothing \}$, $\{ \{ \varnothing \} \}$, $\{ \varnothing, \{ \varnothing \} \}$, respectively.
 
Evgeny.Makarov said:
Why do you need any identities?
\[
\mathcal{P}\{1,2,3,4\}=\{\varnothing,\{1\},\{2\},\{3\},\{4\},\{1,2\},\{1,3\},\{1,4\},\{2,3\},\{2,4\},\{3,4\},\{1,2,3\},\{1,2,4\},\{1,3,4\},\{2,3,4\},\{1,2,3,4\}\}
\]
Replace in this identity 1, 2, 3, 4 with $\varnothing$, $\{ \varnothing \}$, $\{ \{ \varnothing \} \}$, $\{ \varnothing, \{ \varnothing \} \}$, respectively.

I understand... (Nod) Is the number of different arrangements of $j, 1 \leq j \leq 4$ numbers equal to $\binom{4}{j}$ ? (Thinking)