About Ordering Theory
Properties of various ordering
- Preorder
- reflexive
- transitive
- Partial order(non-strict)
- reflexive
- antisymmetric
- transitive.
- Partial order(strict)
- irreflexive
- antisymmetric
- transitive.
- Total order
- total
- antisymmetric
- transivtive
- Strict weak orderings(strict partial order and transitivityOfIncomparability)
- irreflexive
- antisymmetric
- transitivity
- transitivityOfIncomparability
- Well-order(total order and every non-empty subset of S has a leat element)
- total
- antisymmetric
- transivtive
- leastOfSubset
Some definition
Suppose P is a set and R(<=) is a relation on P, then we have following definition, for all a, b, c in P:
- reflexive:
a<=a
- antisymmetric:
if a<=b and b<=a then a=b(if a<=b and a!=b then b<=a must NOT hold)
- transitivity:
if a<=b and b<=c then a<=c
- totality:
a<=b or b<=a (it deduces reflexive)
- comparability(a, b):
a<b or a<b
- incomparability(a, b):
neither a<b nor b<a
- transitivityOfIncomparability:
for all a, b ,c, if incomparability(a,b) and incomparability(b,c), then incomparability(a,c)
- leastOfSubset:
for all non-empty subset A of S, there exits a least element is A
- irreflexive:
not a<=a
About strict <==> non-strict
If a non-strict partial order, then the corresponding non-strict partial order is the reflexive closure given by: if .
Conversely, strict ==> non-strict: if .
Leave a Comment
Your email address will not be published. Required fields are marked *