Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Lemmas.thy

  Sprache: Isabelle
 

(*  Title:      HOL/HOLCF/IOA/ABP/Lemmas.thy
    Author:     Olaf Müller
*)


theory Lemmas
imports Main
begin

subsection Logic

lemma and_de_morgan_and_absorbe: "(¬(AB)) = ((¬A)B ¬B)"
  by blast

lemma bool_if_impl_or: "(if C then A else B) (AB)"
  by auto

lemma exis_elim: "(x. x=P Q(x)) = Q(P)"
  by blast


subsection Sets

lemma set_lemmas:
    "f(x) (x. {f(x)})"
    "f x y (x y. {f x y})"
    "a. (x. a f(x)) ==> a (x. {f(x)})"
    "a. (x y. a f x y) ==> a (x y. {f x y})"
  by auto

text 2 Lemmas to add to set_lemmas, used also for action handling,
 namely for Intersections and the empty list (compatibility of IOA!).

lemma singleton_set: "(b.{x. x=f(b)}) = (b.{f(b)})"
  by blast

lemma de_morgan: "((AB)=False) = ((¬A)(¬B))"
  by blast


subsection Lists

lemma cons_not_nil: "l [] (x xs. l = (x#xs))"
  by (induct l) simp_all

end

Messung V0.5 in Prozent
C=85 H=100 G=92

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-23) ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002