Equivalence relation

From Maths
(Redirected from Equivalence relations)
Jump to: navigation, search
This page is currently being refactored (along with many others)
Please note that this does not mean the content is unreliable. It just means the page doesn't conform to the style of the site (usually due to age) or a better way of presenting the information has been discovered.
This page is waiting for a final review, then this notice will be removed.

Definition

A relation, , in X[Note 1] is an equivalence relation if it has the following properties[1]:

Name Definition
1 Reflexive \forall x\in X[(x,x) \in \sim]. Which we write \forall x\in X[x\sim x].
2 Symmetric \forall x,y\in X[(x,y) \in \sim \implies (y,x) \in \sim]. Which we write \forall x,y \in X[x\sim y \implies y\sim x].
3 Transitive \forall x,y,z\in X[((x,y) \in \sim \wedge (y,z) \in \sim) \implies (x,z) \in \sim]. Which we write \forall x,y,z \in X [(x\sim y \wedge y\sim z) \implies x\sim z].

Terminology

  • An equivalence class is the name given to the set of all things which are equivalent under a given equivalence relation.
    • Often denoted [a] for all the things equivalent to a
    • Defined as [a]:=\{b\in X\ \vert\ b\sim a\}
  • If there are multiple equivalence relations at play, we often use different letters to distinguish them, eg \sim_\alpha and [\cdot]_\alpha
  • Sometimes different symbols are employed, for example \cong denotes a topological homeomorphism (which is an equivalence relation on topological spaces)

See Also

Notes

  1. Jump up This terminology means \sim \subseteq X\times X, as described on the relation page.

References

  1. Jump up Set Theory - Thomas Jech - Third millennium edition, revised and expanded


Old Page

An equivalence relation is a special kind of relation

Required properties

Given a relation R in A we require the following properties to define a relation (these are restated for convenience from the relation page)

Reflexive

A relation R if for all a\in A we have aRa

Symmetric

A relation R is symmetric if for all a,b\in A we have aRb\implies bRa

Transitive

A relation R is transitive if for all a,b,c\in A we have aRb\text{ and }bRc\implies aRc

Definition

A relation R is an equivalence relation if it is:

  • reflexive
  • symmetric
  • transitive