Textbooks routinely say that the relation = on a set A is the trivial equivalence relation. That label sounds dismissive — as if equality is not worth discussing. But trivial here has a technical meaning, not a judgement about importance. Equality is trivial as an equivalence relation because it splits A into the smallest possible pieces: every element is its own class, alone, unrelated to anything else. It sits at one extreme of a spectrum of equivalence relations, and calling it trivial marks that extremity.
Equality really is an equivalence relation
First, the claim you have to believe before the word trivial even makes sense. The relation R = \{(a, a) \mid a \in A\} — the set of pairs where both coordinates are the same — is an equivalence relation on A.
- Reflexive: for every a \in A, the pair (a, a) is in R by definition. Check.
- Symmetric: if (a, b) \in R, then a = b, so (b, a) = (a, b) \in R. Check.
- Transitive: if (a, b) \in R and (b, c) \in R, then a = b and b = c, so a = c, meaning (a, c) \in R. Check.
So equality passes all three tests. It is genuinely an equivalence relation.
What are the equivalence classes of equality?
For an equivalence relation \sim on A, the equivalence class of a is [a] = \{x \in A \mid x \sim a\}. For the relation =:
Each equivalence class is a singleton — a one-element set containing just a itself. Nobody else is in there.
If A = \{1, 2, 3, 4\}, the four equivalence classes of equality are \{1\}, \{2\}, \{3\}, \{4\}. The partition is "each element in its own box."
Compare that to "has the same remainder mod 2," which splits \{1, 2, 3, 4\} into just two classes \{1, 3\} and \{2, 4\} — a coarser partition with bigger boxes.
The spectrum: finest to coarsest
Every set A has at least two equivalence relations at the extremes:
- Finest: the relation =. Every element is alone. The partition has |A| classes.
- Coarsest: the universal relation A \times A — every element related to every other element. The partition has just 1 class: all of A.
In between lie all the other equivalence relations — the "interesting" ones, with classes of sizes somewhere between 1 and |A|.
Interactive: move along the spectrum
Why the label trivial?
In mathematics, trivial usually means "the extreme case where the structure collapses into something that tells you nothing new." Examples:
- The trivial group is the group with one element. It satisfies all the group axioms, but it is so small that there is nothing to compute.
- The trivial solution to Ax = 0 is x = 0. It always exists; the question is whether non-trivial solutions exist too.
- The trivial topology on a set is the topology with only two open sets (\varnothing and the whole set). It satisfies the axioms but tells you nothing about proximity.
Equality belongs to the same family. It satisfies every equivalence-relation axiom, but it identifies nothing beyond what was already identified. "a \sim b iff a = b" does not merge any genuinely-different elements — it is the equivalence that does no work.
Non-trivial equivalence relations are the interesting ones: "has the same remainder mod n," "points to the same set of Aadhaar records," "is in the same connected component of a graph." Each of those genuinely groups distinct elements together.
A second kind of trivial: the universal relation
Some authors also call the universal relation A \times A trivial, in the opposite sense. It lumps everything together into a single class. It satisfies the axioms but gives you only one class — so again, nothing is distinguished.
Both extremes — equality and the universal relation — are sometimes called trivial because both fail to group things in any useful way. Equality refuses to group anything. The universal relation refuses to distinguish anything. Real mathematical work happens in between.
The one-line answer
Equality is the trivial equivalence relation because every equivalence class is a singleton — each element alone. It is the smallest and finest equivalence relation on any set, the baseline against which every other equivalence is measured. It tells you nothing new about the set, which is exactly what makes it "trivial" in the mathematical sense.
Related: Relations · Equivalence Relations · Equivalence-Class Partition View · Sets — Introduction