Equivalence relation

From Maths
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 xX[(x,x)∈∼]. Which we write xX[xx].
2 Symmetric x,yX[(x,y)∈∼(y,x)∈∼]. Which we write x,yX[xyyx].
3 Transitive x,y,zX[((x,y)∈∼(y,z)∈∼)(x,z)∈∼]. Which we write x,y,zX[(xyyz)xz].

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]:={bX | ba}
  • If there are multiple equivalence relations at play, we often use different letters to distinguish them, eg α and []α
  • Sometimes different symbols are employed, for example denotes a topological homeomorphism (which is an equivalence relation on topological spaces)

See Also

Notes

  1. This terminology means ∼⊆X×X, as described on the relation page.

References

  1. 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 aA we have aRa

Symmetric

A relation R is symmetric if for all a,bA we have aRbbRa

Transitive

A relation R is transitive if for all a,b,cA we have aRb and bRcaRc

Definition

A relation R is an equivalence relation if it is:

  • reflexive
  • symmetric
  • transitive