Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/LCF/ex/   (Isabelle Prover 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 in Prozent
C=97 H=100 G=98

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

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