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.)
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.
Contents
[hide]Definition
A relation ∼ in X[Notes 1] is an equivalence relation if it has the following properties[1]:
- Reflexivity, x∼x
- Symmetricity, x∼y implies y∼x
- Transitivity, x∼y and y∼z implies x∼z.
Name | Definition | |
---|---|---|
1 | Reflexive | ∀x∈X[(x,x)∈∼]. Often written ∀x∈X[x∼x]. |
2 | Symmetric | ∀x,y∈X[M. Often written ∀x,y∈X[x∼y⟹y∼x]. |
3 | Transitive | ∀x,y,z∈X[((x,y)∈∼∧(y,z)∈∼)⟹(x,z)∈∼]. Often written ∀x,y,z∈X[(x∼y∧y∼z)⟹x∼z]. |
Terminology
- Sometimes, letters and other designations are used with symbols to distinguish between different equivalence relations, such as a≡xb.
- For an x∈X, the equivalence class is written [x] or x∼. That is, ∀a∈X[a∈[x]⟹a∼x].
See Also
Notes
References
|
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∈A we have aRa
Symmetric
A relation R is symmetric if for all a,b∈A we have aRb⟹bRa
Transitive
A relation R is transitive if for all a,b,c∈A we have aRb and bRc⟹aRc
Definition
A relation R is an equivalence relation if it is:
- reflexive
- symmetric
- transitive