Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/LCF/ex/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 16.11.2025 mit Größe 791 B image not shown  

Quelle  Ex2.thy   Sprache: Isabelle

 
section Example 3.8

theory Ex2
imports "../LCF"
begin

axiomatization
  P     :: "'a \ tr" and
  F     :: "'b \ 'b" and
  G     :: "'a \ 'a" and
  H     :: "'a \ 'b \ 'b" and
  K     :: "('a \ 'b \ 'b) \ ('a \ 'b \ 'b)"
where
  F_strict:     "F(UU) = UU" and
  K:            "K = (\h x y. P(x) \ y | F(h(G(x),y)))" and
  H:            "H = FIX(K)"

declare F_strict [simp] K [simp]

lemma example: "\x. F(H(x::'a,y::'b)) = H(x,F(y))"
  apply (simplesubst H)
  apply (induct "K:: ('a\'b\'b) \ ('a\'b\'b)")
  apply simp
  apply (simp split: COND_cases_iff)
  done

end

Messung V0.5
C=93 H=99 G=95

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






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.