% every above (below) bounded, non-empty set of integers has a greatest % (least) element. This also holds for any subtype T of the integers. % % Author: Alfons Geser (geser@nianet.org), National Institute of Aerospace % Date: 2003/04 % % remove_greatest, remove_greatest_monotone, intersection_greatest, and % intersection_least added 13 Jan 2005 by Jerry James (jamesj@acm.org), % University of Kansas
bounded_integers[T: TYPEFROM int]: THEORY
BEGIN
IMPORTING
non_empty_bounded_sets[T]
Su, Su1, Su2: VAR (non_empty_bounded_above?)
Sl, Sl1, Sl2: VAR (non_empty_bounded_below?)
i, j: VAR T
S: VAR set[T]
c: VAR nat
non_empty_bounded_above_has_greatest_lem: LEMMA
S(i) & upper_bound?[T](j, S, <=) & c = j - i => has_greatest?(S, <=)
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.