X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fnaiveparamod.ma;h=be207866d4b1b97069a7c595ec87e71d4e2655af;hb=4ed8829233095bdf2ab1c15021ba815084d19b70;hp=8b83331a23efa0bbac6a67d93f954788ebfd5440;hpb=1f352f96a06605dcb2b3dd2a229c971ef2dc28e3;p=helm.git diff --git a/helm/software/matita/tests/naiveparamod.ma b/helm/software/matita/tests/naiveparamod.ma index 8b83331a2..be207866d 100644 --- a/helm/software/matita/tests/naiveparamod.ma +++ b/helm/software/matita/tests/naiveparamod.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/naiveparamod". + include "logic/equality.ma". @@ -30,10 +30,10 @@ theorem prova1: C. intros (A B C S a w h b wb). (* exact (h s (a b) b wb II). *) - autobatch 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 *) +(* c'e' qualcosa di imperativo, se si cambia l'ordine delle ipotesi poi sclera *) theorem prova2: \forall A,B,C:Prop. (* SE METTO SET NON VA *) \forall a:B -> A. @@ -42,6 +42,6 @@ theorem prova2: \forall b:B. A=B. intros. - autobatch paramodulation. + autobatch. try assumption. - qed. + qed. \ No newline at end of file