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

Quelle  HOL_Base.thy

  Sprache: Isabelle
 

(*
  File: HOL_Base.thy
  Author: Bohua Zhan

  Extra theorems in logic used by auto2.
*)


theory HOL_Base
  imports Main
begin

theorem to_contra_form: "Trueprop A (¬A ==> False)" by (rule equal_intr_rule) auto
theorem to_contra_form': "Trueprop (¬A) (A ==> False)" by (rule equal_intr_rule) auto

theorem contra_triv: "¬A ==> A ==> False" by simp
theorem or_intro1: "¬ (P Q) ==> ¬ P" by simp
theorem or_intro2: "¬ (P Q) ==> ¬ Q" by simp
theorem or_cancel1: "¬Q ==> (P Q) = P" by auto
theorem or_cancel2: "¬P ==> (P Q) = Q" by auto
theorem exE': "(x. P x ==> Q) ==> x. P x ==> Q" by auto
theorem nn_create: "A ==> ¬¬A" by auto
theorem iffD: "A B ==> (A B) (B A)" by auto

theorem obj_sym: "Trueprop (t = s) Trueprop (s = t)" by (rule equal_intr_rule) auto
theorem to_meta_eq: "Trueprop (t = s) (t s)" by (rule equal_intr_rule) auto

theorem inv_backward: "A B ==> ¬A ==> ¬B" by auto
theorem backward_conv: "(A ==> B) (¬B ==> ¬A)" by (rule equal_intr_rule) auto
theorem backward1_conv: "(A ==> B ==> C) (¬C ==> B ==> ¬A)" by (rule equal_intr_rule) auto
theorem backward2_conv: "(A ==> B ==> C) (¬C ==> A ==> ¬B)" by (rule equal_intr_rule) auto
theorem resolve_conv: "(A ==> B) (¬B ==> A ==> False)" by (rule equal_intr_rule) auto

(* Quantifiers: swapping out of ALL or EX *)
theorem swap_ex_conj: "(P (x. Q x)) (x. P Q x)" by auto
theorem swap_all_disj: "(P (x. Q x)) (x. P Q x)" by auto

(* Use these instead of original versions to keep names in abstractions. *)
theorem Bex_def': "(xS. P x) (x. x S P x)" by auto
theorem Ball_def': "(xS. P x) (x. x S P x)" by auto

(* Taking conjunction of assumptions *)
lemma atomize_conjL: "(A ==> B ==> PROP C) (A B ==> PROP C)" by (rule equal_intr_rule) auto

end

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

¤ 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.