X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2FTPTP%2FVeloci%2FCOL062-3.p.ma;h=b335f6908892d66ee23318a06ad02247be62c9fc;hb=06be761e92019b9dac1ccd52300b0d9f3a6aef13;hp=441838a238f441bfacb9970ae9230b5b01b5961a;hpb=447cc9c7504b6f46cf3bd707b7a54ba2784bcc36;p=helm.git diff --git a/helm/software/matita/tests/TPTP/Veloci/COL062-3.p.ma b/helm/software/matita/tests/TPTP/Veloci/COL062-3.p.ma index 441838a23..b335f6908 100644 --- a/helm/software/matita/tests/TPTP/Veloci/COL062-3.p.ma +++ b/helm/software/matita/tests/TPTP/Veloci/COL062-3.p.ma @@ -1,4 +1,4 @@ -set "baseuri" "cic:/matita/TPTP/COL062-3". + include "logic/equality.ma". (* Inclusion of: COL062-3.p *) (* -------------------------------------------------------------------------- *) @@ -39,7 +39,7 @@ theorem prove_c_combinator: \forall H1:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).eq Univ (apply (apply (apply (apply (apply b (apply (apply b (apply t (apply (apply b b) t))) b)) t) x) y) z) (apply (apply x z) y) . intros. -auto paramodulation timeout=600. +autobatch paramodulation timeout=100; try assumption. print proofterm. qed.