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

(benchmark Isabelle
:extrasorts ( T1 T2)
:extrafuns (
  (uf_3 T2)
  (uf_1 T1 T1)
  (uf_4 T1)
 )
:extrapreds (
  (up_2 T2)
 )
:assumption (forall (?x1 T1) (= (uf_1 ?x1) ?x1))
:assumption (forall (?x2 T2) (iff (up_2 ?x2) (= ?x2 uf_3)))
:assumption (not (and (= (uf_1 uf_4) uf_4) (iff (up_2 uf_3) true)))
:formula true
)