The first time you see the empty set \varnothing, it sounds like a contradiction. A set is a collection of objects, the definition said. So if there are no objects, what is there to collect? The basket is empty. There is no basket, right? Wrong — and understanding exactly why is the first small step into genuinely careful mathematical thinking.

The short answer

A set is defined by the rule "which things are in, which things are out" — not by the things themselves. The empty set \varnothing is the perfectly legitimate set whose rule is "nothing is in." It has zero elements, cardinality 0, and it is the unique set with that property. Almost every serious piece of mathematics — from probability to algebra to analysis — needs the empty set to exist, because it is what answers to questions like "the set of solutions" or "the set of intersections" land on when the answer is no solutions or nothing in common.

Why it feels wrong — and why the feeling is misleading

The confusion comes from translating "set" as collection of things. In everyday speech, a collection of nothing doesn't feel like a collection at all. An empty shelf is not a "collection of books with zero books" — it is just an empty shelf. So when you are told that mathematics insists on treating "no elements" as a perfectly good set, it sounds like the mathematicians are being awkward on purpose.

But a set is not defined by its contents — it is defined by its membership rule. Given any object x in the universe, the set A either contains x or doesn't. That is the whole of what A is: a yes-or-no answer, for every possible x, to the question "is x \in A?"

The empty set \varnothing is the membership rule that says no to every x. For every object in the universe, x \notin \varnothing. That is a perfectly consistent rule. It is the simplest rule of all, in fact — the one that takes no information about the universe to state. There is nothing contradictory about it.

Why: the "collection of objects" phrasing is a helpful starting picture but it is not the formal definition. Formally, a set is specified by the membership predicate: a function from objects to {in, out}. The empty set corresponds to the constant "out" function — perfectly well-defined, perfectly simple.

Why the empty set is forced to exist

Here is an argument that the empty set has to be allowed, even if you started by refusing. Suppose you disallow \varnothing and say "every set must have at least one element." Now consider two perfectly ordinary sets:

What is A \cap B? The intersection is the set of elements in both A and B. There are no such elements — A and B share nothing. So A \cap B has zero elements. If you disallow the empty set, you have to say A \cap B is "not a set," which means intersection is not always a set operation. Now every theorem that says "A \cap B is a set with such-and-such property" has to add an awkward side condition: "...provided A and B have an element in common."

Mathematics avoids this by the simplest possible move: declare that the empty set exists, and intersection (like every other set operation) is always defined, always produces a set. The empty set is what those operations return when the answer is "nothing."

Here are five more places the empty set shows up naturally, and that you would lose if you outlawed it:

Every one of these would turn awkward, conditional, or broken without the empty set in the picture.

The empty set is unique

One more fact worth internalising: there is only one empty set. Not "the empty set of numbers," "the empty set of points," "the empty set of students" — just \varnothing.

Why? Two sets are equal exactly when they have the same elements. Two empty sets — call them \varnothing_1 and \varnothing_2 — each have zero elements. The statement "every element of \varnothing_1 is in \varnothing_2, and vice versa" is trivially true because neither has any elements to check. So \varnothing_1 = \varnothing_2, and there is only one empty set, used universally regardless of what universe you are working in.

That uniqueness is why \varnothing gets its own single symbol. It is a fixed point of the language — like the number 0 is a fixed point in arithmetic. You wouldn't say "the zero of addition for integers" vs "the zero of addition for real numbers" as different objects; they are the same 0, shared across contexts. The empty set is the same — one \varnothing, shared across contexts.

\varnothing versus \{\varnothing\}

Finally, a trap that this misconception often merges with: \varnothing is not the same as \{\varnothing\}.

A set with one element is not empty, even if its one element is empty. Think of the one-element set as a box with one item inside, where that item happens to be another, smaller, completely empty box. The outer box still has one thing in it.

This matters for counting subsets and writing power sets correctly. \mathcal{P}(\varnothing) = \{\varnothing\} — a one-element set — not \varnothing itself. And \mathcal{P}(\{\varnothing\}) = \{\varnothing, \{\varnothing\}\}, a two-element set. The distinction between "empty" and "contains something empty" is one of the first places where set theory rewards careful reading.

The shift in mindset

The misconception is often phrased as: "A set with no elements isn't really a set — it's just nothing." The shift to accepting \varnothing is a shift in what you think a set is. A set is not the pile of objects inside it; a set is the membership rule that decides what is inside. The empty set is a perfectly well-defined rule that happens to include nothing, and treating it as a legitimate set makes every other definition in the chapter — intersection, complement, solution set, subset — simpler and more uniform.

Related: Sets — Introduction · Is the Power Set of the Empty Set Also Empty? · Element vs Subset · Set Operations