What is an Empty set?

A shopping bag is an object to carry things; an empty bag is a bag with nothing inside it.

From the viewpoint of people trained in mathematics, the explanation "a set is a collection of objects" is formally consistent with the set being empty (in which case the set is a collection of no objects).

But perhaps, at first, you should just take "a set is a collection of objects" as an informal idea of what sets are. Apart from the empty set, that phrase also has problems with collections of objects that are not sets because they are "too big", e.g. the collection of all sets is not a set.

Moreover, most of the sets considered in set theory aren't really sets of "objects" - they are sets of other sets. In the commonly studied set theories, there are no objects other than sets. This is another way that "a set is a collection of objects" can give the wrong impression.

So don't get hung up on the "a set is a collection of objects" phrase. Once you spend some time working with sets, you will have a better sense of what they are and how they work.


In addition to the answer by Carl, there's a big difference between having the empty set as a member $\emptyset \in A$ and having the empty set as a subset $\emptyset \subset A$. I think you are confusing the two concepts.

From a set $A$ we can create a subset by "picking out" elements of $A$. Now, if we don't pick out anything, we're left with the nothingness we started with, $\emptyset$. It was not a member of $A$, it's another set.

Now, with for example $B = \{ \emptyset, \{a\}, \{b\}, \{a,b\} \}$, we do have that the empty set is a member of $B$. This $B$ could be the set of all subsets of $C = \{a,b\}$, and one of those subsets would be the empty set, as we said before.


My usual advice to students that have some hard time in introductory to set theory, is to work with the formal definitions until they develop some intuition.

So I strongly suggest that if you're unclear as to what is the empty set, and what sort of concept it is, you'll sit down and work with its formal definition.

Definition. We say that a set $A$ is empty, if $\forall x(x\notin A)$. Equivalently, $\lnot\exists x(x\in A)$.

Axiom. There exists an empty set, denoted by $\varnothing$.

Assuming the axiom of extensionality, we can show that any two empty sets are equal, hence the empty set.

Claim. If $A$ is a set, then $\varnothing\subseteq A$. In other words, $\forall x(x\in\varnothing\rightarrow x\in A)$. And in English, every element of the empty set is an element of $A$.

Proof. If $\varnothing\nsubseteq A$, then $\lnot\forall x(x\in\varnothing\rightarrow x\in A)$ is true, which means $\exists x\lnot(x\in\varnothing\rightarrow x\in A)$, and equivalently $\exists x\lnot(x\notin\varnothing\lor x\in A)$, which again translates to $\exists x(x\in\varnothing\land x\notin A)$. In particular, $x\in\varnothing$ which is a contradiction since $\lnot\exists x(x\in\varnothing)$ is the definition of the empty set. $\square$

In simpler words, the proof is saying, if this wasn't the case, you should be able to find a counterexample, which means an element of the empty set which is not an element of $A$. But there are no such elements. So the statement holds.

Once you sit to prove a few statements about sets, once you've gone through several vacuous truth sort of arguments like above, once you've meddled with sets, you'll get some picture, and what is an empty set will be clearer.