Partial ordering
From Maths
Revision as of 13:08, 1 January 2016 by Alec (Talk | contribs) (Created page with ":: '''Note to reader: ''' this page defines {{M|\sqsubseteq}} as the partial ordering under study, this is to try and make the concept distinct from {{M|\le}}, which the reade...")
- Note to reader: this page defines ⊑ as the partial ordering under study, this is to try and make the concept distinct from ≤, which the reader should have been familiar with from a young age (and thus can taint initial study)
Definition
Given a relation, ⊑ in X (mathematically: ⊑⊆X×X[Note 1]) we say ⊑ is a partial order[1] if:
- The relation ⊑ is all 3 of the following:
Name | Definition | |
---|---|---|
1 | Reflexive | ∀x∈X[(x,x)∈⊑] or equivalently ∀x∈X[x⊑x] |
2 | Identitive or Antisymmetric | ∀x,y∈X[((x,y)∈⊑∧(y,x)∈⊑)⟹(x=y)] or equivalently ∀x,y∈X[(x⊑y∧y⊑x)⟹(x=y)] |
3 | Transitive | ∀x,y,z∈X[((x,y)∈⊑∧(y,z)∈⊑)⟹(x,z)∈⊑] or equivalently ∀x,y,z∈X[(x⊑y∧y⊑z)⟹(x⊑z)] |
- Note: ≤, ⪯ or ⊆[Warning 1] are all commonly used for partial relations too.
- The corresponding strict partial orderings are <, ≺ and ⊂
Induced strict partial ordering
Here, let ⪯ be a partial ordering as defined above, then the relation, ≺ defined by:
- (x,y)∈≺⟺[x≠y∧x⪯y]
- Note: every strict partial ordering induces a partial ordering, given a strict partial ordering, <, we can define a relation ≤ as:
- x≤y⟺[x=y∨x<y] or equivalently (in relational form): (x,y)∈≤⟺[x=y∨(x,y)∈<]
In fact there is a 1:1 correspondence between partial and strict partial orderings, this is why the term "partial ordering" is used so casually, as given a strict you have a partial, given a partial you have a strict.
- See Overview of partial orders for more information
Notes
Warnings
- Jump up ↑ I avoid using ⊆ for anything other than denoting subsets, the relation and the set it relates on will go together, so you'll already be using ⊆ to mean subset