Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/GPU_Kernel_PL/   (Archive of formal Proofs Version 2026-5©)  Datei vom 29.4.2026 mit Größe 743 B image not shown  

Quelle  Misc.thy

  Sprache: Isabelle
 

section General purpose definitions and lemmas

theory Misc imports 
  Main
begin

text A handy abbreviation when working with maps
abbreviation make_map :: "'a set 'b ('a 'b)" ([ _ |=> _ ])
where
  "[ks |=> v] λk. if k ks then Some v else None"

text Projecting the components of a triple
definition "fst3 fst"
definition "snd3 fst snd"
definition "thd3 snd snd"

lemma fst3_simp [simp]: "fst3 (a,b,c) = a" by (simp add: fst3_def)
lemma snd3_simp [simp]: "snd3 (a,b,c) = b" by (simp add: snd3_def)
lemma thd3_simp [simp]: "thd3 (a,b,c) = c" by (simp add: thd3_def)

end

Messung V0.5 in Prozent
C=81 H=100 G=90

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-07-01) ¤

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