Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/Call_Arity/     Datei vom 29.4.2026 mit Größe 925 B image not shown  

Quelle  ConstOn.thy

  Sprache: Isabelle
 

theory ConstOn
imports Main
begin

definition const_on :: "('a ==> 'b) ==> 'a set ==> 'b ==> bool"
  where "const_on f S x = ( y S . f y = x)"

lemma const_onI[intro]: "(y. y S ==> f y = x) ==> const_on f S x"
  by (simp add: const_on_def)

lemma const_onD[dest]: "const_on f S x ==> y S ==> f y = x"
  by (simp add: const_on_def)

(*
lemma const_onE[elim]: "const_on f S r ==> x : S ==> r = r' ==> f x = r'" 
*)


lemma const_on_insert[simp]: "const_on f (insert x S) y const_on f S y f x = y"
   by auto

lemma const_on_union[simp]: "const_on f (S S') y const_on f S y const_on f S' y"
  by auto

lemma const_on_subset[elim]: "const_on f S y ==> S' S ==> const_on f S' y"
  by auto


end

Messung V0.5 in Prozent
C=91 H=97 G=93

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-06-13) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen



NIST Cobol Testsuite



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.