%------------------------------------------------------------------------- % % There is an injective (surjective) map between any pair of sets. % We have to special case empty sets because, if the range is empty, % there is NO function from nonempty D to R. % % For PVS version 3.2. January 18, 2005 % --------------------------------------------------------------------- % Author: Jerry James (jamesj@acm.org), University of Kansas % % EXPORTS % ------- % prelude: sets_lemmas[D] % orders: set_dichotomous[D, R] % %-------------------------------------------------------------------------
set_dichotomous[D: TYPE, R: TYPE]: THEORY
% ========================================================================== % Declarations used for the proofs only % ==========================================================================
subset_injection: TYPE = [S: set[D], (injective?[(S), 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.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.