src/HOL/SMT/Examples/cert/z3_arith_quant_06
author wenzelm
Sun, 25 Oct 2009 00:00:53 +0200
changeset 33102 e3463e6db704
parent 33010 39f73a59e855
permissions -rw-r--r--
adapted Function_Lib (cf. b8cdd3d73022);

(benchmark Isabelle
:assumption (not (forall (?x1 Int) (?x2 Int) (implies (and (= ?x1 0) (= ?x2 1)) (not (= ?x1 ?x2)))))
:formula true
)