Singleton Set: Definition, Symbol & Examples

#Algebra
TL;DR
A singleton set (also called a unit set) is a set that holds exactly one element, written ${a}$, with cardinality 1. The single trickiest idea is that the element $a$ and the set ${a}$ are two different objects, which is why ${\emptyset}$ counts as a singleton even though its one element is the empty set.
BT
Bhanzu TeamLast updated on September 9, 202610 min read

What Is A Singleton Set?

A singleton set is a set that contains exactly one element. It is also called a unit set, because it holds a single unit, and it is written with that one element inside curly braces, such as ${7}$ or ${a}$. This is the smallest a non-empty set can be.

The idea is simple to state and easy to misread. A singleton is not the number or object by itself. It is the container that holds one thing. The set ${7}$ and the number $7$ are different objects, and that distinction is the whole reason singleton sets are worth a careful look.

Two quick facts follow immediately from the definition:

  • A singleton set is always finite, because you can count its elements and the count stops at one.

  • The one element can be anything at all: a number, a letter, a word, a shape, even another set.

How Do You Write A Singleton Set?

You write a singleton set by placing its one element between curly braces. The braces mean "the set containing," and whatever sits inside is the element.

$${a}, \qquad {5}, \qquad {\text{blue}}, \qquad {x : x + 3 = 7}$$

That last form uses set-builder notation and still describes a singleton, because only one value of $x$ makes $x + 3 = 7$ true, namely $x = 4$. Written out, the set is ${4}$.

The braces are not decoration. Remove them and the meaning changes completely: $a$ names one object, while ${a}$ names a set whose only member is that object. Keeping the braces is what tells the reader you mean the collection, not the thing inside it.

What Is The Cardinality Of A Singleton Set?

The cardinality of a singleton set is 1. Cardinality is the count of how many elements a set has, and by definition a singleton has exactly one, so its cardinality is always 1.

$$|{a}| = 1$$

This is the cleanest way to test for a singleton. Count the distinct elements. If the count is exactly one, the set is a singleton.

Watch for repeated entries, though, because a set never counts the same element twice. The set ${3, 3, 3}$ looks like it has three members, but it is really ${3}$, so its cardinality is 1 and it is a singleton.

How Many Subsets Does A Singleton Set Have?

A singleton set has exactly two subsets: the empty set and the set itself. In general a set with $n$ elements has $2^{n}$ subsets, and for a singleton $n = 1$, so the count is $2^{1} = 2$.

For the singleton ${a}$ the two subsets are:

$$\emptyset \quad \text{and} \quad {a}$$

Because the power set is the set of all subsets, the power set of any singleton has exactly two members:

$$P({a}) = {, \emptyset, {a} ,}$$

Notice that the power set itself is not a singleton. It holds two elements, so its cardinality is 2, even though the set it was built from held only one.

What Are Some Examples Of Singleton Sets?

Singletons appear the moment a description pins down exactly one object. Each set below is a singleton because only one thing satisfies it.

  • The even prime numbers: ${2}$. Every other prime is odd, so 2 stands alone.

  • The whole numbers that are not natural numbers: ${0}$. Zero is the only such value.

  • The solution of a linear equation: the solution set of $2x = 10$ is ${5}$.

  • The set of current suns in our solar system: ${\text{Sun}}$. One element, non-numeric, still a singleton.

  • The identity for addition: ${0}$, the only number that leaves every number unchanged when added.

Each example holds exactly one element, so each has cardinality 1. The nature of that element does not matter. What makes a set a singleton is the count, not the contents.

Is The Set ${\emptyset}$ A Singleton Set?

Yes. The set ${\emptyset}$ is a singleton, because it contains exactly one element, and that element is the empty set. This is the single most confusing case in the whole topic, so it is worth slowing down.

The empty set $\emptyset$ has no elements, so its cardinality is 0. But the moment you wrap it in braces to form ${\emptyset}$, you have built a box that holds one thing. That one thing happens to be an empty box, yet a box holding an empty box is not itself empty.

