products/sources/formale sprachen/Isabelle/LCF/ex image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: polynomials.prf   Sprache: Isabelle

Original von: Isabelle©

section \<open>Example 3.8\<close>

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

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

Eigene Datei ansehen




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 ist noch experimentell.


Bot Zugriff