X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2FTPTP%2FVeloci%2FBOO001-1.p.ma;h=3cb2beeda60a55ed1559d1c1439069db083b745e;hb=b6afef7e73324824025a6d7f313129d55b72cfc6;hp=9d39e84b5c470f7d88abf0cfa9965503cbe8455b;hpb=447cc9c7504b6f46cf3bd707b7a54ba2784bcc36;p=helm.git diff --git a/helm/software/matita/tests/TPTP/Veloci/BOO001-1.p.ma b/helm/software/matita/tests/TPTP/Veloci/BOO001-1.p.ma index 9d39e84b5..3cb2beeda 100644 --- a/helm/software/matita/tests/TPTP/Veloci/BOO001-1.p.ma +++ b/helm/software/matita/tests/TPTP/Veloci/BOO001-1.p.ma @@ -1,4 +1,4 @@ -set "baseuri" "cic:/matita/TPTP/BOO001-1". + include "logic/equality.ma". (* Inclusion of: BOO001-1.p *) (* -------------------------------------------------------------------------- *) @@ -59,7 +59,7 @@ theorem prove_inverse_is_self_cancelling: \forall H4:\forall V:Univ.\forall W:Univ.\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply (multiply V W X) Y (multiply V W Z)) (multiply V W (multiply X Y Z)).eq Univ (inverse (inverse a)) a . intros. -auto paramodulation timeout=600. +autobatch paramodulation timeout=100; try assumption. print proofterm. qed.