Equivalence class
In mathematics, an equivalence class is a subset of a given set consisting of all elements that are equivalent to a particular element under an equivalence relation, which is a binary relation on the set that satisfies the properties of reflexivity, symmetry, and transitivity.[1] For an equivalence relation \sim on a set X and an element x \in X, the equivalence class of x, denoted _\sim, is defined as _\sim = \{ y \in X \mid y \sim x \}.[2] Equivalence classes possess key properties that make them fundamental in abstract algebra and set theory: two equivalence classes are either identical or disjoint, and the collection of all distinct equivalence classes forms a partition of the original set X, meaning every element of X belongs to exactly one class.[1] This partitioning arises directly from the reflexive, symmetric, and transitive nature of the relation, ensuring no overlaps and complete coverage.[2] A bijection exists between the set of all equivalence relations on X and the set of all pairwise disjoint partitions of X, highlighting their structural equivalence.[2] Common examples include congruence modulo an integer n on the integers \mathbb{Z}, where _n = \{ m \in \mathbb{Z} \mid m \equiv k \pmod{n} \} for $0 \leq k < n, partitioning \mathbb{Z} into n classes based on remainders.[1] Another is parity on \mathbb{Z}, dividing integers into even and odd classes.[2] These classes underpin concepts like modular arithmetic and quotient sets, enabling constructions such as the integers modulo n, denoted \mathbb{Z}/n\mathbb{Z}.[1]Definition and Basic Concepts
Formal Definition
In mathematics, given a set X and an equivalence relation \sim on X, the equivalence class of an element x \in X, denoted $$, is defined as the subset = \{ y \in X \mid y \sim x \}, comprising all elements of X that are related to x under \sim.[3] The equivalence classes of all elements in X form a partition of X: these subsets are pairwise disjoint, and their union equals X, ensuring every element belongs to exactly one such class.[3] This concept was formalized in the late 19th century amid the development of set theory, with early contributions including Richard Dedekind's use of equivalence in algebraic number theory (1871).[4]Equivalence Relation
An equivalence relation is a fundamental concept in mathematics that generalizes the intuitive notions of equality and congruence between objects, allowing for the identification of elements that share certain properties while distinguishing others.[5] This generalization enables the study of structures where "sameness" is defined relative to specific criteria, such as congruence modulo an integer, rather than strict identity.[6] Typically denoted by the symbol \sim or \equiv, an equivalence relation on a set A is a binary relation \sim \subseteq A \times A that satisfies three key axioms: reflexivity, symmetry, and transitivity.[1] These axioms mirror the properties of equality but apply to broader contexts.- Reflexivity: For every element a \in A, a \sim a. This ensures that every element is related to itself.[1]
- Symmetry: For all a, b \in A, if a \sim b, then b \sim a. This guarantees that the relation is bidirectional.[1]
- Transitivity: For all a, b, c \in A, if a \sim b and b \sim c, then a \sim c. This allows the relation to chain across multiple elements.[1]