$$|\emptyset| = 0, \qquad |{\emptyset}| = 1$$

Think of $\emptyset$ as an empty gift bag and ${\emptyset}$ as a shipping box with that empty gift bag inside. The shipping box is not empty. It has a bag in it. Same logic, same answer: ${\emptyset}$ holds one element, so it is a singleton.

What Is The Difference Between A Singleton Set And An Empty Set?

A singleton set has one element; an empty set has none. They sit next to each other on the size scale, one step apart, and mixing them up is a frequent source of lost marks.

Table: Singleton set compared with the empty set.

Feature

Empty Set $\emptyset$

Singleton Set ${a}$

Number of elements

0

1

Cardinality

0

1

Common notation

$\emptyset$ or ${\ }$

${a}$

Is it empty?

Yes

No

Number of subsets

1

2

Simple example

${\ }$

${5}$

Special case

(the unique empty set)

${\emptyset}$ is a singleton

The bottom row is where the two ideas meet. The empty set written on its own is empty, but the empty set placed inside braces becomes the one element of a singleton.

What Are The Properties Of A Singleton Set?

Singleton sets behave in a small, predictable way, and the properties all trace back to the single fact that the element count is one.

  • Cardinality is always 1. By definition, one element and no more.

  • Always finite. A countable, terminating collection.

  • Exactly two subsets. The empty set and the singleton itself, since $2^{1} = 2$.

  • Power set has two elements. $P({a}) = {\emptyset, {a}}$.

  • Never equal to its element. The set ${a}$ and the object $a$ are different, so ${a} \neq a$.

That last property is the one students meet again and again in later topics, from relations to functions, so it is worth fixing early.

Why Do Singleton Sets Matter?

A singleton looks almost too small to be useful. Why give a special name to a set with one thing in it? The answer is that the singleton is where one of the deepest ideas in mathematics first becomes visible: an object and the collection containing that object are not the same.

  • It separates a thing from its container. The number 4 is an object you can add and multiply. The set ${4}$ is a collection you can take subsets of and put inside larger sets. Keeping the two apart is what lets set theory build every other kind of number and structure on top of sets.

  • It names unique answers. Whenever a problem has exactly one solution, the answer is naturally a singleton. "Find the value of $x$" ends in a set with one element, and recognising that connects everyday equation-solving to the language of sets.

  • It is a building block. Larger sets are assembled from singletons by union. The set ${a, b, c}$ is ${a} \cup {b} \cup {c}$. Understanding the one-element case first makes the general case follow cleanly through operations on sets.

The singleton is small on purpose. It isolates one idea, the gap between an element and a set, so that idea can be understood on its own before it reappears everywhere else.

Who Shaped The Idea Of A Singleton Set?

Sets, and the careful distinction between an object and the set containing it, came from the birth of set theory in the late nineteenth century. Before then, "collections" were used loosely. Two mathematicians made them precise.

One more figure sharpened the exact point that makes singletons tricky:

  • Gottlob Frege (1848 to 1925, Germany) insisted, with unusual care, that an object and the one-element set containing it are different things. That is precisely the rule ${a} \neq a$, and Frege's precision about it shaped how set theory is written to this day.

Where Are Singleton Sets Used In The Real World?

The one-element collection is not just a classroom curiosity. It shows up wherever a system has to represent exactly one of something, or the difference between "nothing" and "one empty thing."

  • Databases: a query that returns a single matching record returns a result set of size one, a singleton, and software often has to treat that differently from a query that returns nothing.

  • Programming: an empty list [] and a list holding one empty list [[]] are different values, the exact real-world echo of $\emptyset$ versus ${\emptyset}$. Getting them confused is a genuine source of bugs.

  • Design patterns: the "singleton" in software engineering is a class allowed to have exactly one instance, borrowing both the name and the idea directly from set theory.

  • Uniqueness in science: the set of chemical elements with atomic number 1 is ${\text{hydrogen}}$, a singleton, and cataloguing systems rely on such one-member categories constantly.

