Ordering

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.

For partial orderings see partial ordering, the only useful thing on this page not on that page is the theorem at the bottom: Proof that is a partial ordering < is a strict ordering


An ordering is a special kind of relation, we can define an order uniquely as a partial or strict ordering. That is the two are equivalent.

Definition

So far it varies so much as to what "Ordering" means that based on the context it could be either partial or strict. The big clue will be the symbols used:

Relation Partial form Strict form
Less than (or equal to) <
(Other ordering symbol)
proper subset (or equal to)

Partial Ordering

A binary relation that is antisymmetric, reflexive and transitive is a partial ordering. Example

Strict ordering

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

Reminder of terms

These are restated from the relation page for convenience

Here R will be a relation in A

Property Statement Example Partial Strict
Symmetric aAbA(aRbbRa) equiv relations
Antisymmetric aAbA([aRbbRa]a=b) Let A=N then [abba]a=b #
Asymmetric aAbB(aRb(b,a)R) If a<b then b<a is false #
Reflexive aA(aRa) equiv relations, Let A=N then aa #
Transitive aAbAcA([aRbbRc]aRc) equiv relations, A=N then abbcabcac # #

Moving between partial and strict relations

Given a partial relation we may define a strict relation < by:

a<b[abab]

If given a < we can define a by:

ab[a<ba=b]

Comparable elements

We say a and b are comparable if the following hold:

Partial ordering

For a and b to be comparable we must have aRbbRa

Strict ordering

For a and b to be comparable we require ab[aRbbRa], notice that false implies false

Total ordering (Linear ordering)

A (partial or strict) ordering is a total (also known as linear) ordering if aAbB, a and b are comparable using the definitions above.

For example the ordering a|b meaning a divides b (example: (3,6)3|6) is not total, however is, as is >

Properties

Given a partial ordering of A and let BA

Property Statement

Proof that is a partial ordering < is a strict ordering

[Expand]

Proof that is a partial ordering < is a strict ordering


Good resources