Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-06 (claude-opus-5)
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 A/∼

Definition

A binary relation on a set A is a subset R⊆A×A (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A", The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }); we write a∼b for (a,b)∈R and read it "a is related to b".

A binary relation ∼ on A is an equivalence relation when it is reflexive on A, symmetric and transitive (Reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive, and connex relations on a set), that is, when it is

  • reflexive: a∼a for every a∈A;
  • symmetric: a∼b implies b∼a, for all a,b∈A;
  • transitive: a∼b and b∼c imply a∼c, for all a,b,c∈A.

Let ∼ be an equivalence relation on A. For a∈A, the equivalence class of a is the subset

[a]  :=  { b∈A  :  a∼b }  ⊆  A,

and any b with [b]=C is called a representative of the class C. The quotient set is the set of all classes,

A/∼  :=  { [a]  :  a∈A },

a subset of the power set of A (The power set P(x)={ z:z⊆x }). The map π:A→A/∼ (A function is a relation f with (a,b)∈f and (a,c)∈f implying b=c; f:A→B, the value f(a), domain and codomain) with π(a)=[a] is the quotient map; it is surjective by construction (Injection, surjection, bijection).

Remarks

Depends on

Used by

Dependency tree · two levels

17 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources