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

Quelle  Pred.thy

  Sprache: Isabelle
 

(*  Title:      HOL/HOLCF/IOA/Pred.thy
    Author:     Olaf Müller
*)


section Logical Connectives lifted to predicates

theory Pred
imports Main
begin

default_sort type

type_synonym 'a predicate = "'a bool"

definition satisfies :: "'a 'a predicate bool"  (_ _ [10098)
  where "(s P) P s"

definition valid :: "'a predicate bool"  (⊨!!! _ [98)
  where "(⊨!!! P) (s. (s P))"

definition Not :: "'a predicate 'a predicate"  (\¬ _ [4040)
  where NOT_def: "Not P s ¬ P s"

definition AND :: "'a predicate 'a predicate 'a predicate"  (infixr \ 35)
  where "(P \<and> Q) s P s Q s"

definition OR :: "'a predicate 'a predicate 'a predicate"  (infixr \ 30)
  where "(P \<or> Q) s P s Q s"

definition IMPLIES :: "'a predicate 'a predicate 'a predicate"  (infixr \ 25)
  where "(P \<longrightarrow> Q) s P s Q s"

end

Messung V0.5 in Prozent
C=77 H=100 G=89

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-30) ¤

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