]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/Veloci/GRP118-1.p.ma
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / matita / tests / TPTP / Veloci / GRP118-1.p.ma
index 562cd181147582543a900d0239140d9aa2963f7d..aeb184a1e12bc65f7fd524285afe15b7613b4e38 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/TPTP/GRP118-1".
+
 include "logic/equality.ma".
 (* Inclusion of: GRP118-1.p *)
 (* -------------------------------------------------------------------------- *)
@@ -31,7 +31,7 @@ theorem prove_order3:
 \forall H0:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply X (multiply (multiply X (multiply (multiply X Y) Z)) (multiply identity (multiply Z Z)))) Y.eq Univ (multiply (multiply a b) c) (multiply a (multiply b c))
 .
 intros.
-auto paramodulation timeout=100.
+autobatch paramodulation timeout=100;
 try assumption.
 print proofterm.
 qed.