Strict partial ordering
From Maths
- Note to reader: this page defines ⊏ as the strict 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), this notation corresponds with the notation in partial ordering.
Definition
Given a relation, ⊏ on X (mathematically: ⊏⊆X×X[Note 1]) we say that ⊏ is a strict partial ordering[1] if:
- The relation ≺ is both of the following:
Name | Meaning | |
---|---|---|
1 | Irreflexive (not reflexive) |
∀x∈X[(x,x)∉⊏] or equivalently:
∀x∈X[x⊏̸x] |
2 | Transitive | ∀x,y,z∈X[((x,y)∈⊏∧(y,z)∈⊏)⟹((x,z)∈⊏)] or equivalently ∀x,y,z∈X[(x⊏y∧y⊏z)⟹x⊏z] |
- Note: <, ≺ and ⊂ are all commonly used for strict relations too
- Their corresponding partial orders are ≤, ⪯ and ⊆[Warning 1]
Induced partial ordering
Here, let ≺ be a strict partial ordering as defined above, then the relation, ⪯ defined by:
- (x,y)∈⪯⟺[x=y∨x≺y]
is a partial ordering
- Note: every partial ordering induces a strict partial ordering, given a 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
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
Notes
References
|