Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/ints/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 185 B image not shown  

Quellcode-Bibliothek Pred.thy   Sprache: Isabelle

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


section \<open>Logical Connectives lifted to predicates\<close>

theory Pred
imports Main
begin

default_sort type

type_synonym 'a predicate = "'\<Rightarrow> bool"

definition satisfies :: "'a \ 'a predicate \ bool" (\_ \ _\ [100, 9] 8)
  where "(s \ P) \ P s"

definition valid :: "'a predicate \ bool" (\\ _\ [9] 8)
  where "(\ P) \ (\s. (s \ P))"

definition Not :: "'a predicate \ 'a predicate" (\\<^bold>\ _\ [40] 40)
  where NOT_def: "Not P s \ \ P s"

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

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

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

end

100%


¤ 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.0.11Bemerkung:  (vorverarbeitet)  ¤

*Bot Zugriff






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 ist noch experimentell.