X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fparamodulation%2Fgroup.ma;h=d4c6bf879f2141ad4e4213205de29ba8ed630a79;hb=2528d5a1b74beb1ec4bebe4c34dcf557d57a9d86;hp=fc2ff14ce043ed551fef203fba84d714e37581e2;hpb=8f5b2a89a53e1ee111fe90d1a9fba9f5c45072e7;p=helm.git diff --git a/helm/software/matita/tests/paramodulation/group.ma b/helm/software/matita/tests/paramodulation/group.ma index fc2ff14ce..d4c6bf879 100644 --- a/helm/software/matita/tests/paramodulation/group.ma +++ b/helm/software/matita/tests/paramodulation/group.ma @@ -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;exact a. qed.