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

Quelle  StateSpaceLocale.thy

  Sprache: Isabelle
 

(*  Title:      HOL/Statespace/StateSpaceLocale.thy
  Author: Norbert Schirmer, TU Muenchen
*)

section Setup for State Space Locales \label{sec:StateSpaceLocale}

theory StateSpaceLocale imports StateFun 
keywords "statespace" :: thy_defn
begin

ML_file state_space.ML
ML_file state_fun.ML

text For every type that is to be stored in a state space, an
 instance of this locale is imported in order convert the abstract and
 concrete values.


locale project_inject =
 fixes project :: "'value ==> 'a"
  and inject :: "'a ==> 'value"
 assumes project_inject_cancel [statefun_simp]: "project (inject x) = x"
begin

lemma ex_project [statefun_simp]: "v. project v = x"
proof
  show "project (inject x) = x"
    by (rule project_inject_cancel)
qed

lemma project_inject_comp_id [statefun_simp]: "project inject = id"
  by (rule ext) (simp add: project_inject_cancel)

lemma project_inject_comp_cancel[statefun_simp]: "f project inject = f"
  by (rule ext) (simp add: project_inject_cancel)

end

end

Messung V0.5 in Prozent
C=80 H=91 G=85

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-04-26) ¤

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