Section 3: Problem 1 Solution »

Section 3: Relations

A relation on is a subset , where means .

Properties

  1. Comparability (C): for every and , either or or .
  2. Reflexivity (R): for every .
  3. Nonreflexivity (nR): never holds.
  4. Symmetry (S): if then .
  5. Antisymmetry (aS): if then not .
  6. Transitivity (T): if and then .
  7. 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.