src/HOL/SMT/Examples/cert/z3_hol_03
author haftmann
Mon, 04 Jan 2010 14:09:56 +0100
changeset 34244 03f8dcab55f3
parent 34010 ac78f5cdc430
permissions -rw-r--r--
code cache without copy; tuned
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)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
:extrafuns (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
  (uf_3 T2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
  (uf_1 T1 T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
  (uf_4 T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
 )
34010
ac78f5cdc430 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents: 33010
diff changeset
     8
:extrapreds (
ac78f5cdc430 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents: 33010
diff changeset
     9
  (up_2 T2)
ac78f5cdc430 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents: 33010
diff changeset
    10
 )
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    11
:assumption (forall (?x1 T1) (= (uf_1 ?x1) ?x1))
34010
ac78f5cdc430 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents: 33010
diff changeset
    12
:assumption (forall (?x2 T2) (iff (up_2 ?x2) (= ?x2 uf_3)))
ac78f5cdc430 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents: 33010
diff changeset
    13
:assumption (not (and (= (uf_1 uf_4) uf_4) (iff (up_2 uf_3) true)))
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    14
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    15
)