ordningsrelation
An ordningsrelation, or order relation, is a fundamental concept in mathematics and computer science that describes a way to compare elements within a set. It is a binary relation that satisfies three specific properties: reflexivity, antisymmetry, and transitivity. Reflexivity means that every element in the set is related to itself. Antisymmetry states that if element 'a' is related to element 'b', and element 'b' is related to element 'a', then 'a' and 'b' must be the same element. Transitivity implies that if element 'a' is related to element 'b', and element 'b' is related to element 'c', then element 'a' must also be related to element 'c'.
A common example of an ordningsrelation is the "less than or equal to" relation (≤) on the set
Strictly weaker relations, known as strict order relations, relax the reflexivity property. A strict order relation