1

If the set $ \{\emptyset,\{\emptyset\}\}$ has just one element that is $\{\emptyset\}$ and is empty otherwise, shouldn't it be equivalent to $\{\{\emptyset\}\}$?

Arnaud D.
  • 20,884

1 Answers1

16

Assuming your "$\Phi$" is the empty set $\{\}$ (usually denoted "$\emptyset$," LaTeX code "\$\emptyset\$"), the important point is that $\emptyset$ is not nothing. It contains nothing, but that's not the same thing, any more than an empty bag is the same as no bag at all.

It's important to say at this point that you shouldn't push the bag metaphor too far, but in some contexts - including this one - I think it is useful.

In particular, $\{\emptyset,\{\emptyset\}\}$ has two elements - we can't ignore the by-itself $\emptyset$. After all, if we could the whole thing would evaporate: highlighting in red the bits that we erase at each step we'd get $$\mbox{$\{\color{red}{\emptyset},\{\color{red}{\emptyset}\}\}=\{\color{red}{\{\}}\}=\color{red}{\{\}}=\quad$ .}$$ I'm not even sure what that last thing is!

It's worth mentioning at this point that the usual framework of set theory builds everything up from the emptyset alone. So far from being a silly hair-splitting, caution around the emptyset is quite serious mathematics.

Noah Schweber
  • 245,398
  • 2
    This question seems to come up in some form or another quite often, and the bag analogy is by far the best explanation for this that I have seen. Massive +1 from me. – DreamConspiracy Sep 24 '19 at 00:34
  • I have used the bag analogy myself. It really helps describing the diffference between $\varnothing$ and ${\varnothing}$ and so on. – Arthur Sep 24 '19 at 08:54
  • @DreamConspiracy: I don't see how anyone can successfully teach basic set theory without using an analogy to bags or containers of some kind. But this is the first time I have seen evaporating bags! =) – user21820 Sep 24 '19 at 10:33
  • Just for the record, I have edited the post to write the sets with MathJax, making the same assumption as in the first sentence of this answer. – Arnaud D. Sep 24 '19 at 10:50