2026-08-28·by Sijie Wang#idea#math

total-order

Total (linear) order

Parent: basic-orders

Total order

A partial-order that is total: any two elements are comparable (a≤b or b≤a). No incomparability — the whole set is one chain.

Its Hasse diagram is just a line (every element above or below every other):

Examples: on , , ; lexicographic / dictionary order; ASCII order on characters.

Facts: every finite total order of size n is isomorphic to {1,…,n}; a total order plus well-foundedness is a well-order (the ordinals). The strict version (<) satisfies trichotomy: for any a,b, exactly one of a<b, a=b, b<a — see strict-order.

about this entry

One of sijie's wiki entries. The AI on this site is grounded in the same corpus and answers in sijie's voice, with citations back to entries like this one — answering costs sijie money, so it waits behind a code: enter an access code →

total-order