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

Quelle  finite_bags_inductions.pvs

  Sprache: PVS
 

finite_bags_inductions[T: TYPE]: THEORY
%-------------------------------------------------------------------------
%
%  Induction scheme for finite bags, plural in name of this theory is 
%  misleading at this moment.
%
%    Author:  David Griffioen.      (CWI Amsterdam and KUN)
%
%-------------------------------------------------------------------------
BEGIN

  IMPORTING finite_bags_aux[T]

  x:  VAR T
  b:  VAR finite_bag
  pb: VAR pred[finite_bag[T]]
  n:  VAR nat

  cardinal_induction: LEMMA
     (FORALL b : pb(b)) IFF (FORALL n, b : card(b) = n IMPLIES pb(b)) 

  finite_bag_induction: THEOREM
          (FORALL pb: (pb(emptybag[T]) AND 
                      (FORALL x,b: pb(b) IMPLIES pb(insert(x,b))))
                      IMPLIES (FORALL b: pb(b)))

END finite_bags_inductions

Messung V0.5 in Prozent
C=71 H=53 G=62

¤ 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.