Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Set Theory Terms and Definitions

About This Glossary

This glossary organizes 25 set theory terms into five categories that build from basic definitions through operations and size comparisons.

Fundamentals establishes the starting vocabulary with 5 entries: set, element, empty set, universal set, and Venn diagram. These terms define what sets are, what they contain, and how they are visualized.

Subsets covers 4 entries on containment relationships: subset, proper subset, superset, and power set. These terms describe how sets relate through inclusion and how the collection of all subsets forms a new set.

Relationships addresses 5 entries on how sets compare: equal sets, equivalent sets, disjoint sets, overlapping sets, and partitions. Each relationship describes a structural connection between two or more sets.

Operations defines 5 entries on combining and separating sets: union, intersection, complement, set difference, and symmetric difference. These operations produce new sets from existing ones and form the algebraic backbone of set theory.

Cardinality spans 6 entries on measuring set size: cardinality itself, finite sets, infinite sets, countable sets, and uncountable sets. These terms distinguish different magnitudes of sets, from empty through countably and uncountably infinite.

Each definition includes intuitive explanations, key properties, examples, and links to detailed lesson pages. Use the search bar or category filters above to navigate.
CardinalityFundamentalsOperationsRelationshipsSubsets
Cardinality(5)
Fundamentals(5)
Operations(5)
Relationships(5)
Subsets(4)
24 of 24 terms

24 terms

Fundamentals

(5 items)

Set

An unordered collection of distinct objects, denoted A={a1,a2,}A = \{a_1, a_2, \ldots\}
See details
↑ Back to top
intuitionnotationrelated concepts
A set is the most basic structure in mathematics — a container that holds objects without regard to order or repetition. Two sets with the same elements are identical regardless of how their elements are listed.
↑ Back to top

Element

An object xx belonging to a set AA, written xAx \in A
See details
↑ Back to top
intuitionnotationrelated concepts
An element is any individual object that belongs to a set. The membership relation \in is the most primitive notion in set theory — everything else is built from it.
↑ Back to top

Empty Set

The unique set containing no elements, denoted ={}\emptyset = \{\}
See details
↑ Back to top
intuitionpropertiesrelated concepts
The empty set is a valid set that simply has nothing in it. It serves as the identity element for union (A=AA \cup \emptyset = A) and as an annihilator for intersection (A=A \cap \emptyset = \emptyset).
↑ Back to top

Universal Set

The set UU containing all elements under consideration in a given context
See details
↑ Back to top
intuitionexamplesrelated concepts
The universal set defines the boundaries of discussion. Every set in the problem is a subset of UU, and the complement of any set is taken relative to UU.
↑ Back to top

Venn Diagram

A diagram using overlapping closed curves within a rectangle (representing UU) to visualize set relationships and operations
See details
↑ Back to top
intuitionexamplesrelated concepts
Each closed curve represents a set, the rectangle represents the universal set, and spatial overlaps correspond to intersections. Shading regions illustrates the result of operations like union, complement, and set difference.
↑ Back to top

Subsets

(4 items)

Subset

AB    x(xAxB)A \subseteq B \iff \forall x\,(x \in A \Rightarrow x \in B)
See details
↑ Back to top
intuitionpropertiesrelated concepts
A set AA is a subset of BB when every element of AA also belongs to BB. The subset relation is the fundamental way to compare sets and establish containment hierarchies.
↑ Back to top

Proper Subset

AB    (AB)(AB)A \subset B \iff (A \subseteq B) \land (A \neq B)
See details
↑ Back to top
intuitionexamplesrelated concepts
A proper subset is a subset that is strictly smaller than the containing set — at least one element of BB does not belong to AA.
↑ Back to top

Superset

BA    ABB \supseteq A \iff A \subseteq B
See details
↑ Back to top
intuitionnotationrelated concepts
The superset relation is the inverse of the subset relation. Saying BAB \supseteq A is the same as saying ABA \subseteq B, viewed from BB's perspective.
↑ Back to top

Power Set

P(A)={SSA}\mathcal{P}(A) = \{S \mid S \subseteq A\}
See details
↑ Back to top
intuitionpropertiesexamplesrelated concepts
The power set of AA is the set of all possible subsets of AA, including the empty set and AA itself. It captures every way to select elements from AA.
↑ Back to top

Relationships

(5 items)

Equal Sets

A=B    x(xA    xB)A = B \iff \forall x\,(x \in A \iff x \in B)
See details
↑ Back to top
intuitionpropertiesexamplesrelated concepts
Two sets are equal when they contain exactly the same elements. Order and repetition are irrelevant — only membership matters.
↑ Back to top

