%------------------------------------------------------------------------------ % Properties of Lifted Orders % % Author: David Lester <dlester@cs.man.ac.uk> Manchester University % % We define a lifting operator on relations, and show that this operation % preserves directed completeness and pointedness. % % Version 1.0 03/30/06 %------------------------------------------------------------------------------
lifted_orders[T:TYPE]: THEORY
BEGIN
rel: VAR pred[[T,T]]
x,y: VAR lift[T]
IMPORTING lift_props[T]
lift(rel)(x,y):bool = (NOT up?(x)) OR (up?(y) AND rel(down(x),down(y)))
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.