One small idea, exactly one, turns up in data systems, code, and scientific classification. The mathematics of "just one" is quietly everywhere.

What Are The Most Common Singleton Set Mistakes?

These three errors account for most lost marks on singleton questions, and each traces back to the same root: forgetting that a set and its element are different things.

Writing ${a} = a$.

Where it slips in:

A student treats the braces as optional and says the singleton "is" its element, so ${4}$ and $4$ get used interchangeably.

Don't do this:

Do not drop the braces or claim the set equals the object. A set is a container; its element is what sits inside.

The correct way:

Keep them distinct. The object is $a$; the set is ${a}$; and ${a} \neq a$. When an answer is a set, keep the braces on it.

Thinking ${\emptyset}$ is empty.

Where it slips in:

A student sees the empty-set symbol inside the braces and concludes the whole set has nothing in it, giving cardinality 0.

Don't do this:

Do not count ${\emptyset}$ as empty. It has one element, and that element is the empty set.

The correct way:

Separate the two. $|\emptyset| = 0$, but $|{\emptyset}| = 1$, so ${\emptyset}$ is a singleton while $\emptyset$ is not.

Miscounting cardinality or subsets.

Where it slips in:

A student counts repeated entries as separate elements, so ${5, 5}$ is read as cardinality 2, or claims a singleton has only one subset.

Don't do this:

Do not count duplicates, and do not forget the empty set when listing subsets.

The correct way:

A set ignores repeats, so ${5, 5} = {5}$ has cardinality 1. A singleton always has $2^{1} = 2$ subsets: the empty set and itself.

Practice Problems On Singleton Sets

Try each, then check the answer that follows.

  1. Is ${9}$ a singleton set?
    (Answer: Yes. It has exactly one element, so its cardinality is 1.)

  2. Find the cardinality of ${\emptyset}$.
    (Answer: $1$. Its single element is the empty set.)

  3. Write the solution set of $3x - 6 = 0$ and state whether it is a singleton.
    (Answer: ${2}$, which is a singleton.)

  4. How many subsets does ${k}$ have, and list them.
    (Answer: $2$ subsets, $\emptyset$ and ${k}$.)

  5. Simplify ${6, 6, 6}$ and give its cardinality.
    (Answer: ${6}$, cardinality $1$.)

  6. Is the set of even prime numbers a singleton? Name its element.
    (Answer: Yes, it is ${2}$.)

Where Should You Go Next After Singleton Sets?

The singleton is the smallest doorway into set theory, and a few natural paths open from here.

  1. Types Of Sets. See where the singleton sits among the other kinds, empty, finite, infinite, equal, and how the family fits together.

  2. Empty Set. Go deeper on the one-step-smaller neighbour that singletons are so often confused with.

  3. Power Set. Follow the subset-counting rule $2^{n}$ from the singleton case up to sets of any size.

If your child is building these foundations, a live Bhanzu trainer teaches set theory starting from the "why" (the gap between an element and the set that holds it) in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a singleton set in simple words?
A singleton set is a set with exactly one element, such as ${a}$. It is also called a unit set, and its cardinality is always 1.
Is the empty set a singleton set?
No. The empty set has zero elements, so its cardinality is 0, while a singleton set has exactly one element. They are one step apart in size.
Why is ${\emptyset}$ a singleton set?
Because it contains exactly one element, and that element is the empty set. A container holding an empty container is not itself empty, so $|{\emptyset}| = 1$.
How many subsets and how large is the power set of a singleton set?
A singleton has two subsets, the empty set and the set itself, so its power set has two elements. The count comes from $2^{1} = 2$.
Can a singleton set contain a letter, a word, or another set?
Yes. The one element can be any single object, including a number, a letter, a word, or even another set. What makes it a singleton is that there is exactly one element, not what that element is.
Which curricula introduce singleton sets?
Singleton sets appear in India's NCERT Class 11 (Chapter 1, Sets) and in the Cambridge IGCSE syllabus under set notation and types of sets. They then recur throughout discrete mathematics at university level.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →