Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  Interp.thy

  Sprache: Isabelle
 

(******************************************************************************)
(* Project: The Isabelle/UTP Proof System                                     *)
(* File: Interp.thy                                                           *)
(* Authors: Simon Foster and Frank Zeyda                                      *)
(* Emails: simon.foster@york.ac.uk frank.zeyda@york.ac.uk                     *)
(******************************************************************************)
(* LAST REVIEWED: 7/12/2016 *)

section Interpretation Tools

theory Interp
imports Main
begin

subsection Interpretation Locale

locale interp =
fixes f :: "'a 'b"
assumes f_inj : "inj f"
begin
lemma meta_interp_law:
"(P. PROP Q P) (P. PROP Q (P o f))"
  apply (rule equal_intr_rule)
     Subgoal 1
   apply (drule_tac x = "P o f" in meta_spec)
   apply (assumption)
     Subgoal 2
  apply (drule_tac x = "P o inv f" in meta_spec)
  apply (simp add: f_inj)
done

lemma all_interp_law:
"(P. Q P) = (P. Q (P o f))"
  apply (safe)
     Subgoal 1
   apply (drule_tac x = "P o f" in spec)
   apply (assumption)
     Subgoal 2
  apply (drule_tac x = "P o inv f" in spec)
  apply (simp add: f_inj)
done

lemma exists_interp_law:
"(P. Q P) = (P. Q (P o f))"
  apply (safe)
     Subgoal 1
   apply (rule_tac x = "P o inv f" in exI)
   apply (simp add: f_inj)
     Subgoal 2
  apply (rule_tac x = "P o f" in exI)
  apply (assumption)
done
end
end

Messung V0.5 in Prozent
C=73 H=95 G=84

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-07-02) ¤

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

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik