Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/Isabelle/Doc/Logics_ZF/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 16.11.2025 mit Größe 1 kB image not shown  

Quelle  FOL_examples.thy   Sprache: Isabelle

 
sectionExamples of Classical Reasoning

theory FOL_examples imports FOL begin

lemma "EX y. ALL x. P(y)-->P(x)"
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (rule exCI)
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (rule allI)
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (rule impI)
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (erule allE)
  🍋 @{subgoals[display,indent=0,margin=65]}
txtsee below for allI combined with swap
apply (erule allI [THEN [2] swap])
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (rule impI)
  🍋 @{subgoals[display,indent=0,margin=65]}
apply (erule notE)
  🍋 @{subgoals[display,indent=0,margin=65]}
apply assumption
done

text 
@{thm[display] allI [THEN [2] swap]}


lemma "EX y. ALL x. P(y)-->P(x)"
by blast

end



Messung V0.5
C=95 H=97 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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