How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Equivalence relation, equivalence class, and the quotient set
Definition
A binary relation on a set is a subset (Relation, , , , and the specialisations "relation from to " and "relation on ", The Cartesian product ); we write for and read it " is related to ".
A binary relation on is an equivalence relation when it is reflexive on , symmetric and transitive (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set), that is, when it is
- reflexive: for every ;
- symmetric: implies , for all ;
- transitive: and imply , for all .
Let be an equivalence relation on . For , the equivalence class of is the subset
and any with is called a representative of the class . The quotient set is the set of all classes,
a subset of the power set of (The power set ). The map (A function is a relation with and implying ; , the value , domain and codomain) with is the quotient map; it is surjective by construction (Injection, surjection, bijection).
Remarks
-
What the classes look like is the content of The equivalence classes of an equivalence relation are nonempty, cover , and are pairwise equal or disjoint; conversely every such cover arises from exactly one equivalence relation: they are nonempty, they cover , and any two of them are either equal or disjoint. That lemma also runs the converse, so "equivalence relation on " and "partition of " are two names for the same data.
-
Well-definedness. A rule that assigns a value to by a formula in the representative defines a function on only if the value is the same for every representative, that is, only if implies that the formula returns the same value at and at . The general statement of that obligation, with the uniqueness of the induced function, is Let be an equivalence relation on with quotient map , and let . There is a function with if and only if implies ; and such a is then unique. The constructions of and of discharge it for their own operations (Integer addition and negation are well defined ↗, Integer multiplication is well defined ↗, Rational arithmetic is well defined ↗).
-
Where the general notion is used. The construction of verifies the three properties for the concrete relation (The integer-defining relation is an equivalence relation ↗), and the construction of does the same for its own relation (The rational-defining relation is an equivalence relation ↗). Each of those items settles one relation and defines no general notion. Cosets, quotient groups, congruence classes and quotient rings are further instances of the definition given here.
Depends on
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- The Cartesian product $A \times B := \{\, z \in \mathcal{P}(\mathcal{P}(A \cup B)) : \exists a \in A\ \exists b \in B\ z = (a,b) \,\}$
- Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set
- The power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- A function is a relation $f$ with $(a,b) \in f$ and $(a,c) \in f$ implying $b = c$; $f : A \to B$, the value $f(a)$, domain and codomain
- The Axiom Schema of Separation: for each formula $\varphi$, $\forall \bar p\,\forall x\,\exists y\,\forall z\,(z \in y \leftrightarrow (z \in x \wedge \varphi(z,\bar p)))$
- Injection, surjection, bijection
Used by
- Homotopy relative to a fixed subspace, and path homotopy relative to endpoints, are equivalence relations Corollary
- Associates in ℤ: integers each of which divides the other Definition
- The congruence class [a]ₙ and the quotient set ℤ/n Definition
- The word-quotient model F_word(X):=W(X)/∼ with multiplication induced by concatenation Definition
- ∅ is a relation on every set, is the unique equivalence relation on ∅, is a function ∅ → B for every B, is a bijection ∅ → ∅, and is not a surjection ∅ → {∅} Example
- A two-cell partition of a three-element set, the equivalence relation it induces listed pair by pair, and the quotient set recovered from it Example
- A two-to-one function on a four-element set, its kernel, the quotient, and the canonical factorisation computed explicitly Example
- For n ≥ 1 the congruence classes modulo n form an abelian group (ℤ/n, +) of order n, generated by the class of 1 Example
- FALSE: a symmetric and transitive relation on a set A is reflexive on A, so reflexivity is redundant in the definition of an equivalence relation False statement
- Being joined by a walk or path is the same equivalence relation on the vertex set Lemma
- Congruence modulo every integer is an equivalence relation on ℤ Lemma
- For a function f : A → B the relation ker f := { (a,a') ∈ A × A : f(a) = f(a') } is an equivalence relation on A Lemma
- For integers a and b the following are equivalent: a ∣ b and b ∣ a; b = ua for a unit u; |a| = |b|. Being associates is an equivalence relation whose class of a is {a, -a} Lemma
- The equivalence classes of an equivalence relation are nonempty, cover A, and are pairwise equal or disjoint; conversely every such cover arises from exactly one equivalence relation Lemma
- The left cosets of a subgroup partition the group Lemma
- Free equivalence is an equivalence relation and concatenation respects it Proposition
- Every function f : A → B factors as f = ι ∘ bar f ∘ π with π : A → A/ker f the surjective quotient map, bar f : A/ker f → f[A] the bijection [a] ↦ f(a), and ι : f[A] → B the inclusion injection; bar f is the only function making the factorisation hold Theorem
- Having the same homotopy type is an equivalence relation on topological spaces Theorem
- Let ∼ be an equivalence relation on A with quotient map π : A → A/∼, and let f : A → B. There is a function g : A/∼ → B with g ∘ π = f if and only if a ∼ a' implies f(a) = f(a'); and such a g is then unique Theorem
- Similarity is an equivalence relation, and two matrices represent the same endomorphism in two bases exactly when they are similar Theorem
- The orbits of a group action are the equivalence classes of x∼ y iff y=g· x for some g, and hence partition the acted-on set Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 25 results over 11 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Equivalence relation (Wikipedia) (standard reference, not scraped)
- Equivalence class (Wikipedia) (standard reference, not scraped)
- T. Tao, Analysis I, 3rd ed., §4.1 (the integers as a quotient) (standard reference, not scraped)