Equivalence relation

From Maths
Revision as of 17:01, 18 March 2016 by JimDavis (Talk | contribs) (Refactoring this page to be more in line with other pages on 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.

Definition

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

  • Reflexivity, xx
  • Symmetricity, xy implies yx
  • Transitivity, xy and yz implies xz.
Name Definition
1 Reflexive xX[(x,x)∈∼]. Often written xX[xx].
2 Symmetric x,yX[M. Often written x,yX[xyyx].
3 Transitive x,y,zX[((x,y)∈∼(y,z)∈∼)(x,z)∈∼]. Often written x,y,zX[(xyyz)xz].

Terminology

  • Sometimes, letters and other designations are used with symbols to distinguish between different equivalence relations, such as axb.
    • For an xX, the equivalence class is written [x] or x. That is, aX[a[x]ax].

See Also

Notes

  1. Jump up This terminology means ∼⊆X×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 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