Difference between revisions of "Partial ordering"
From Maths
m (→Definition) |
m |
||
Line 26: | Line 26: | ||
* '''Note:''' {{M|\le}}, {{M|\preceq}} or {{M|\subseteq}}<ref group="Warning">I avoid using {{M|\subseteq}} for anything other than denoting [[subset|subsets]], the relation and the set it relates on will go together, so you'll already be using {{M|\subseteq}} to mean subset</ref> are all commonly used for partial relations too. | * '''Note:''' {{M|\le}}, {{M|\preceq}} or {{M|\subseteq}}<ref group="Warning">I avoid using {{M|\subseteq}} for anything other than denoting [[subset|subsets]], the relation and the set it relates on will go together, so you'll already be using {{M|\subseteq}} to mean subset</ref> are all commonly used for partial relations too. | ||
** The corresponding [[strict partial ordering|strict partial orderings]] are {{M|<}}, {{M|\prec}} and {{M|\subset}} | ** The corresponding [[strict partial ordering|strict partial orderings]] are {{M|<}}, {{M|\prec}} and {{M|\subset}} | ||
− | + | ===Alternative definition=== | |
+ | Alternatively, a ''partial order'' is simply a [[preorder]] that is also ''[[Relation#Types_of_relation|anti-symmetric]]'' ({{AKA}} ''[[Relation#Types_of_relation|Identitive]]''), that is to say{{rAITCTHS2010}}: | ||
+ | * Given a preorder in {{M|X}}, so a {{M|\preceq}} such that {{M|\preceq\subseteq X\times X}}, then {{M|\preceq}} is also a ''partial order'' if: | ||
+ | * {{M|1=\forall x,y\in X[((x,y)\in\preceq\wedge(y,x)\in\preceq)\implies (x=y)]}} or equivalently | ||
+ | ** {{M|1=\forall x,y\in X[(x\preceq y\wedge y\preceq x)\implies(x=y)]}} | ||
==Induced [[strict partial ordering]]== | ==Induced [[strict partial ordering]]== | ||
Here, let {{M|\preceq}} be a ''partial ordering'' as defined above, then the relation, {{M|\prec}} defined by: | Here, let {{M|\preceq}} be a ''partial ordering'' as defined above, then the relation, {{M|\prec}} defined by: | ||
Line 35: | Line 39: | ||
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. | 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 | * See [[Overview of partial orders]] for more information | ||
+ | ==See also== | ||
+ | * [[Preorder]] - like a partial order except it need not be ''anti-symmetric'' ({{AKA}} ''identitive'') | ||
+ | * [[Strict partial order]] - which induces and is induced by the same ''partial order'', thus an equivalent statement to a partial order | ||
==Notes== | ==Notes== | ||
<references group="Note"/> | <references group="Note"/> | ||
Line 41: | Line 48: | ||
==References== | ==References== | ||
<references/> | <references/> | ||
− | {{Definition|Set Theory|Abstract Algebra}} | + | {{Order theory navbox}} |
+ | {{Definition|Set Theory|Abstract Algebra|Order Theory}} |
Revision as of 09:40, 20 February 2016
- 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)
Contents
[hide]Definition
Given a relation, ⊑ in X (mathematically: ⊑⊆X×X[Note 1]) we say ⊑ is a partial order[1][2][3] 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 (AKA: 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 ⊂
Alternative definition
Alternatively, a partial order is simply a preorder that is also anti-symmetric (AKA Identitive), that is to say[4]:
- Given a preorder in X, so a ⪯ such that ⪯⊆X×X, then ⪯ is also a partial order if:
- ∀x,y∈X[((x,y)∈⪯∧(y,x)∈⪯)⟹(x=y)] or equivalently
- ∀x,y∈X[(x⪯y∧y⪯x)⟹(x=y)]
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
See also
- Preorder - like a partial order except it need not be anti-symmetric (AKA identitive)
- Strict partial order - which induces and is induced by the same partial order, thus an equivalent statement to a partial order
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
References
- Jump up ↑ Analysis - Part 1: Elements - Krzysztof Maurin
- Jump up ↑ Set Theory - Thomas Jech - Third millennium edition, revised and expanded
- Jump up ↑ Real and Abstract Analysis - Edwin Hewitt & Karl Stromberg
- Jump up ↑ An Introduction to Category Theory - Harold Simmons - 1st September 2010 edition
|