Difference between revisions of "Equivalence relation"
From Maths
m (→See Also: Adding canonical map) |
m (Fixing mathematical notation typo) |
||
Line 17: | Line 17: | ||
! 2 | ! 2 | ||
| [[Relation#Types_of_relation|Symmetric]] | | [[Relation#Types_of_relation|Symmetric]] | ||
− | | {{M|\forall x,y\in X[ | + | | {{M|\forall x,y\in X[(x,y) \in \sim \implies (y,x) \in \sim]}}. Which we write {{M|\forall x,y \in X[x\sim y \implies y\sim x]}}. |
|- | |- | ||
! 3 | ! 3 |
Latest revision as of 15:18, 12 February 2019
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.
This page is waiting for a final review, then this notice will be removed.
Contents
[hide]Definition
A relation, ∼, in X[Note 1] is an equivalence relation if it has the following properties[1]:
Name | Definition | |
---|---|---|
1 | Reflexive | ∀x∈X[(x,x)∈∼]. Which we write ∀x∈X[x∼x]. |
2 | Symmetric | ∀x,y∈X[(x,y)∈∼⟹(y,x)∈∼]. Which we write ∀x,y∈X[x∼y⟹y∼x]. |
3 | Transitive | ∀x,y,z∈X[((x,y)∈∼∧(y,z)∈∼)⟹(x,z)∈∼]. Which we write ∀x,y,z∈X[(x∼y∧y∼z)⟹x∼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
- This is not unique, if b∼a then we could write [b] instead. (Equivalence classes are either equal or disjoint)
- Defined as [a]:={b∈X | b∼a}
- Often denoted [a] for all the things equivalent to a
- 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
- Relation
- Equivalence class
- Canonical projection of an equivalence relation
- Passing to the quotient - things are often factored through the canonical projection of an equivalence relation
- Equivalence relation induced by a map - while many things induce equivalence relations, the "purity" of any function doing so means this ought to be here
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