src/HOL/SMT/Examples/cert/z3_pair_01
author nipkow
Sat, 02 Jan 2010 21:31:15 +0100
changeset 34225 21c5405deb6b
parent 33010 39f73a59e855
permissions -rw-r--r--
removed legacy asm_lr

(benchmark Isabelle
:extrasorts ( T2 T3 T1)
:extrafuns (
  (uf_2 T1 T2)
  (uf_3 T1 T3)
  (uf_1 T2 T3 T1)
  (uf_6 T2)
  (uf_4 T2)
  (uf_5 T3)
 )
:assumption (forall (?x1 T1) (= (uf_1 (uf_2 ?x1) (uf_3 ?x1)) ?x1))
:assumption (forall (?x2 T2) (?x3 T3) (= (uf_3 (uf_1 ?x2 ?x3)) ?x3))
:assumption (forall (?x4 T2) (?x5 T3) (= (uf_2 (uf_1 ?x4 ?x5)) ?x4))
:assumption (= (uf_2 (uf_1 uf_4 uf_5)) uf_6)
:assumption (not (= uf_4 uf_6))
:formula true
)