src/HOL/SMT.thy
author blanchet
Fri, 28 Jul 2017 15:36:32 +0100
changeset 66298 5ff9fe3fee66
parent 61799 4cf66f21b764
child 66323 c41642bc1ebb
permissions -rw-r--r--
introduced option for nat-as-int in SMT
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
     1
(*  Title:      HOL/SMT.thy
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
     2
    Author:     Sascha Boehme, TU Muenchen
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
     3
*)
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
     4
61626
c304402cc3df recovered from a9c0572109af;
wenzelm
parents: 61611
diff changeset
     5
section \<open>Bindings to Satisfiability Modulo Theories (SMT) solvers based on SMT-LIB 2\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
     6
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
     7
theory SMT
57230
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
     8
imports Divides
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
     9
keywords "smt_status" :: diag
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    10
begin
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    11
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    12
subsection \<open>A skolemization tactic and proof method\<close>
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    13
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    14
lemma choices:
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    15
  "\<And>Q. \<forall>x. \<exists>y ya. Q x y ya \<Longrightarrow> \<exists>f fa. \<forall>x. Q x (f x) (fa x)"
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    16
  "\<And>Q. \<forall>x. \<exists>y ya yb. Q x y ya yb \<Longrightarrow> \<exists>f fa fb. \<forall>x. Q x (f x) (fa x) (fb x)"
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    17
  "\<And>Q. \<forall>x. \<exists>y ya yb yc. Q x y ya yb yc \<Longrightarrow> \<exists>f fa fb fc. \<forall>x. Q x (f x) (fa x) (fb x) (fc x)"
