Section 3: Relations
A relation on
is a subset
, where
means
.
Properties
- Comparability (C): for every and , either or or .
- Reflexivity (R): for every .
- Nonreflexivity (nR): never holds.
- Symmetry (S): if then .
- Antisymmetry (aS): if then not .
- Transitivity (T): if and then .
- Negative Transitivity (nT): if not and not then not .
Definitions
- An equivalence relation ( ) satisfies RST. It is equivalent to partitioning of the set to the equivalence classes.
-
An order relation (or a simple order, or a linear order;
) satisfies CnRT.
- A strict partial order satisfies nRT.
- An open interval is the set . If it is empty is the immediate predecessor of , and is the immediate successor of .
- Two order relations have same order types if there is a bijection between them that preserves the order.
- The dictionary order relation on is defined as iff , or and .
- Other terms defined for orders: a set bounded above/below, upper/lower bounds, the largest/smallest elements, the supremum and infimum, the least upper/greatest lower bound property.
Some facts
- Restriction of an equivalence/order relation is an equivalence/order relation.
- An ordered set has the least upper bound property iff it has the greatest lower bound property.