total ordering

from The Free On-line Dictionary of Computing (8 July 2008)
total ordering

   <mathematics> A {relation} R on a set A which is a {partial
   ordering}; i.e. it is reflexive (xRx), transitive (xRyRz =>
   xRz) and antisymmetric (xRyRx => x=y) and for any two elements
   x and y in A, either x R y or y R x.

   See also {equivalence relation}, {well-ordered}.

   (1995-02-16)
    

[email protected]