Ordering

From Maths
Revision as of 15:43, 5 March 2015 by Alec (Talk | contribs) (Created page with "An ordering is a special kind of relation, other than the concept of a relation we require three properties before we can define it. ==Required properties== Thes...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

An ordering is a special kind of relation, other than the concept of a relation we require three properties before we can define it.

Required properties

These are restated from the relation page for convenience

Symmetric

Note: this isn't actually needed, it is stated to allow the reader to contrast with antisymmetric and asymmetric

A relation R in A is symmetric if for all a,bA we have that aRbbRa - a property of equivalence relations

Antisymmetric

A binary relation R in A is antisymmetric if for all a,bA we have aRb and bRAa=b
Symmetric implies elements are related to each other, antisymmetric implies only the same things are related to each other.

Reflexive

For a relation R and for all aA we have aRa - a is related to itself.

Transitive

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

Asymmetric

A relation S in A is asymmetric if aSb(b,a)S, for example < has this property, we can have a<b or b<a but not both.

Definition

If we have "just an ordering" it refers to a partial ordering.

Partial Ordering

A binary relation that is antisymmetric, reflexive and transitive is a partial ordering. An example of a partial ordering is , notice ab and baa=b

Strict ordering

A relation S in A is a strict ordering if it is asymmetric and transitive.