Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/PLM/   (Sammlung formaler Beweise Version 2026-5©)  Datei vom 31.4.2026 mit Größe 6 kB image not shown  

Quelle  TAO_8_Definitions.thy

  Sprache: Isabelle
 

(*<*)
theory TAO_8_Definitions
imports TAO_7_Axioms
begin
(*>*)

sectionDefinitions
text\label{TAO_Definitions}

subsectionProperty Negations

consts propnot :: "'a==>'a" (_- [9090)
overloading propnot0  "propnot :: Π0==>Π0"
            propnot1  "propnot :: Π1==>Π1"
            propnot2  "propnot :: Π2==>Π2"
            propnot3  "propnot :: Π3==>Π3"
begin
  definition propnot0 :: 0==>Π0" where
    "propnot0 λ p . \<lambda>0 (\<not>p)"
  definition propnot1 where
    "propnot1 λ F . \<lambda> x . \<not>(F, xP)"
  definition propnot2 where
    "propnot2 λ F . \<lambda>2 (λ x y . \<not>(F, xP, yP))"
  definition propnot3 where
    "propnot3 λ F . \<lambda>3 (λ x y z . \<not>(F, xP, yP, zP))"
end

named_theorems propnot_defs
declare propnot0_def[propnot_defs] propnot1_def[propnot_defs]
        propnot2_def[propnot_defs] propnot3_def[propnot_defs]

subsectionNoncontingent and Contingent Relations

consts Necessary :: "'a==>o"
overloading Necessary0  "Necessary :: Π0==>o"
            Necessary1  "Necessary :: Π1==>o"
            Necessary2  "Necessary :: Π2==>o"
            Necessary3  "Necessary :: Π3==>o"
begin
  definition Necessary0 where
    "Necessary0 λ p . \<box>p"
  definition Necessary1 :: 1==>o" where
    "Necessary1 λ F . \<box>(\<forall> x . (F,xP))"
  definition Necessary2 where
    "Necessary2 λ F . \<box>(\<forall> x y . (F,xP,yP))"
  definition Necessary3 where
    "Necessary3 λ F . \<box>(\<forall> x y z . (F,xP,yP,zP))"
end

named_theorems Necessary_defs
declare Necessary0_def[Necessary_defs] Necessary1_def[Necessary_defs]
        Necessary2_def[Necessary_defs] Necessary3_def[Necessary_defs]

consts Impossible :: "'a==>o"
overloading Impossible0  "Impossible :: Π0==>o"
            Impossible1  "Impossible :: Π1==>o"
            Impossible2  "Impossible :: Π2==>o"
            Impossible3  "Impossible :: Π3==>o"
begin
  definition Impossible0 where
    "Impossible0 λ p . \<box>\<not>p"
  definition Impossible1 where
    "Impossible1 λ F . \<box>(\<forall> x. \<not>(F,xP))"
  definition Impossible2 where
    "Impossible2 λ F . \<box>(\<forall> x y. \<not>(F,xP,yP))"
  definition Impossible3 where
    "Impossible3 λ F . \<box>(\<forall> x y z. \<not>(F,xP,yP,zP))"
end

named_theorems Impossible_defs
declare Impossible0_def[Impossible_defs] Impossible1_def[Impossible_defs]
        Impossible2_def[Impossible_defs] Impossible3_def[Impossible_defs]

definition NonContingent where
  "NonContingent λ F . (Necessary F) \<or> (Impossible F)"
definition Contingent where
  "Contingent λ F . \<not>(Necessary F \<or> Impossible F)"

definition ContingentlyTrue :: "o==>o" where
  "ContingentlyTrue λ p . p & \<diamond>\<not>p"
definition ContingentlyFalse :: "o==>o" where
  "ContingentlyFalse λ p . \<not>p & \<diamond>p"

definition WeaklyContingent where
  "WeaklyContingent λ F . Contingent F & (\<forall> x. \<diamond>(F,xP) \<rightarrow> \<box>(F,xP))"

subsectionNull and Universal Objects

definition Null :: ==>o" where
  "Null λ x . (A!,x) & \<not>(\<exists> F . {x, F})"
definition Universal :: ==>o" where
  "Universal λ x . (A!,x) & (\<forall> F . {x, F})"

definition NullObject :: "κ" (a\where
  "NullObject (\<iota>x . Null (xP))"
definition UniversalObject :: "κ" (aVwhere
  "UniversalObject (\<iota>x . Universal (xP))"

subsectionPropositional Properties

definition Propositional where
  "Propositional F \<exists> p . F = (\<lambda> x . p)"

subsectionIndiscriminate Properties

definition Indiscriminate :: 1==>o" where
  "Indiscriminate λ F . \<box>((\<exists> x . (F,xP)) \<rightarrow> (\<forall> x . (F,xP)))"

subsectionMiscellaneous

definition not_identicalE :: ==>κ==>o" (infixl \E 63)
  where "not_identicalE λ x y . ((\<lambda>2 (λ x y . xP =E yP))-, x, y)"

(*<*)
end
(*>*)

Messung V0.5 in Prozent
C=87 H=100 G=93

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

*© Formatika GbR, Deutschland






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 und die Messung sind noch experimentell.