When a relation links a set to itself (R ⁣:AAR\colon A\to A) it may enjoy some notable properties, which classify it into important families.

Property — Properties of a relation

A relation RR on a set AA can be:

  • Reflexive: for every aAa\in A, aRaa\mathbin{R} a (every element is related to itself).
  • Symmetric: if aRba\mathbin{R} b then bRab\mathbin{R} a (every arrow has a corresponding opposite arrow).
  • Antisymmetric: if aRba\mathbin{R} b and bRab\mathbin{R} a then a=ba=b (arrows there and back only on the loop).
  • Transitive: if aRba\mathbin{R} b and bRcb\mathbin{R} c then aRca\mathbin{R} c.

A reflexive, symmetric and transitive relation is an equivalence relation; a reflexive, antisymmetric and transitive one is an order relation.

The two combinations give rise to the two great families of relations we shall study: equivalences, which group together similar elements, and orders, which line them up.

Topics: Set theory
Concepts: Relation · Order relation · Equivalence relation