%------------------------------------------------------------------------- % % Definitions of asymmetric? and order?, along with judgements for the % properties that binary relations may have. Alfons Geser wrote the % definition of asymmetric?, the judgements dealing with asymmetric?, % and dichotomous_is_trichotomous in Oct. 2004. Jerry James wrote the % rest at various times. % % For PVS version 3.2. February 23, 2005 % --------------------------------------------------------------------- % Author: Alfons Geser (geser@nianet.org), National Institute of Aerospace % Author: Jerry James (jamesj@acm.org), University of Kansas % % EXPORTS % ------- % prelude: orders[T], relations[T] % orders: relations_extra[T] % %-------------------------------------------------------------------------
relations_extra[T: TYPE]: THEORY
% ========================================================================== % Orders: a generalization of partial and strict orders % ==========================================================================
order?(R): bool = transitive?(R) AND antisymmetric?(R)
% ========================================================================== % Linear orders: a generalization of total and strict_total orders % ==========================================================================
linear_order?(R): bool = order?(R) AND trichotomous?(R)
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.9Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.