Definition. Preorder relation [002a]

A preorder relation is a binary relation \(\preceq \) on a set \(S\) that is both reflexive and transitive. This means that for all elements \(a, b, c \in S\), the following conditions hold:(1)

  • \(x \preceq x\) (Reflexivity): Every element is related to itself.
  • \(a \preceq b \land b \preceq c \to a \preceq c\) (Transitivity): If an element \(a\) is related to \(b\), and \(b\) is related to \(c\), then \(a\) is also related to \(c\).

We denote the case of \(x\) and \(y\) being equivalent using the notation \(\equiv \) under the following conditions

\[ x \equiv y \iff x \preceq y \land y \preceq x \]