src/HOL/SMT/Examples/cert/z3_hol_05
author wenzelm
Tue, 20 Oct 2009 19:29:24 +0200
changeset 33024 60a098883d81
parent 33010 39f73a59e855
permissions -rw-r--r--
more accurate dependencies for HOL-SMT, which is a session with image; misc cleanup;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     1
(benchmark Isabelle
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     2
:extrasorts ( T1 T2 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
:extrafuns (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
  (uf_6 Int T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
  (uf_1 T1 T3 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
  (uf_4 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
  (uf_2 T2 T3 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
  (uf_3 T1 T2 T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     9
  (uf_7 T2 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    10
  (uf_5 T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    11
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    12
:assumption (forall (?x1 T1) (?x2 T2) (?x3 T3) (= (uf_1 ?x1 (uf_2 ?x2 ?x3)) (uf_2 (uf_3 ?x1 ?x2) (uf_1 ?x1 ?x3))))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    13
:assumption (forall (?x4 T1) (= (uf_1 ?x4 uf_4) uf_4))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    14
:assumption (forall (?x5 T2) (= (uf_3 uf_5 ?x5) (uf_6 (+ (uf_7 ?x5) 1))))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    15
:assumption (forall (?x6 T2) (= (uf_6 (uf_7 ?x6)) ?x6))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    16
:assumption (forall (?x7 Int) (implies (<= 0 ?x7) (= (uf_7 (uf_6 ?x7)) ?x7)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    17
:assumption (forall (?x8 Int) (implies (< ?x8 0) (= (uf_7 (uf_6 ?x8)) 0)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    18
:assumption (not (= (uf_1 uf_5 (uf_2 (uf_6 0) (uf_2 (uf_6 1) uf_4))) (uf_2 (uf_6 1) (uf_2 (uf_6 2) uf_4))))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    19
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    20
)