I get that $\varnothing$ means the same as $\{\}$, it's still confusing to me. The above statements and their validity come from my University mathematics handbook on Discrete Mathematics.
The first statements makes it seem like $\{\varnothing\}$ and $\{\{\varnothing\}\}$ are the same thing. Then the second statement immediately dispels it by saying that $\{\{\varnothing\}\}$ isn't the same thing as $\{\varnothing\}$.
I want to mention that they make a distinction between $\subset$ and $\subseteq$.
- {A} ⊂ {A} would be false
- {A} ⊂ {{A}, B} would be correct
- {A} ⊆ {A} would be true
- A ⊂ {A} is correct too I think because {A} is a singleton and is distinct from just A.