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

Quelle  IUnion_extra.pvs

  Sprache: PVS
 

%%-------------------** 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

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-14) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.