0

While I'm reading Is an empty set equal to another empty set?, I wonder if {∅} = ∅?

And it leads to my doubts : is there such things as "set of empty set" with notation {∅}?

If so, then {∅} = ∅?

3 Answers3

5

$\{\emptyset \}$ has one element, while $\emptyset$ has $0$ elements.

user300
  • 1,669
4

Think of a box. Empty set is like an empty box. But a box with another box inside it is no longer empty.

Ivan Neretin
  • 13,429
  • I used to understand empty set as "nothing". So "Nothing of nothing" is still "nothing". That was my thinking. While understanding empty set as empty box everything makes sense. So "empty set" shouldn't be "nothing" at all? – user2829759 Oct 02 '15 at 08:23
  • That's right, it shouldn't. It's a box with nothing inside it. – Ivan Neretin Oct 02 '15 at 08:36
2

In your language, the empty set can not be "nothing at all" since it is really a mathematical object: a set with no elements, as you understood thanks to the box example. The fact it does not contain anything does not affect the fact it is a set.

Gabriele
  • 141