Home

totaalorde

Totaalorde, in mathematics, refers to the concept of a linear order. A total order on a set S is a binary relation ≤ that makes (S, ≤) a partially ordered set and, in addition, guarantees comparability: for any a and b in S, either a ≤ b or b ≤ a. Equivalently, a total order is a partial order with the extra property that every pair of elements is comparable. The relation is reflexive, antisymmetric, and transitive. A related notion is the strict total order, denoted <, which is irreflexive and transitive, and for any distinct a and b, exactly one of a < b or b < a holds.

Examples of total orders include the natural numbers with the usual ≤, the integers with ≤, the real

Key properties of total orders include that any two elements have a minimum and a maximum, namely

Applications of totaalorde include sorting data, defining ranking and precedence, and studying order types and isomorphisms

numbers
with
≤,
and
the
standard
alphabetical
or
lexicographic
order
on
words
or
strings.
Not
all
relations
are
total
orders;
for
instance,
the
divisibility
relation
on
positive
integers
is
not
total
because
some
pairs
are
incomparable.
the
infimum
and
supremum
within
the
pair.
Finite
totally
ordered
sets
always
have
a
least
and
a
greatest
element.
Not
every
totally
ordered
set
is
a
well-order,
which
would
require
every
nonempty
subset
to
have
a
least
element;
well-ordering
is
a
stronger
condition
requiring
a
form
of
induction.
between
ordered
sets.
In
many
areas
of
mathematics,
total
orders
provide
a
canonical
framework
for
comparing
elements
and
for
constructing
algorithms
that
rely
on
a
complete
comparison
between
items.