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

SSL Tacticals.thy

  Interaktion und
PortierbarkeitIsabelle
 

theory Tacticals imports Main begin

textREPEAT
lemma "[PQ; QR; RS; P] ==> S"
apply (drule mp, assumption)
apply (drule mp, assumption)
apply (drule mp, assumption)
apply (assumption)
done

lemma "[PQ; QR; RS; P] ==> S"
by (drule mp, assumption)+

textORELSE with REPEAT
lemma "[QR; PQ; x<5P; Suc x < 5] ==> R" 
by (drule mp, (assumption|arith))+

textexercise: what's going on here?
lemma "[PQR; PQ; P] ==> R"
by (drule mp, (intro conjI)?, assumption+)+

textdefer and prefer

lemma "hard (P ~P) (QQ)"
apply (intro conjI)    @{subgoals[display,indent=0,margin=65]}
defer 1    @{subgoals[display,indent=0,margin=65]}
apply blast+    @{subgoals[display,indent=0,margin=65]}
oops

lemma "ok1 ok2 doubtful"
apply (intro conjI)    @{subgoals[display,indent=0,margin=65]}
prefer 3    @{subgoals[display,indent=0,margin=65]}
oops

lemma "bigsubgoal1 bigsubgoal2 bigsubgoal3 bigsubgoal4 bigsubgoal5 bigsubgoal6"
apply (intro conjI)    @{subgoals[display,indent=0,margin=65]}
txt@{subgoals[display,indent=0,margin=65]}
  total of 6 subgoals...
 

oops



(*needed??*)

lemma "(PQ) (RS) ==> PP"
apply (elim conjE disjE)
oops

lemma "((PQ) R) (Q (PS)) ==> PP"
apply (elim conjE)
oops

lemma "((PQ) R) (Q (PS)) ==> PP"
apply (erule conjE)+
oops

end

Messung V0.5 in Prozent
C=76 H=100 G=88

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.9Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-06-30) ¤

*Eine klare Vorstellung vom Zielzustand






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.