-1

Is ∅ equivalent to {∅}? I think they are, but I am not sure? If anyone could clarify, that would be great. Thank you!

nrc
  • 31

4 Answers4

9

No. $\emptyset$ has zero elements, and $\{\emptyset\}$ has one element.

Thomas Andrews
  • 177,126
4

It seems that you are confused about notation. Two common ways to denote the empty set are $\emptyset$ and $\{\}$. Using alternate notation the question becomes is $\{\}$ equivalent to $\{\emptyset\}$. Note that $\{\emptyset\}$ is a set of sets. It is a set containing a single element, and that element is the empty set. On the other hand, the empty set is a set containing zero elements.

Eric
  • 683
  • 3
  • 6
4

The set of an empty set is not an empty set. $\qquad\{\{\}\}\not\equiv\{\}$

It has an element, even if that element is itself a set with no elements.

Graham Kemp
  • 129,094
1

No! they are not the same. Simple answer: The cardinality of a set containing an empty set is 1, whilst the empty set itself is 0.

Aaron
  • 131