Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/TRS/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 1 kB image not shown  

SSL IUnion_extra.pvs

  Interaktion und
PortierbarkeitPVS
 

%%-------------------** Term Rewriting System (TRS) **------------------------
%%                                                                          
%% Authors         : Andre Luiz Galdino 
%%                   Universidade Federal de Goiás - Brasil
%%
%%                         and 
%%
%%                   Mauricio Ayala Rincon  
%%                   Universidade de Brasília - Brasil  
%%       
%% Last Modified On: March 24, 2008                                      
%%                                                                          
%%----------------------------------------------------------------------------


IUnion_extra[T: TYPE]: THEORY
  BEGIN


                   i, n: VAR nat
                   x, y: VAR T
                   A, B, 
                   C, D: VAR set[T]


%%%%%%%%%%%% Defining the finite set 1 <= i <= n %%%%%%%%%%%%%%%%%%%%%%%%%%


  upto?(n: posnat): NONEMPTY_TYPE = {i: posnat | i <= n} CONTAINING n



%%%%%%%%%%%% Auxiliar Properties %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  disjoint_subset: LEMMA subset?(A,B) & subset?(C,D) & disjoint?(B,D) 
                            => disjoint?(A,C)

  disjoint_commute: LEMMA disjoint?(A,B) => disjoint?(B,A)

  IUnion_of_finite_is_finite: LEMMA
    FORALL (n: posnat, (f:[upto?(n) -> set[T]])):
      (FORALL (i: upto?(n)): is_finite(f(i)))
       => is_finite(IUnion(LAMBDA (i: upto?(n)): f(i)))


  IUnion_of_finite_is_finite1: LEMMA
    FORALL (n: posnat, (f:[below[n] -> set[T]])):
      (FORALL (i: below[n]): is_finite(f(i)))
       => is_finite(IUnion(LAMBDA (i: below[n]): f(i)))

END IUnion_extra

Messung V0.5 in Prozent
C=71 H=34 G=55

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.24Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-04-26) ¤

*Eine klare Vorstellung vom Zielzustand






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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 und die Messung sind noch experimentell.