X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fparamodulation%2Fgroup.ma;h=621e2d44921e467eb83200ba7c0aa7243894ce1d;hb=2c80e9d9409119febcab9c08d6e6cad702384169;hp=fc2ff14ce043ed551fef203fba84d714e37581e2;hpb=81536afde39576226c5419736e7a15440b46e223;p=helm.git diff --git a/helm/software/matita/tests/paramodulation/group.ma b/helm/software/matita/tests/paramodulation/group.ma index fc2ff14ce..621e2d449 100644 --- a/helm/software/matita/tests/paramodulation/group.ma +++ b/helm/software/matita/tests/paramodulation/group.ma @@ -12,9 +12,9 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/paramodulation/group". +set "baseuri" "cic:/matita/tests/paramodulation/group". -include "legacy/coq.ma". +include "../legacy/coq.ma". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)". @@ -29,7 +29,7 @@ theorem self: \forall H:(\forall x,y:A. x = y). \forall H:(\forall x,y,z:A. f x = y). \forall x,y:A. x=y. -intros.auto paramodulation. +intros.autobatch paramodulation. qed. theorem GRP049_simple: @@ -38,7 +38,7 @@ theorem GRP049_simple: \forall mult: A \to A \to A. \forall H: (\forall x,y,z:A.mult z (inv (mult (inv (mult (inv (mult z y)) x)) (inv (mult y (mult (inv y) y))))) = x). \forall a,b:A. mult (inv a) a = mult (inv b) b. -intros.auto paramodulation; exact a. +intros.autobatch paramodulation; exact a. qed. theorem GRP049 : @@ -47,5 +47,5 @@ theorem GRP049 : \forall mult: A \to A \to A. \forall H: (\forall x,y,z:A.mult z (inv (mult (inv (mult (inv (mult z y)) x)) (inv (mult y (mult (inv y) y))))) = x). \forall a,b:A. mult a (inv a)= mult b (inv b). -intros.auto paramodulation. +intros.autobatch paramodulation timeout = 600;exact a. qed.