Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Equivalence relation
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Mathematical concept for comparing objects}} {{About|the mathematical concept|the patent doctrine|Doctrine of equivalents}} {{Redirect|Equivalency||Equivalence (disambiguation){{!}}Equivalence}} {{stack|{{Binary relations}}}} [[File:Set partitions 5; matrices.svg|right|thumb|The [[Bell number|52]] equivalence relations on a 5-element set depicted as <math>5 \times 5</math> [[Logical matrix|logical matrices]] (colored fields, including those in light gray, stand for ones; white fields for zeros). The row and column indices of nonwhite cells are the related elements, while the different colors, other than light gray, indicate the equivalence classes (each light gray cell is its own equivalence class).]] In [[mathematics]], an '''equivalence relation''' is a [[binary relation]] that is [[Reflexive relation|reflexive]], [[Symmetric relation|symmetric]], and [[Transitive relation|transitive]]. The [[Equipollence (geometry)|equipollence]] relation between line segments in geometry is a common example of an equivalence relation. A simpler example is equality. Any number <math>a</math> is equal to itself (reflexive). If <math>a = b</math>, then <math>b = a</math> (symmetric). If <math>a = b</math> and <math>b = c</math>, then <math>a = c</math> (transitive). Each equivalence relation provides a [[Partition of a set|partition]] of the underlying set into disjoint [[equivalence class]]es. Two elements of the given set are equivalent to each other [[if and only if]] they belong to the same equivalence class. == Notation == Various notations are used in the literature to denote that two elements <math>a</math> and <math>b</math> of a set are equivalent with respect to an equivalence relation <math>R;</math> the most common are "<math>a \sim b</math>" and "{{math|''a'' β‘ ''b''}}", which are used when <math>R</math> is implicit, and variations of "<math>a \sim_R b</math>", "{{math|''a'' β‘<sub>''R''</sub> ''b''}}", or "<math>{a\mathop{R}b}</math>" to specify <math>R</math> explicitly. Non-equivalence may be written "{{math|''a'' β ''b''}}" or "<math>a \not\equiv b</math>". == Definitions == A [[binary relation]] <math>\,\sim\,</math> on a set <math>X</math> is said to be an equivalence relation, if it is reflexive, symmetric and transitive. That is, for all <math>a, b,</math> and <math>c</math> in <math>X:</math> * <math>a \sim a</math> ([[Reflexive relation|reflexivity]]). * <math>a \sim b</math> if and only if <math>b \sim a</math> ([[Symmetric relation|symmetry]]). * If <math>a \sim b</math> and <math>b \sim c</math> then <math>a \sim c</math> ([[Transitive relation|transitivity]]). <math>X</math> together with the relation <math>\,\sim\,</math> is called a [[setoid]]. The [[Equivalence relation#Equivalence class|equivalence class]] of <math>a</math> under <math>\,\sim,</math> denoted <math>[a],</math> is defined as <math>[a] = \{x \in X : x \sim a\}.</math><ref>{{Cite web|last=Weisstein|first=Eric W.|title=Equivalence Class|url=https://mathworld.wolfram.com/EquivalenceClass.html|access-date=2020-08-30|website=mathworld.wolfram.com|language=en}}</ref><ref name=":0">{{Cite web|date=2017-09-20|title=7.3: Equivalence Classes|url=https://math.libretexts.org/Bookshelves/Mathematical_Logic_and_Proof/Book%3A_Mathematical_Reasoning__Writing_and_Proof_(Sundstrom)/7%3A_Equivalence_Relations/7.3%3A_Equivalence_Classes|access-date=2020-08-30|website=Mathematics LibreTexts|language=en}}</ref> === Alternative definition using relational algebra === In [[relational algebra]], if <math>R\subseteq X\times Y</math> and <math>S\subseteq Y\times Z</math> are relations, then the [[Composition of relations|composite relation]] <math>SR\subseteq X\times Z</math> is defined so that <math>x \, SR \, z</math> if and only if there is a <math>y\in Y</math> such that <math>x \, R \, y</math> and <math>y \, S \, z</math>.<ref group="note">Sometimes the composition <math>SR\subseteq X\times Z</math> is instead written as <math>R;S</math>, or as <math>RS</math>; in both cases, <math>R</math> is the first relation that is applied. See the article on [[Composition of relations#Notational variations|Composition of relations]] for more information.</ref> This definition is a generalisation of the definition of [[Function composition|functional composition]]. The defining properties of an equivalence relation <math>R</math> on a set <math>X</math> can then be reformulated as follows: * <math>\operatorname{id} \subseteq R</math>. ([[Reflexive relation|reflexivity]]). (Here, <math>\operatorname{id}</math> denotes the [[identity function]] on <math>X</math>.) * <math>R=R^{-1}</math> ([[Symmetric relation|symmetry]]). * <math>RR\subseteq R</math> ([[Transitive relation|transitivity]]).<ref>{{Cite book |last=Halmos |first=Paul Richard |title=Naive Set Theory |publisher=Springer |year=1914 |isbn=978-0-387-90104-6 |location=New York |pages=41 |language=English}}</ref> == Examples == === Simple example === On the set <math>X = \{a, b, c\}</math>, the relation <math>R = \{(a, a), (b, b), (c, c), (b, c), (c, b)\}</math> is an equivalence relation. The following sets are equivalence classes of this relation: <math display=block>[a] = \{a\}, ~~~~ [b] = [c] = \{b, c\}.</math> The set of all equivalence classes for <math>R</math> is <math>\{\{a\}, \{b, c\}\}.</math> This set is a [[Partition of a set|partition]] of the set <math>X</math>. It is also called the [[Equivalence relation#Quotient set|quotient set]] of <math>X</math> by <math>R</math>. === Equivalence relations === The following relations are all equivalence relations: * "Is equal to" on the set of numbers. For example, <math>\tfrac{1}{2}</math> is equal to <math>\tfrac{4}{8}.</math><ref name=":0" /> * "Is [[Similarity (geometry)|similar]] to" on the set of all [[Triangle (geometry)|triangle]]s. * "Is [[Congruence (geometry)|congruent]] to" on the set of all [[Triangle (geometry)|triangle]]s. * Given a [[Function (mathematics)|function]] <math>f:X \to Y</math>, "has the same [[Image (mathematics)|image]] under <math>f</math> as" on the elements of <math>f</math>'s [[domain of a function|domain]] <math>X</math>. For example, <math>0</math> and <math>\pi</math> have the same image under <math>\sin</math>, viz. <math>0</math>. In particular: ** "Has the same absolute value as" on the set of real numbers ** "Has the same cosine as" on the set of all angles. ** Given a natural number <math>n</math>, "is congruent to, [[Modular arithmetic|modulo]] <math>n</math>" on the [[integers]].<ref name=":0" /> ** "Have the same length and direction" ([[equipollence (geometry)|equipollence]]) on the set of [[directed line segment]]s.<ref>[[Lena L. Severance]] (1930) [https://babel.hathitrust.org/cgi/pt?id=mdp.39015069379678;view=1up;seq=15 The Theory of Equipollences; Method of Analytical Geometry of Sig. Bellavitis], link from HathiTrust</ref> ** "Has the same birthday as" on the set of all people. === Relations that are not equivalences === * The relation "β₯" between real numbers is reflexive and transitive, but not symmetric. For example, 7 β₯ 5 but not 5 β₯ 7. * The relation "has a [[common factor]] greater than 1 with" between [[natural numbers]] greater than 1, is reflexive and symmetric, but not transitive. For example, the natural numbers 2 and 6 have a common factor greater than 1, and 6 and 3 have a common factor greater than 1, but 2 and 3 do not have a common factor greater than 1. * The [[empty relation]] ''R'' (defined so that ''aRb'' is never true) on a set ''X'' is [[Vacuously true|vacuously]] symmetric and transitive; however, it is not reflexive (unless ''X'' itself is empty). * The relation "is approximately equal to" between real numbers, even if more precisely defined, is not an equivalence relation, because although reflexive and symmetric, it is not transitive, since multiple small changes can accumulate to become a big change. However, if the approximation is defined asymptotically, for example by saying that two functions ''f'' and ''g'' are approximately equal near some point if the limit of ''f β g'' is 0 at that point, then this defines an equivalence relation. == Connections to other relations == * A [[partial order]] is a relation that is reflexive, {{em|[[Antisymmetric relation|antisymmetric]]}}, and transitive. * [[Equality (mathematics)|Equality]] is both an equivalence relation and a partial order. Equality is also the only relation on a set that is reflexive, symmetric and antisymmetric. In [[algebraic expression]]s, equal variables may be [[Substitution (algebra)|substituted]] for one another, a facility that is not available for equivalence related variables. The equivalence classes of an equivalence relation can substitute for one another, but not individuals within a class. * A [[strict partial order]] is irreflexive, transitive, and [[asymmetric relation|asymmetric]]. * A [[partial equivalence relation]] is transitive and symmetric. Such a relation is reflexive [[if and only if]] it is [[total relation|total]], that is, if for all <math>a,</math> there exists some <math>b \text{ such that } a \sim b.</math><ref group="proof">''If:'' Given <math>a,</math> let <math>a \sim b</math> hold using totality, then <math>b \sim a</math> by symmetry, hence <math>a \sim a</math> by transitivity. — ''Only if:'' Given <math>a,</math> choose <math>b = a,</math> then <math>a \sim b</math> by reflexivity.</ref> Therefore, an equivalence relation may be alternatively defined as a symmetric, transitive, and total relation. * A [[ternary equivalence relation]] is a ternary analogue to the usual (binary) equivalence relation. * A reflexive and symmetric relation is a [[dependency relation]] (if finite), and a [[tolerance relation]] if infinite. * A [[preorder]] is reflexive and transitive. * A [[congruence relation]] is an equivalence relation whose domain <math>X</math> is also the underlying set for an [[algebraic structure]], and which respects the additional structure. In general, congruence relations play the role of [[Kernel (algebra)|kernels]] of homomorphisms, and the quotient of a structure by a congruence relation can be formed. In many important cases, congruence relations have an alternative representation as substructures of the structure on which they are defined (e.g., the congruence relations on groups correspond to the [[normal subgroup]]s). * Any equivalence relation is the negation of an [[apartness relation]], though the converse statement only holds in classical mathematics (as opposed to [[constructive mathematics]]), since it is equivalent to the [[law of excluded middle]]. * Each relation that is both reflexive and left (or right) [[Euclidean relation|Euclidean]] is also an equivalence relation. == Well-definedness under an equivalence relation == If <math>\,\sim\,</math> is an equivalence relation on <math>X,</math> and <math>P(x)</math> is a property of elements of <math>X,</math> such that whenever <math>x \sim y,</math> <math>P(x)</math> is true if <math>P(y)</math> is true, then the property <math>P</math> is said to be [[well-defined]] or a {{em|class invariant}} under the relation <math>\,\sim.</math> A frequent particular case occurs when <math>f</math> is a function from <math>X</math> to another set <math>Y;</math> if <math>x_1 \sim x_2</math> implies <math>f\left(x_1\right) = f\left(x_2\right)</math> then <math>f</math> is said to be a {{em|morphism}} for <math>\,\sim,</math> a {{em|class invariant under}} <math>\,\sim,</math> or simply {{em|invariant under}} <math>\,\sim.</math> This occurs, e.g. in the character theory of finite groups. The latter case with the function <math>f</math> can be expressed by a commutative triangle. See also [[Invariant (mathematics)|invariant]]. Some authors use "compatible with <math>\,\sim</math>" or just "respects <math>\,\sim</math>" instead of "invariant under <math>\,\sim</math>". More generally, a function may map equivalent arguments (under an equivalence relation <math>\,\sim_A</math>) to equivalent values (under an equivalence relation <math>\,\sim_B</math>). Such a function is known as a morphism from <math>\,\sim_A</math> to <math>\,\sim_B.</math> == Related important definitions == Let <math>a, b \in X</math>, and <math>\sim</math> be an equivalence relation. Some key definitions and terminology follow: === Equivalence class === {{main|Equivalence class}} A subset <math>Y</math> of <math>X</math> such that <math>a \sim b</math> holds for all <math>a</math> and <math>b</math> in <math>Y</math>, and never for <math>a</math> in <math>Y</math> and <math>b</math> outside <math>Y</math>, is called an ''equivalence class'' of <math>X</math> by <math>\sim</math>. Let <math>[a] := \{x \in X : a \sim x\}</math> denote the equivalence class to which <math>a</math> belongs. All elements of <math>X</math> equivalent to each other are also elements of the same equivalence class. === Quotient set === {{main|Quotient set}} The set of all equivalence classes of <math>X</math> by <math>\sim,</math> denoted <math>X / \mathord{\sim} := \{[x] : x \in X\},</math> is the ''quotient set'' of <math>X</math> by <math>\sim.</math> If <math>X</math> is a [[topological space]], there is a natural way of transforming <math>X / \sim</math> into a topological space; see ''[[Quotient space (topology)|Quotient space]]'' for the details.{{undue weight inline|date=October 2024}} === Projection === {{main|Projection (relational algebra)}} The ''projection'' of <math>\,\sim\,</math> is the function <math>\pi : X \to X/\mathord{\sim}</math> defined by <math>\pi(x) = [x]</math> which maps elements of <math>X</math> into their respective equivalence classes by <math>\,\sim.</math> : '''Theorem''' on [[Projection (set theory)|projection]]s:<ref>[[Garrett Birkhoff]] and [[Saunders Mac Lane]], 1999 (1967). ''Algebra'', 3rd ed. p. 35, Th. 19. Chelsea.</ref> Let the function <math>f : X \to B</math> be such that if <math>a \sim b</math> then <math>f(a) = f(b).</math> Then there is a unique function <math>g : X / \sim \to B</math> such that <math>f = g \pi.</math> If <math>f</math> is a [[surjection]] and <math>a \sim b \text{ if and only if } f(a) = f(b),</math> then <math>g</math> is a [[bijection]]. === Equivalence kernel === The '''equivalence kernel''' of a function <math>f</math> is the equivalence relation ~ defined by <math>x \sim y \text{ if and only if } f(x) = f(y).</math> The equivalence kernel of an [[Injective function|injection]] is the [[identity relation]]. === Partition === {{main|Partition of a set}} A ''partition'' of ''X'' is a set ''P'' of nonempty subsets of ''X'', such that every element of ''X'' is an element of a single element of ''P''. Each element of ''P'' is a ''cell'' of the partition. Moreover, the elements of ''P'' are [[pairwise disjoint]] and their [[Union (set theory)|union]] is ''X''. ==== Counting partitions ==== Let ''X'' be a finite set with ''n'' elements. Since every equivalence relation over ''X'' corresponds to a partition of ''X'', and vice versa, the number of equivalence relations on ''X'' equals the number of distinct partitions of ''X'', which is the ''n''th [[Bell number]] ''B<sub>n</sub>'': :<math display="block">B_n = \frac{1}{e} \sum_{k=0}^\infty \frac{k^n}{k!} \quad</math> ([[Dobinski's formula]]). == Fundamental theorem of equivalence relations == A key result links equivalence relations and partitions:<ref>Wallace, D. A. R., 1998. ''Groups, Rings and Fields''. p. 31, Th. 8. Springer-Verlag.</ref><ref>Dummit, D. S., and Foote, R. M., 2004. ''Abstract Algebra'', 3rd ed. p. 3, Prop. 2. John Wiley & Sons.</ref><ref>[[Karel Hrbacek]] & [[Thomas Jech]] (1999) ''Introduction to Set Theory'', 3rd edition, pages 29β32, [[Marcel Dekker]]</ref> * An equivalence relation ~ on a set ''X'' partitions ''X''. * Conversely, corresponding to any partition of ''X'', there exists an equivalence relation ~ on ''X''. In both cases, the cells of the partition of ''X'' are the equivalence classes of ''X'' by ~. Since each element of ''X'' belongs to a unique cell of any partition of ''X'', and since each cell of the partition is identical to an equivalence class of ''X'' by ~, each element of ''X'' belongs to a unique equivalence class of ''X'' by ~. Thus there is a natural [[bijection]] between the set of all equivalence relations on ''X'' and the set of all partitions of ''X''. == Comparing equivalence relations == {{See also|Partition of a set#Refinement of partitions}} If <math>\sim</math> and <math>\approx</math> are two equivalence relations on the same set <math>S</math>, and <math>a \sim b</math> implies <math>a \approx b</math> for all <math>a, b \in S,</math> then <math>\approx</math> is said to be a '''coarser''' relation than <math>\sim</math>, and <math>\sim</math> is a '''finer''' relation than <math>\approx</math>. Equivalently, * <math>\sim</math> is finer than <math>\approx</math> if every equivalence class of <math>\sim</math> is a subset of an equivalence class of <math>\approx</math>, and thus every equivalence class of <math>\approx</math> is a union of equivalence classes of <math>\sim</math>. * <math>\sim</math> is finer than <math>\approx</math> if the partition created by <math>\sim</math> is a refinement of the partition created by <math>\approx</math>. The equality equivalence relation is the finest equivalence relation on any set, while the universal relation, which relates all pairs of elements, is the coarsest. The relation "<math>\sim</math> is finer than <math>\approx</math>" on the collection of all equivalence relations on a fixed set is itself a partial order relation, which makes the collection a [[geometric lattice]].<ref>{{citation|title=Lattice Theory|volume=25|series=Colloquium Publications|publisher=American Mathematical Society|first=Garrett|last=Birkhoff|author-link=Garrett Birkhoff|edition=3rd|year=1995|isbn=9780821810255}}. Sect. IV.9, Theorem 12, page 95</ref> == Generating equivalence relations == * Given any set <math>X,</math> an equivalence relation over the set <math>[X \to X]</math> of all functions <math>X \to X</math> can be obtained as follows. Two functions are deemed equivalent when their respective sets of [[fixpoint]]s have the same [[cardinality]], corresponding to cycles of length one in a [[permutation]]. * An equivalence relation <math>\,\sim\,</math> on <math>X</math> is the [[Equivalence relation#Equivalence kernel|equivalence kernel]] of its [[surjective]] [[Equivalence relation#Projection|projection]] <math>\pi : X \to X / \sim.</math><ref>[[Garrett Birkhoff]] and [[Saunders Mac Lane]], 1999 (1967). ''Algebra'', 3rd ed. p. 33, Th. 18. Chelsea.</ref> Conversely, any [[surjection]] between sets determines a partition on its domain, the set of [[preimage]]s of [[Singleton (mathematics)|singleton]]s in the [[codomain]]. Thus an equivalence relation over <math>X,</math> a partition of <math>X,</math> and a projection whose domain is <math>X,</math> are three equivalent ways of specifying the same thing. * The intersection of any collection of equivalence relations over ''X'' (binary relations viewed as a [[subset]] of <math>X \times X</math>) is also an equivalence relation. This yields a convenient way of generating an equivalence relation: given any binary relation ''R'' on ''X'', the equivalence relation {{em|generated by R}} is the intersection of all equivalence relations containing ''R'' (also known as the smallest equivalence relation containing ''R''). Concretely, ''R'' generates the equivalence relation ::<math>a \sim b</math> if there exists a [[natural number]] <math>n</math> and elements <math>x_0, \ldots, x_n \in X</math> such that <math>a = x_0</math>, <math>b = x_n</math>, and <math>x_{i-1} \mathrel{R} x_i</math> or <math>x_i \mathrel{R} x_{i-1}</math>, for <math>i = 1, \ldots, n.</math> :The equivalence relation generated in this manner can be trivial. For instance, the equivalence relation generated by any [[total order]] on ''X'' has exactly one equivalence class, ''X'' itself. * Equivalence relations can construct new spaces by "gluing things together." Let ''X'' be the unit [[Cartesian square]] <math>[0, 1] \times [0, 1],</math> and let ~ be the equivalence relation on ''X'' defined by <math>(a, 0) \sim (a, 1)</math> for all <math>a \in [0, 1]</math> and <math>(0, b) \sim (1, b)</math> for all <math>b \in [0, 1],</math> Then the [[Quotient space (topology)|quotient space]] <math>X / \sim</math> can be naturally identified ([[homeomorphism]]) with a [[torus]]: take a square piece of paper, bend and glue together the upper and lower edge to form a cylinder, then bend the resulting cylinder so as to glue together its two open ends, resulting in a torus. == Algebraic structure == Much of mathematics is grounded in the study of equivalences, and [[order relation]]s. [[Lattice (order)|Lattice theory]] captures the mathematical structure of order relations. Even though equivalence relations are as ubiquitous in mathematics as order relations, the algebraic structure of equivalences is not as well known as that of orders. The former structure draws primarily on [[group theory]] and, to a lesser extent, on the theory of lattices, [[Category theory|categories]], and [[groupoid]]s. === Group theory === Just as [[order relation]]s are grounded in [[Partially ordered set|ordered sets]], sets closed under pairwise [[supremum]] and [[infimum]], equivalence relations are grounded in [[Partition of a set|partitioned sets]], which are sets closed under [[bijection]]s that preserve partition structure. Since all such bijections map an equivalence class onto itself, such bijections are also known as [[permutation]]s. Hence [[permutation group]]s (also known as [[Group action (mathematics)|transformation groups]]) and the related notion of [[Orbit (group theory)|orbit]] shed light on the mathematical structure of equivalence relations. Let '~' denote an equivalence relation over some nonempty set ''A'', called the [[Universe (mathematics)|universe]] or underlying set. Let ''G'' denote the set of bijective functions over ''A'' that preserve the partition structure of ''A'', meaning that for all <math>x \in A</math> and <math>g \in G, g(x) \in [x].</math> Then the following three connected theorems hold:<ref>Rosen (2008), pp. 243β45. Less clear is Β§10.3 of [[Bas van Fraassen]], 1989. ''Laws and Symmetry''. Oxford Univ. Press.</ref> * ~ partitions ''A'' into equivalence classes. (This is the {{em|Fundamental Theorem of Equivalence Relations}}, mentioned above); * Given a partition of ''A'', ''G'' is a transformation group under composition, whose orbits are the [[Partitions of a set|cells]] of the partition;{{#tag:ref| ''Proof''.<ref>Bas van Fraassen, 1989. ''Laws and Symmetry''. Oxford Univ. Press: 246.</ref> Let [[function composition]] interpret group multiplication, and function inverse interpret group inverse. Then ''G'' is a group under composition, meaning that <math>x \in A</math> and <math>g \in G, [g(x)] = [x],</math> because ''G'' satisfies the following four conditions: * ''G is closed under composition''. The composition of any two elements of ''G'' exists, because the [[Domain of a function|domain]] and [[codomain]] of any element of ''G'' is ''A''. Moreover, the composition of bijections is [[bijective]];<ref>Wallace, D. A. R., 1998. ''Groups, Rings and Fields''. Springer-Verlag: 22, Th. 6.</ref> * ''Existence of [[identity function]]''. The [[identity function]], ''I''(''x'') = ''x'', is an obvious element of ''G''; * ''Existence of [[inverse function]]''. Every [[bijective function]] ''g'' has an inverse ''g''<sup>−1</sup>, such that ''gg''<sup>β1</sup> = ''I''; * ''Composition [[Associativity|associates]]''. ''f''(''gh'') = (''fg'')''h''. This holds for all functions over all domains.<ref>Wallace, D. A. R., 1998. ''Groups, Rings and Fields''. Springer-Verlag: 24, Th. 7.</ref> Let ''f'' and ''g'' be any two elements of ''G''. By virtue of the definition of ''G'', [''g''(''f''(''x''))] = [''f''(''x'')] and [''f''(''x'')] = [''x''], so that [''g''(''f''(''x''))] = [''x'']. Hence ''G'' is also a transformation group (and an [[automorphism group]]) because function composition preserves the partitioning of <math>A. \blacksquare</math>}} * Given a transformation group ''G'' over ''A'', there exists an equivalence relation ~ over ''A'', whose equivalence classes are the orbits of ''G''.<ref>Wallace, D. A. R., 1998. ''Groups, Rings and Fields''. Springer-Verlag: 202, Th. 6.</ref><ref>Dummit, D. S., and Foote, R. M., 2004. ''Abstract Algebra'', 3rd ed. John Wiley & Sons: 114, Prop. 2.</ref> In sum, given an equivalence relation ~ over ''A'', there exists a [[transformation group]] ''G'' over ''A'' whose orbits are the equivalence classes of ''A'' under ~. This transformation group characterisation of equivalence relations differs fundamentally from the way [[Lattice (order)|lattices]] characterize order relations. The arguments of the lattice theory operations [[Meet (mathematics)|meet]] and [[Join (mathematics)|join]] are elements of some universe ''A''. Meanwhile, the arguments of the transformation group operations [[Function composition|composition]] and [[Inverse function|inverse]] are elements of a set of [[bijections]], ''A'' β ''A''. Moving to groups in general, let ''H'' be a [[subgroup]] of some [[Group (mathematics)|group]] ''G''. Let ~ be an equivalence relation on ''G'', such that <math>a \sim b \text{ if and only if } a b^{-1} \in H.</math> The equivalence classes of ~—also called the orbits of the [[Group action (mathematics)|action]] of ''H'' on ''G''—are the right '''[[coset]]s''' of ''H'' in ''G''. Interchanging ''a'' and ''b'' yields the left cosets. Related thinking can be found in Rosen (2008: chpt. 10). === Categories and groupoids === Let ''G'' be a set and let "~" denote an equivalence relation over ''G''. Then we can form a [[groupoid]] representing this equivalence relation as follows. The objects are the elements of ''G'', and for any two elements ''x'' and ''y'' of ''G'', there exists a unique morphism from ''x'' to ''y'' [[if and only if]] <math>x \sim y.</math> The advantages of regarding an equivalence relation as a special case of a groupoid include: *Whereas the notion of "free equivalence relation" does not exist, that of a [[Free object|free groupoid]] on a [[directed graph]] does. Thus it is meaningful to speak of a "presentation of an equivalence relation," i.e., a presentation of the corresponding groupoid; * Bundles of groups, [[Group action (mathematics)|group action]]s, sets, and equivalence relations can be regarded as special cases of the notion of groupoid, a point of view that suggests a number of analogies; *In many contexts "quotienting," and hence the appropriate equivalence relations often called [[Congruence relation|congruences]], are important. This leads to the notion of an internal groupoid in a [[Category (mathematics)|category]].<ref>Borceux, F. and Janelidze, G., 2001. ''Galois theories'', Cambridge University Press, {{ISBN|0-521-80309-8}}</ref> === Lattices === The equivalence relations on any set ''X'', when ordered by [[set inclusion]], form a [[complete lattice]], called '''Con''' ''X'' by convention. The canonical [[Map (mathematics)|map]] '''ker''' : ''X''^''X'' β '''Con''' ''X'', relates the [[monoid]] ''X''^''X'' of all [[Function (mathematics)|function]]s on ''X'' and '''Con''' ''X''. '''ker''' is [[surjective]] but not [[injective]]. Less formally, the equivalence relation '''ker''' on ''X'', takes each function ''f'' : ''X'' β ''X'' to its [[Kernel (algebra)|kernel]] '''ker''' ''f''. Likewise, '''ker(ker)''' is an equivalence relation on ''X''^''X''. == Equivalence relations and mathematical logic == Equivalence relations are a ready source of examples or counterexamples. For example, an equivalence relation with exactly two infinite equivalence classes is an easy example of a theory which is Ο-[[Morley's categoricity theorem|categorical]], but not categorical for any larger [[cardinal number]]. An implication of [[model theory]] is that the properties defining a relation can be proved independent of each other (and hence necessary parts of the definition) if and only if, for each property, examples can be found of relations not satisfying the given property while satisfying all the other properties. Hence the three defining properties of equivalence relations can be proved mutually independent by the following three examples: * ''Reflexive and transitive'': The relation β€ on '''N'''. Or any [[preorder]]; * ''Symmetric and transitive'': The relation ''R'' on '''N''', defined as ''aRb'' β ''ab'' β 0. Or any [[partial equivalence relation]]; * ''Reflexive and symmetric'': The relation ''R'' on '''Z''', defined as ''aRb'' β "''a'' − ''b'' is divisible by at least one of 2 or 3." Or any [[dependency relation]]. Properties definable in [[first-order logic]] that an equivalence relation may or may not possess include: * The number of equivalence classes is finite or infinite; * The number of equivalence classes equals the (finite) natural number ''n''; * All equivalence classes have infinite [[cardinality]]; * The number of elements in each equivalence class is the natural number ''n''. == See also == * {{annotated link|Borel equivalence relation}} * {{annotated link|Cluster graph}} * {{annotated link|Conjugacy class}} * {{annotated link|Equipollence (geometry)}} * {{annotated link|Hyperfinite equivalence relation}} * {{annotated link|Quotient by an equivalence relation}} * {{annotated link|Topological conjugacy}} * {{annotated link|Up to}} == Notes == {{reflist|group=note}} {{reflist|group=proof}} {{reflist|30em}} == References == * Brown, Ronald, 2006. ''[http://arquivo.pt/wayback/20160514115224/http://www.bangor.ac.uk/r.brown/topgpds.html Topology and Groupoids.]'' Booksurge LLC. {{ISBN|1-4196-2722-8}}. * Castellani, E., 2003, "Symmetry and equivalence" in [[Katherine Brading|Brading, Katherine]], and E. Castellani, eds., ''Symmetries in Physics: Philosophical Reflections''. Cambridge Univ. Press: 422β433. * [[Robert Dilworth]] and Crawley, Peter, 1973. ''Algebraic Theory of Lattices''. Prentice Hall. Chpt. 12 discusses how equivalence relations arise in [[lattice (order)|lattice]] theory. * Higgins, P.J., 1971. ''[http://www.emis.de/journals/TAC/reprints/articles/7/tr7abs.html Categories and groupoids.]'' Van Nostrand. Downloadable since 2005 as a TAC Reprint. * [[John Lucas (philosopher)|John Randolph Lucas]], 1973. ''A Treatise on Time and Space''. London: Methuen. Section 31. * Rosen, Joseph (2008) ''Symmetry Rules: How Science and Nature are Founded on Symmetry''. Springer-Verlag. Mostly chapters. 9,10. * [[Raymond Wilder]] (1965) ''Introduction to the Foundations of Mathematics'' 2nd edition, Chapter 2-8: Axioms defining equivalence, pp 48–50, [[John Wiley & Sons]]. == External links == * {{springer|title=Equivalence relation|id=p/e036030}} * [[Alexander Bogomolny|Bogomolny, A.]], "[http://www.cut-the-knot.org/blue/equi.shtml Equivalence Relationship]" [[cut-the-knot]]. Accessed 1 September 2009 * [https://web.archive.org/web/20130509233055/http://planetmath.org/equivalencerelation Equivalence relation] at PlanetMath * {{OEIS el|1=A231428|2=Binary matrices representing equivalence relations}} {{Mathematical logic}} {{Set theory}} {{Authority control}} {{DEFAULTSORT:Equivalence Relation}} [[Category:Equivalence (mathematics)]] [[Category:Reflexive relations]] [[Category:Symmetric relations]] [[Category:Transitive relations]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:About
(
edit
)
Template:Annotated link
(
edit
)
Template:Authority control
(
edit
)
Template:Citation
(
edit
)
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Em
(
edit
)
Template:ISBN
(
edit
)
Template:Main
(
edit
)
Template:Math
(
edit
)
Template:Mathematical logic
(
edit
)
Template:OEIS el
(
edit
)
Template:Redirect
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:Set theory
(
edit
)
Template:Short description
(
edit
)
Template:Springer
(
edit
)
Template:Stack
(
edit
)
Template:Undue weight inline
(
edit
)