58598
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    18
  "\<And>Q. \<forall>x. \<exists>y ya yb yc yd. Q x y ya yb yc yd \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    19
     \<exists>f fa fb fc fd. \<forall>x. Q x (f x) (fa x) (fb x) (fc x) (fd x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    20
  "\<And>Q. \<forall>x. \<exists>y ya yb yc yd ye. Q x y ya yb yc yd ye \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    21
     \<exists>f fa fb fc fd fe. \<forall>x. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    22
  "\<And>Q. \<forall>x. \<exists>y ya yb yc yd ye yf. Q x y ya yb yc yd ye yf \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    23
     \<exists>f fa fb fc fd fe ff. \<forall>x. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x) (ff x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    24
  "\<And>Q. \<forall>x. \<exists>y ya yb yc yd ye yf yg. Q x y ya yb yc yd ye yf yg \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    25
     \<exists>f fa fb fc fd fe ff fg. \<forall>x. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x) (ff x) (fg x)"
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    26
  by metis+
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    27
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    28
lemma bchoices:
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    29
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya. Q x y ya \<Longrightarrow> \<exists>f fa. \<forall>x \<in> S. Q x (f x) (fa x)"
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    30
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb. Q x y ya yb \<Longrightarrow> \<exists>f fa fb. \<forall>x \<in> S. Q x (f x) (fa x) (fb x)"
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    31
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb yc. Q x y ya yb yc \<Longrightarrow> \<exists>f fa fb fc. \<forall>x \<in> S. Q x (f x) (fa x) (fb x) (fc x)"
58598
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    32
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb yc yd. Q x y ya yb yc yd \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    33
    \<exists>f fa fb fc fd. \<forall>x \<in> S. Q x (f x) (fa x) (fb x) (fc x) (fd x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    34
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb yc yd ye. Q x y ya yb yc yd ye \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    35
    \<exists>f fa fb fc fd fe. \<forall>x \<in> S. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    36
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb yc yd ye yf. Q x y ya yb yc yd ye yf \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    37
    \<exists>f fa fb fc fd fe ff. \<forall>x \<in> S. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x) (ff x)"
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    38
  "\<And>Q. \<forall>x \<in> S. \<exists>y ya yb yc yd ye yf yg. Q x y ya yb yc yd ye yf yg \<Longrightarrow>
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    39
    \<exists>f fa fb fc fd fe ff fg. \<forall>x \<in> S. Q x (f x) (fa x) (fb x) (fc x) (fd x) (fe x) (ff x) (fg x)"
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    40
  by metis+
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    41
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    42
ML \<open>
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    43
fun moura_tac ctxt =
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    44
  Atomize_Elim.atomize_elim_tac ctxt THEN'
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    45
  SELECT_GOAL (Clasimp.auto_tac (ctxt addSIs @{thms choice choices bchoice bchoices}) THEN
58598
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    46
    ALLGOALS (Metis_Tactic.metis_tac (take 1 ATP_Proof_Reconstruct.partial_type_encs)
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    47
        ATP_Proof_Reconstruct.default_metis_lam_trans ctxt [] ORELSE'
d9892c88cb56 strengthened 'moura' method
blanchet
parents: 58481
diff changeset
    48
      blast_tac ctxt))
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    49
\<close>
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    50
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    51
method_setup moura = \<open>
60201
90e88e521e0e made CVC4 support work also without unsat cores
blanchet
parents: 59960
diff changeset
    52
  Scan.succeed (SIMPLE_METHOD' o moura_tac)
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    53
\<close> "solve skolemization goals, especially those arising from Z3 proofs"
58481
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    54
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    55
hide_fact (open) choices bchoices
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    56
62bc7c79212b made 'moura' tactic more powerful
blanchet
parents: 58441
diff changeset
    57
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    58
subsection \<open>Triggers for quantifier instantiation\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    59
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    60
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    61
Some SMT solvers support patterns as a quantifier instantiation
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
    62
heuristics. Patterns may either be positive terms (tagged by "pat")
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    63
triggering quantifier instantiations -- when the solver finds a
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    64
term matching a positive pattern, it instantiates the corresponding
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    65
quantifier accordingly -- or negative terms (tagged by "nopat")
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
    66
inhibiting quantifier instantiations. A list of patterns
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    67
of the same kind is called a multipattern, and all patterns in a
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    68
multipattern are considered conjunctively for quantifier instantiation.
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    69
A list of multipatterns is called a trigger, and their multipatterns
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
    70
act disjunctively during quantifier instantiation. Each multipattern
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    71
should mention at least all quantified variables of the preceding
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    72
quantifier block.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    73
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    74
57230
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    75
typedecl 'a symb_list
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    76
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    77
consts
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    78
  Symb_Nil :: "'a symb_list"
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    79
  Symb_Cons :: "'a \<Rightarrow> 'a symb_list \<Rightarrow> 'a symb_list"
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    80
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    81
typedecl pattern
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    82
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    83
consts
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    84
  pat :: "'a \<Rightarrow> pattern"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    85
  nopat :: "'a \<Rightarrow> pattern"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    86
57230
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    87
definition trigger :: "pattern symb_list symb_list \<Rightarrow> bool \<Rightarrow> bool" where
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
    88
  "trigger _ P = P"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    89
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    90
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    91
subsection \<open>Higher-order encoding\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    92
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    93
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    94
Application is made explicit for constants occurring with varying
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
    95
numbers of arguments. This is achieved by the introduction of the
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    96
following constant.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
    97
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    98
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
    99
definition fun_app :: "'a \<Rightarrow> 'a" where "fun_app f = f"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   100
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   101
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   102
Some solvers support a theory of arrays which can be used to encode
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   103
higher-order functions. The following set of lemmas specifies the
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   104
properties of such (extensional) arrays.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   105
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   106
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   107
lemmas array_rules = ext fun_upd_apply fun_upd_same fun_upd_other  fun_upd_upd fun_app_def
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   108
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   109
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   110
subsection \<open>Normalization\<close>
56103
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   111
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   112
lemma case_bool_if[abs_def]: "case_bool x y P = (if P then x else y)"
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   113
  by simp
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   114
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   115
lemmas Ex1_def_raw = Ex1_def[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   116
lemmas Ball_def_raw = Ball_def[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   117
lemmas Bex_def_raw = Bex_def[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   118
lemmas abs_if_raw = abs_if[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   119
lemmas min_def_raw = min_def[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   120
lemmas max_def_raw = max_def[abs_def]
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   121
66298
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   122
lemma nat_int': "\<forall>n. nat (int n) = n" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   123
lemma int_nat_nneg: "\<forall>i. i \<ge> 0 \<longrightarrow> int (nat i) = i" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   124
lemma int_nat_neg: "\<forall>i. i < 0 \<longrightarrow> int (nat i) = 0" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   125
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   126
lemmas nat_zero_as_int = transfer_nat_int_numerals(1)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   127
lemmas nat_one_as_int = transfer_nat_int_numerals(2)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   128
lemma nat_numeral_as_int: "numeral = (\<lambda>i. nat (numeral i))" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   129
lemma nat_less_as_int: "op < = (\<lambda>a b. int a < int b)" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   130
lemma nat_leq_as_int: "op \<le> = (\<lambda>a b. int a \<le> int b)" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   131
lemma Suc_as_int: "Suc = (\<lambda>a. nat (int a + 1))" by (rule ext) simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   132
lemma nat_plus_as_int: "op + = (\<lambda>a b. nat (int a + int b))" by (rule ext)+ simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   133
lemma nat_minus_as_int: "op - = (\<lambda>a b. nat (int a - int b))" by (rule ext)+ simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   134
lemma nat_times_as_int: "op * = (\<lambda>a b. nat (int a * int b))" by (simp add: nat_mult_distrib)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   135
lemma nat_div_as_int: "op div = (\<lambda>a b. nat (int a div int b))" by (simp add: nat_div_distrib)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   136
lemma nat_mod_as_int: "op mod = (\<lambda>a b. nat (int a mod int b))" by (simp add: nat_mod_distrib)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   137
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   138
lemma int_Suc: "int (Suc n) = int n + 1" by simp
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   139
lemma int_plus: "int (n + m) = int n + int m" by (rule of_nat_add)
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   140
lemma int_minus: "int (n - m) = int (nat (int n - int m))" by auto
5ff9fe3fee66 introduced option for nat-as-int in SMT
blanchet
parents: 61799
diff changeset
   141
56103
6689512f3710 move lemmas to theory file, towards textual proof reconstruction
blanchet
parents: 56102
diff changeset
   142
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   143
subsection \<open>Integer division and modulo for Z3\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   144
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   145
text \<open>
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   146
The following Z3-inspired definitions are overspecified for the case where \<open>l = 0\<close>. This
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   147
Schönheitsfehler is corrected in the \<open>div_as_z3div\<close> and \<open>mod_as_z3mod\<close> theorems.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   148
\<close>
56102
439dda276b3f simpler translation of 'div' and 'mod' for Z3
blanchet
parents: 56101
diff changeset
   149
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   150
definition z3div :: "int \<Rightarrow> int \<Rightarrow> int" where
56102
439dda276b3f simpler translation of 'div' and 'mod' for Z3
blanchet
parents: 56101
diff changeset
   151
  "z3div k l = (if l \<ge> 0 then k div l else - (k div - l))"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   152
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   153
definition z3mod :: "int \<Rightarrow> int \<Rightarrow> int" where
56102
439dda276b3f simpler translation of 'div' and 'mod' for Z3
blanchet
parents: 56101
diff changeset
   154
  "z3mod k l = k mod (if l \<ge> 0 then l else - l)"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   155
56101
blanchet
parents: 56090
diff changeset
   156
lemma div_as_z3div:
56102
439dda276b3f simpler translation of 'div' and 'mod' for Z3
blanchet
parents: 56101
diff changeset
   157
  "\<forall>k l. k div l = (if l = 0 then 0 else if l > 0 then z3div k l else z3div (- k) (- l))"
56101
blanchet
parents: 56090
diff changeset
   158
  by (simp add: z3div_def)
blanchet
parents: 56090
diff changeset
   159
blanchet
parents: 56090
diff changeset
   160
lemma mod_as_z3mod:
56102
439dda276b3f simpler translation of 'div' and 'mod' for Z3
blanchet
parents: 56101
diff changeset
   161
  "\<forall>k l. k mod l = (if l = 0 then k else if l > 0 then z3mod k l else - z3mod (- k) (- l))"
56101
blanchet
parents: 56090
diff changeset
   162
  by (simp add: z3mod_def)
blanchet
parents: 56090
diff changeset
   163
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   164
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   165
subsection \<open>Setup\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   166
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   167
ML_file "Tools/SMT/smt_util.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   168
ML_file "Tools/SMT/smt_failure.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   169
ML_file "Tools/SMT/smt_config.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   170
ML_file "Tools/SMT/smt_builtin.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   171
ML_file "Tools/SMT/smt_datatypes.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   172
ML_file "Tools/SMT/smt_normalize.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   173
ML_file "Tools/SMT/smt_translate.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   174
ML_file "Tools/SMT/smtlib.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   175
ML_file "Tools/SMT/smtlib_interface.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   176
ML_file "Tools/SMT/smtlib_proof.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   177
ML_file "Tools/SMT/smtlib_isar.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   178
ML_file "Tools/SMT/z3_proof.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   179
ML_file "Tools/SMT/z3_isar.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   180
ML_file "Tools/SMT/smt_solver.ML"
58360
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   181
ML_file "Tools/SMT/cvc4_interface.ML"
59015
627a93f67182 parse CVC4 unsat cores
blanchet
parents: 58889
diff changeset
   182
ML_file "Tools/SMT/cvc4_proof_parse.ML"
58360
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   183
ML_file "Tools/SMT/verit_proof.ML"
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   184
ML_file "Tools/SMT/verit_isar.ML"
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   185
ML_file "Tools/SMT/verit_proof_parse.ML"
59381
de4218223e00 more efficient Z3 proof reconstruction for rewrite steps with conjunctions and disjunctions, similar to Old_SMT
boehmes
parents: 59045
diff changeset
   186
ML_file "Tools/SMT/conj_disj_perm.ML"
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   187
ML_file "Tools/SMT/z3_interface.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   188
ML_file "Tools/SMT/z3_replay_util.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   189
ML_file "Tools/SMT/z3_replay_rules.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   190
ML_file "Tools/SMT/z3_replay_methods.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   191
ML_file "Tools/SMT/z3_replay.ML"
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   192
ML_file "Tools/SMT/smt_systems.ML"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   193
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   194
method_setup smt = \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   195
  Scan.optional Attrib.thms [] >>
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   196
    (fn thms => fn ctxt =>
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   197
      METHOD (fn facts => HEADGOAL (SMT_Solver.smt_tac ctxt (thms @ facts))))
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   198
\<close> "apply an SMT solver to the current goal"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   199
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   200
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   201
subsection \<open>Configuration\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   202
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   203
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   204
The current configuration can be printed by the command
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   205
\<open>smt_status\<close>, which shows the values of most options.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   206
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   207
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   208
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   209
subsection \<open>General configuration options\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   210
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   211
text \<open>
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   212
The option \<open>smt_solver\<close> can be used to change the target SMT
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   213
solver. The possible values can be obtained from the \<open>smt_status\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   214
command.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   215
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   216
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   217
declare [[smt_solver = z3]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   218
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   219
text \<open>
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   220
Since SMT solvers are potentially nonterminating, there is a timeout
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   221
(given in seconds) to restrict their runtime.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   222
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   223
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   224
declare [[smt_timeout = 20]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   225
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   226
text \<open>
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   227
SMT solvers apply randomized heuristics. In case a problem is not
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   228
solvable by an SMT solver, changing the following option might help.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   229
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   230
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   231
declare [[smt_random_seed = 1]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   232
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   233
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   234
In general, the binding to SMT solvers runs as an oracle, i.e, the SMT
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   235
solvers are fully trusted without additional checks. The following
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   236
option can cause the SMT solver to run in proof-producing mode, giving
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   237
a checkable certificate. This is currently only implemented for Z3.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   238
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   239
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   240
declare [[smt_oracle = false]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   241
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   242
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   243
Each SMT solver provides several commandline options to tweak its
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   244
behaviour. They can be passed to the solver by setting the following
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   245
options.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   246
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   247
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   248
declare [[cvc3_options = ""]]
59045
1da9b8045026 added one more CVC4 option that helps Judgment Day (10 theory version)
blanchet
parents: 59037
diff changeset
   249
declare [[cvc4_options = "--full-saturate-quant --inst-when=full-last-call --inst-no-entail --term-db-mode=relevant"]]
59035
3a2153676705 renamed 'veriT' to 'verit', to stick to all-lowercase rule for prover names
blanchet
parents: 59022
diff changeset
   250
declare [[verit_options = ""]]
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   251
declare [[z3_options = ""]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   252
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   253
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   254
The SMT method provides an inference mechanism to detect simple triggers
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   255
in quantified formulas, which might increase the number of problems
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   256
solvable by SMT solvers (note: triggers guide quantifier instantiations
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   257
in the SMT solver). To turn it on, set the following option.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   258
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   259
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   260
declare [[smt_infer_triggers = false]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   261
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   262
text \<open>
58360
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   263
Enable the following option to use built-in support for datatypes,
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   264
codatatypes, and records in CVC4. Currently, this is implemented only
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   265
in oracle mode.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   266
\<close>
58360
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   267
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   268
declare [[cvc4_extensions = false]]
dee1fd1cc631 added interface for CVC4 extensions
blanchet
parents: 58072
diff changeset
   269
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   270
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   271
Enable the following option to use built-in support for div/mod, datatypes,
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   272
and records in Z3. Currently, this is implemented only in oracle mode.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   273
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   274
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   275
declare [[z3_extensions = false]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   276
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   277
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   278
subsection \<open>Certificates\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   279
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   280
text \<open>
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   281
By setting the option \<open>smt_certificates\<close> to the name of a file,
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   282
all following applications of an SMT solver a cached in that file.
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   283
Any further application of the same SMT solver (using the very same
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   284
configuration) re-uses the cached certificate instead of invoking the
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   285
solver. An empty string disables caching certificates.
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   286
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   287
The filename should be given as an explicit path. It is good
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   288
practice to use the name of the current theory (with ending
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   289
\<open>.certs\<close> instead of \<open>.thy\<close>) as the certificates file.
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   290
Certificate files should be used at most once in a certain theory context,
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   291
to avoid race conditions with other concurrent accesses.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   292
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   293
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   294
declare [[smt_certificates = ""]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   295
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   296
text \<open>
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   297
The option \<open>smt_read_only_certificates\<close> controls whether only
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   298
stored certificates are should be used or invocation of an SMT solver
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   299
is allowed. When set to \<open>true\<close>, no SMT solver will ever be
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   300
invoked and only the existing certificates found in the configured
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   301
cache are used;  when set to \<open>false\<close> and there is no cached
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   302
certificate for some proposition, then the configured SMT solver is
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   303
invoked.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   304
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   305
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   306
declare [[smt_read_only_certificates = false]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   307
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   308
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   309
subsection \<open>Tracing\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   310
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   311
text \<open>
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   312
The SMT method, when applied, traces important information. To
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   313
make it entirely silent, set the following option to \<open>false\<close>.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   314
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   315
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   316
declare [[smt_verbose = true]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   317
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   318
text \<open>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   319
For tracing the generated problem file given to the SMT solver as
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   320
well as the returned result of the solver, the option
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   321
\<open>smt_trace\<close> should be set to \<open>true\<close>.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   322
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   323
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   324
declare [[smt_trace = false]]
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   325
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   326
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   327
subsection \<open>Schematic rules for Z3 proof reconstruction\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   328
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   329
text \<open>
57696
fb71c6f100f8 do not embed 'nat' into 'int's in 'smt2' method -- this is highly inefficient and decreases the Sledgehammer success rate significantly
blanchet
parents: 57246
diff changeset
   330
Several prof rules of Z3 are not very well documented. There are two
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   331
lemma groups which can turn failing Z3 proof reconstruction attempts
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   332
into succeeding ones: the facts in \<open>z3_rule\<close> are tried prior to
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   333
any implemented reconstruction procedure for all uncertain Z3 proof
61799
4cf66f21b764 isabelle update_cartouches -c -t;
wenzelm
parents: 61626
diff changeset
   334
rules;  the facts in \<open>z3_simp\<close> are only fed to invocations of
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   335
the simplifier when reconstructing theory-specific proof steps.
60758
d8d85a8172b5 isabelle update_cartouches;
wenzelm
parents: 60201
diff changeset
   336
\<close>
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   337
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   338
lemmas [z3_rule] =
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   339
  refl eq_commute conj_commute disj_commute simp_thms nnf_simps
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   340
  ring_distribs field_simps times_divide_eq_right times_divide_eq_left
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   341
  if_True if_False not_not
58776
95e58e04e534 use NO_MATCH-simproc for distribution rules in field_simps, otherwise field_simps on '(a / (c + d)) * (e + f)' can be non-terminating
hoelzl
parents: 58598
diff changeset
   342
  NO_MATCH_def
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   343
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   344
lemma [z3_rule]:
57169
blanchet
parents: 57165
diff changeset
   345
  "(P \<and> Q) = (\<not> (\<not> P \<or> \<not> Q))"
blanchet
parents: 57165
diff changeset
   346
  "(P \<and> Q) = (\<not> (\<not> Q \<or> \<not> P))"
blanchet
parents: 57165
diff changeset
   347
  "(\<not> P \<and> Q) = (\<not> (P \<or> \<not> Q))"
blanchet
parents: 57165
diff changeset
   348
  "(\<not> P \<and> Q) = (\<not> (\<not> Q \<or> P))"
blanchet
parents: 57165
diff changeset
   349
  "(P \<and> \<not> Q) = (\<not> (\<not> P \<or> Q))"
blanchet
parents: 57165
diff changeset
   350
  "(P \<and> \<not> Q) = (\<not> (Q \<or> \<not> P))"
blanchet
parents: 57165
diff changeset
   351
  "(\<not> P \<and> \<not> Q) = (\<not> (P \<or> Q))"
blanchet
parents: 57165
diff changeset
   352
  "(\<not> P \<and> \<not> Q) = (\<not> (Q \<or> P))"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   353
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   354
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   355
lemma [z3_rule]:
57169
blanchet
parents: 57165
diff changeset
   356
  "(P \<longrightarrow> Q) = (Q \<or> \<not> P)"
blanchet
parents: 57165
diff changeset
   357
  "(\<not> P \<longrightarrow> Q) = (P \<or> Q)"
blanchet
parents: 57165
diff changeset
   358
  "(\<not> P \<longrightarrow> Q) = (Q \<or> P)"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   359
  "(True \<longrightarrow> P) = P"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   360
  "(P \<longrightarrow> True) = True"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   361
  "(False \<longrightarrow> P) = True"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   362
  "(P \<longrightarrow> P) = True"
59037
650dcf624729 added Z3 reconstruction rule suggested by F. Maric
blanchet
parents: 59036
diff changeset
   363
  "(\<not> (A \<longleftrightarrow> \<not> B)) \<longleftrightarrow> (A \<longleftrightarrow> B)"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   364
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   365
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   366
lemma [z3_rule]:
57169
blanchet
parents: 57165
diff changeset
   367
  "((P = Q) \<longrightarrow> R) = (R | (Q = (\<not> P)))"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   368
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   369
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   370
lemma [z3_rule]:
57169
blanchet
parents: 57165
diff changeset
   371
  "(\<not> True) = False"
blanchet
parents: 57165
diff changeset
   372
  "(\<not> False) = True"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   373
  "(x = x) = True"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   374
  "(P = True) = P"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   375
  "(True = P) = P"
57169
blanchet
parents: 57165
diff changeset
   376
  "(P = False) = (\<not> P)"
blanchet
parents: 57165
diff changeset
   377
  "(False = P) = (\<not> P)"
blanchet
parents: 57165
diff changeset
   378
  "((\<not> P) = P) = False"
blanchet
parents: 57165
diff changeset
   379
  "(P = (\<not> P)) = False"
blanchet
parents: 57165
diff changeset
   380
  "((\<not> P) = (\<not> Q)) = (P = Q)"
blanchet
parents: 57165
diff changeset
   381
  "\<not> (P = (\<not> Q)) = (P = Q)"
blanchet
parents: 57165
diff changeset
   382
  "\<not> ((\<not> P) = Q) = (P = Q)"
blanchet
parents: 57165
diff changeset
   383
  "(P \<noteq> Q) = (Q = (\<not> P))"
blanchet
parents: 57165
diff changeset
   384
  "(P = Q) = ((\<not> P \<or> Q) \<and> (P \<or> \<not> Q))"
blanchet
parents: 57165
diff changeset
   385
  "(P \<noteq> Q) = ((\<not> P \<or> \<not> Q) \<and> (P \<or> Q))"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   386
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   387
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   388
lemma [z3_rule]:
57169
blanchet
parents: 57165
diff changeset
   389
  "(if P then P else \<not> P) = True"
blanchet
parents: 57165
diff changeset
   390
  "(if \<not> P then \<not> P else P) = True"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   391
  "(if P then True else False) = P"
57169
blanchet
parents: 57165
diff changeset
   392
  "(if P then False else True) = (\<not> P)"
blanchet
parents: 57165
diff changeset
   393
  "(if P then Q else True) = ((\<not> P) \<or> Q)"
blanchet
parents: 57165
diff changeset
   394
  "(if P then Q else True) = (Q \<or> (\<not> P))"
blanchet
parents: 57165
diff changeset
   395
  "(if P then Q else \<not> Q) = (P = Q)"
blanchet
parents: 57165
diff changeset
   396
  "(if P then Q else \<not> Q) = (Q = P)"
blanchet
parents: 57165
diff changeset
   397
  "(if P then \<not> Q else Q) = (P = (\<not> Q))"
blanchet
parents: 57165
diff changeset
   398
  "(if P then \<not> Q else Q) = ((\<not> Q) = P)"
blanchet
parents: 57165
diff changeset
   399
  "(if \<not> P then x else y) = (if P then y else x)"
blanchet
parents: 57165
diff changeset
   400
  "(if P then (if Q then x else y) else x) = (if P \<and> (\<not> Q) then y else x)"
blanchet
parents: 57165
diff changeset
   401
  "(if P then (if Q then x else y) else x) = (if (\<not> Q) \<and> P then y else x)"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   402
  "(if P then (if Q then x else y) else y) = (if P \<and> Q then x else y)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   403
  "(if P then (if Q then x else y) else y) = (if Q \<and> P then x else y)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   404
  "(if P then x else if P then y else z) = (if P then x else z)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   405
  "(if P then x else if Q then x else y) = (if P \<or> Q then x else y)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   406
  "(if P then x else if Q then x else y) = (if Q \<or> P then x else y)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   407
  "(if P then x = y else x = z) = (x = (if P then y else z))"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   408
  "(if P then x = y else y = z) = (y = (if P then x else z))"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   409
  "(if P then x = y else z = y) = (y = (if P then x else z))"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   410
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   411
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   412
lemma [z3_rule]:
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   413
  "0 + (x::int) = x"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   414
  "x + 0 = x"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   415
  "x + x = 2 * x"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   416
  "0 * x = 0"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   417
  "1 * x = x"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   418
  "x + y = y + x"
57230
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
   419
  by (auto simp add: mult_2)
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   420
58061
3d060f43accb renamed new SMT module from 'SMT2' to 'SMT'
blanchet
parents: 57704
diff changeset
   421
lemma [z3_rule]:  (* for def-axiom *)
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   422
  "P = Q \<or> P \<or> Q"
57169
blanchet
parents: 57165
diff changeset
   423
  "P = Q \<or> \<not> P \<or> \<not> Q"
blanchet
parents: 57165
diff changeset
   424
  "(\<not> P) = Q \<or> \<not> P \<or> Q"
blanchet
parents: 57165
diff changeset
   425
  "(\<not> P) = Q \<or> P \<or> \<not> Q"
blanchet
parents: 57165
diff changeset
   426
  "P = (\<not> Q) \<or> \<not> P \<or> Q"
blanchet
parents: 57165
diff changeset
   427
  "P = (\<not> Q) \<or> P \<or> \<not> Q"
blanchet
parents: 57165
diff changeset
   428
  "P \<noteq> Q \<or> P \<or> \<not> Q"
blanchet
parents: 57165
diff changeset
   429
  "P \<noteq> Q \<or> \<not> P \<or> Q"
blanchet
parents: 57165
diff changeset
   430
  "P \<noteq> (\<not> Q) \<or> P \<or> Q"
blanchet
parents: 57165
diff changeset
   431
  "(\<not> P) \<noteq> Q \<or> P \<or> Q"
blanchet
parents: 57165
diff changeset
   432
  "P \<or> Q \<or> P \<noteq> (\<not> Q)"
blanchet
parents: 57165
diff changeset
   433
  "P \<or> Q \<or> (\<not> P) \<noteq> Q"
blanchet
parents: 57165
diff changeset
   434
  "P \<or> \<not> Q \<or> P \<noteq> Q"
blanchet
parents: 57165
diff changeset
   435
  "\<not> P \<or> Q \<or> P \<noteq> Q"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   436
  "P \<or> y = (if P then x else y)"
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   437
  "P \<or> (if P then x else y) = y"
57169
blanchet
parents: 57165
diff changeset
   438
  "\<not> P \<or> x = (if P then x else y)"
blanchet
parents: 57165
diff changeset
   439
  "\<not> P \<or> (if P then x else y) = x"
blanchet
parents: 57165
diff changeset
   440
  "P \<or> R \<or> \<not> (if P then Q else R)"
blanchet
parents: 57165
diff changeset
   441
  "\<not> P \<or> Q \<or> \<not> (if P then Q else R)"
blanchet
parents: 57165
diff changeset
   442
  "\<not> (if P then Q else R) \<or> \<not> P \<or> Q"
blanchet
parents: 57165
diff changeset
   443
  "\<not> (if P then Q else R) \<or> P \<or> R"
blanchet
parents: 57165
diff changeset
   444
  "(if P then Q else R) \<or> \<not> P \<or> \<not> Q"
blanchet
parents: 57165
diff changeset
   445
  "(if P then Q else R) \<or> P \<or> \<not> R"
blanchet
parents: 57165
diff changeset
   446
  "(if P then \<not> Q else R) \<or> \<not> P \<or> Q"
blanchet
parents: 57165
diff changeset
   447
  "(if P then Q else \<not> R) \<or> P \<or> R"
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   448
  by auto
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   449
57230
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
   450
hide_type (open) symb_list pattern
ec5ff6bb2a92 eliminate dependency of SMT2 module on 'list'
blanchet
parents: 57226
diff changeset
   451
hide_const (open) Symb_Nil Symb_Cons trigger pat nopat fun_app z3div z3mod
56078
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   452
624faeda77b5 moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
blanchet
parents:
diff changeset
   453
end