Equivalent Sets

AB    A=BA \sim B \iff |A| = |B|
See details
↑ Back to top
intuitionexamplesrelated concepts
Two sets are equivalent when a bijection (one-to-one correspondence) exists between them. They have the same cardinality but may contain entirely different elements.
↑ Back to top

Disjoint Sets

AB=A \cap B = \emptyset
See details
↑ Back to top
intuitionexamplesrelated concepts
Two sets are disjoint when they share no elements — their intersection is the empty set. In a Venn diagram, disjoint sets appear as non-overlapping circles.
↑ Back to top

Overlapping Sets

ABA \cap B \neq \emptyset
See details
↑ Back to top
intuitionexamplesrelated concepts
Two sets overlap when they share at least one element — their intersection is non-empty. This is the negation of disjointness.
↑ Back to top

Partition

A collection {A1,A2,,An}\{A_1, A_2, \ldots, A_n\} of non-empty subsets of SS such that AiAj=A_i \cap A_j = \emptyset for iji \neq j and i=1nAi=S\bigcup_{i=1}^{n} A_i = S
See details
↑ Back to top
intuitionexamplesrelated concepts
A partition divides a set into non-overlapping pieces that together cover the entire set. Every element of SS belongs to exactly one piece.
↑ Back to top

Operations

(5 items)

Union

AB={xxA or xB}A \cup B = \{x \mid x \in A \text{ or } x \in B\}
See details
↑ Back to top
intuitionpropertiesrelated concepts
The union collects every element that appears in at least one of the sets. The "or" is inclusive — elements belonging to both are included once.
↑ Back to top

Intersection

AB={xxA and xB}A \cap B = \{x \mid x \in A \text{ and } x \in B\}
See details
↑ Back to top
intuitionpropertiesrelated concepts
The intersection isolates the elements that belong to both sets simultaneously. If no such elements exist, the intersection is the empty set and the sets are disjoint.
↑ Back to top

Complement

Ac={xUxA}A^c = \{x \in U \mid x \notin A\}
See details
↑ Back to top
intuitionpropertiesnotationrelated concepts
The complement of AA is everything in the universal set that does not belong to AA. It depends entirely on the choice of UU.
↑ Back to top

Set Difference

AB={xxA and xB}A \setminus B = \{x \mid x \in A \text{ and } x \notin B\}
See details
↑ Back to top
intuitionpropertiesnotationrelated concepts
The difference ABA \setminus B removes from AA everything that also belongs to BB, leaving only the elements exclusive to AA.
↑ Back to top

Symmetric Difference

AB=(AB)(BA)A \triangle B = (A \setminus B) \cup (B \setminus A)
See details
↑ Back to top
intuitionpropertiesrelated concepts
The symmetric difference collects elements that belong to exactly one of the two sets — those in AA but not BB, together with those in BB but not AA. It excludes the intersection.
↑ Back to top

Cardinality

(5 items)

Cardinality

A|A| — the number of elements in AA
See details
↑ Back to top
intuitionnotationexamplesrelated concepts
Cardinality measures the size of a set. For finite sets, it is simply a count. For infinite sets, cardinality distinguishes different "sizes" of infinity through bijections.
↑ Back to top

Finite Set

A set AA such that A=n|A| = n for some nN0n \in \mathbb{N}_0
See details
↑ Back to top
intuitionexamplesrelated concepts
A finite set contains a countable, bounded number of elements. Its cardinality is a non-negative integer. The empty set is the smallest finite set with A=0|A| = 0.
↑ Back to top

Infinite Set

A set AA that cannot be put in bijection with any {1,2,,n}\{1, 2, \ldots, n\}
See details
↑ Back to top
intuitionexamplesrelated concepts
An infinite set has no finite bound on the number of its elements. Infinite sets come in different sizes: countably infinite (like N\mathbb{N}) and uncountably infinite (like R\mathbb{R}).
↑ Back to top

Countable Set

A set AA such that AN|A| \leq |\mathbb{N}| — either finite or in bijection with N\mathbb{N}
See details
↑ Back to top
intuitionexamplesrelated concepts
A countable set is one whose elements can be listed in a sequence, even if the sequence is infinite. Every element will eventually appear at some position in the list.
↑ Back to top

Uncountable Set

A set AA such that A>N|A| > |\mathbb{N}| — no bijection with N\mathbb{N} exists
See details
↑ Back to top
intuitionexamplesrelated concepts
An uncountable set is "too large" to be listed in a sequence. No matter how you try to match its elements with natural numbers, some elements will always be missed.
↑ Back to top