X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fparamodulation%2Fgroup.ma;h=cd49860fc834de136246e4c8490b6f33e640938d;hb=7fc80f3be9d5d5d1d244abfe6fa5d27e57594878;hp=fc2ff14ce043ed551fef203fba84d714e37581e2;hpb=c800c2c2bcf1e364c9076648f51cb2a364276f1c;p=helm.git diff --git a/matita/tests/paramodulation/group.ma b/matita/tests/paramodulation/group.ma index fc2ff14ce..cd49860fc 100644 --- a/matita/tests/paramodulation/group.ma +++ b/matita/tests/paramodulation/group.ma @@ -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.auto paramodulation; 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.auto paramodulation timeout = 600;exact a. qed.