products/sources/formale sprachen/PVS/sets_aux image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: countable_indexed_sets.pvs   Sprache: PVS

Original von: PVS©

%------------------------------------------------------------------------------
% Transforming Union to IUnion and Intersection to IIntersection
%
%     Author: David Lester, Manchester University
%
%     Version 1.0            14/06/09  Initial Version
%------------------------------------------------------------------------------
countable_indexed_sets[T: TYPE]: THEORY

BEGIN

  IMPORTING indexed_sets_aux[nat,T],
            countability

  X:  VAR set[T]
  XS: VAR setofsets[T]
  YS: VAR sequence[set[T]]
  n:  VAR nat

  Union_IUnion: LEMMA is_countable(XS) =>
                      EXISTS YS: Union(XS) = IUnion(YS) AND 
                                 FORALL n: empty?(YS(n)) OR XS(YS(n))

  Intersection_IIntersection:
                LEMMA is_countable(XS) =>
                      EXISTS YS: Intersection(XS) = IIntersection(YS) AND
                                 FORALL n: full?(YS(n)) OR XS(YS(n))

END countable_indexed_sets

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

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.


Bot Zugriff