%------------------------------------------------------------------------- % % Monotonically increasing, decreasing, nonincreasing, and nondecreasing % functions. % % For PVS version 3.2. January 13, 2005 % --------------------------------------------------------------------- % Author: Jerry James (jamesj@acm.org), University of Kansas % % EXPORTS % ------- % prelude: orders[D], orders[R], relation_props2[D, D, D, D], % relation_props2[R, R, R, R], relations[D], relations[R] % orders: closure_ops[D], closure_ops[R], indexed_sets_extra, % monotone_functions[D,R], relation_iterate[D], relation_iterate[R], % relations_extra[D], relations_extra[R] % %-------------------------------------------------------------------------
monotone_functions[D: TYPE, R: TYPE]: THEORY BEGIN
IMPORTING closure_ops[D], closure_ops[R]
d1, d2: VAR D
r1, r2: VAR R
f: VAR [D -> R]
Drel: VAR pred[[D, D]]
Rrel: VAR pred[[R, R]]
Dtot: VAR (total_order?[D])
Dstr: VAR (strict_total_order?[D])
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.