X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fnaiveparamod.ma;h=ef86f372d23acd5d9b377d58fc77c87e91913788;hb=18d61b8fe9cda8874a3f57b70a293492460ae574;hp=7a3e3914ed980427f7d58e5c5ba701d631afba11;hpb=2bd3b029f7f67d9c616b7756278573cc9e96510c;p=helm.git diff --git a/helm/software/matita/tests/naiveparamod.ma b/helm/software/matita/tests/naiveparamod.ma index 7a3e3914e..ef86f372d 100644 --- a/helm/software/matita/tests/naiveparamod.ma +++ b/helm/software/matita/tests/naiveparamod.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/". + include "logic/equality.ma". @@ -30,7 +30,7 @@ theorem prova1: C. intros (A B C S a w h b wb). (* exact (h s (a b) b wb II). *) - auto new width = 5 depth = 3. (* look at h parameters! *) + autobatch width = 5 depth = 3. (* look at h parameters! *) qed. (* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *) @@ -42,6 +42,6 @@ theorem prova2: \forall b:B. A=B. intros. - auto paramodulation. + autobatch paramodulation. try assumption. - qed. + qed. \ No newline at end of file