src/HOL/SMT/Examples/cert/z3_pair_02
author boehmes
Thu, 05 Nov 2009 15:24:49 +0100
changeset 33446 153a27370a42
parent 33010 39f73a59e855
permissions -rw-r--r--
handle let expressions inside terms by unfolding (instead of raising an exception), added examples to test this feature
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 ( T2 T3 T1 T4)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
:extrafuns (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
  (uf_2 T1 T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
  (uf_5 T4 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
  (uf_3 T1 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
  (uf_6 T4 T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
  (uf_1 T2 T3 T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     9
  (uf_4 T3 T2 T4)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    10
  (uf_8 T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    11
  (uf_9 T3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    12
  (uf_7 T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    13
  (uf_10 T4)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    14
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    15
:assumption (forall (?x1 T1) (= (uf_1 (uf_2 ?x1) (uf_3 ?x1)) ?x1))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    16
:assumption (forall (?x2 T4) (= (uf_4 (uf_5 ?x2) (uf_6 ?x2)) ?x2))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    17
:assumption (forall (?x3 T2) (?x4 T3) (= (uf_3 (uf_1 ?x3 ?x4)) ?x4))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    18
:assumption (forall (?x5 T3) (?x6 T2) (= (uf_6 (uf_4 ?x5 ?x6)) ?x6))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    19
:assumption (forall (?x7 T2) (?x8 T3) (= (uf_2 (uf_1 ?x7 ?x8)) ?x7))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    20
:assumption (forall (?x9 T3) (?x10 T2) (= (uf_5 (uf_4 ?x9 ?x10)) ?x9))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    21
:assumption (and (= uf_7 (uf_1 uf_8 uf_9)) (= uf_10 (uf_4 uf_9 uf_8)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    22
:assumption (not (= (uf_2 uf_7) (uf_6 uf_10)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    23
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    24
)