src/HOL/SMT/Examples/cert/z3_linarith_01.proof
author boehmes
Tue, 20 Oct 2009 10:11:30 +0200
changeset 33006 39f73a59e855
permissions -rw-r--r--
added proof reconstructon for Z3,
added certificates for simpler re-checking of proofs (no need to invoke external solvers),
added examples and certificates for all examples,
removed Unsynchronized.ref (in smt_normalize.ML)
boehmes@33006
     1
#2 := false
boehmes@33006
     2
#4 := 3::int
boehmes@33006
     3
#5 := (= 3::int 3::int)
boehmes@33006
     4
#6 := (not #5)
boehmes@33006
     5
#30 := (iff #6 false)
boehmes@33006
     6
#1 := true
boehmes@33006
     7
#25 := (not true)
boehmes@33006
     8
#28 := (iff #25 false)
boehmes@33006
     9
#29 := [rewrite]: #28
boehmes@33006
    10
#26 := (iff #6 #25)
boehmes@33006
    11
#23 := (iff #5 true)
boehmes@33006
    12
#24 := [rewrite]: #23
boehmes@33006
    13
#27 := [monotonicity #24]: #26
boehmes@33006
    14
#31 := [trans #27 #29]: #30
boehmes@33006
    15
#22 := [asserted]: #6
boehmes@33006
    16
[mp #22 #31]: false
boehmes@33006
    17
unsat