X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fparamodulation%2Fgroup.ma;h=c8645cc823af3f40921e6cf0827a5a11b602478b;hb=a5126dcf31146ae630a38e7ca42a61d3eeadd0e6;hp=97e2afe179d58ceb9e1d31af594d73bc5dcfd22b;hpb=0fadcf36d82e4ed816a50db09dfd1559a8507e6c;p=helm.git diff --git a/helm/software/matita/tests/paramodulation/group.ma b/helm/software/matita/tests/paramodulation/group.ma index 97e2afe17..c8645cc82 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/tests/paramodulation/group". -include "legacy/coq.ma". + +include "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; +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 timeout = 600;exact a. +intros.autobatch paramodulation timeout = 600;exact a. qed.