%------------------------------------------------------------------------------ % % These are properties of bounded partial orders. Because we're importing the % the partial order, it needn't clutter up the theories. % % We're defining the least_upper_bound and greatest_lower_bound operators % (lub(S) and glb(S) respectively) for all suitable sets S. Notice that they % needn't be nonempty. % %------------------------------------------------------------------------------
bounded_order_props[T:TYPE,<=:(partial_order?[T])]: THEORY
BEGIN
IMPORTING sets[T], bounded_orders[T]
x,y: VAR T
S,A,B: VAR set[T]
above?(A,B): bool = FORALL (x:(B)): EXISTS (y:(A)): x <= y
below?(A,B): bool = FORALL (x:(B)): EXISTS (y:(A)): y <= x
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.