X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fparamodulation%2Fgroup.ma;h=621e2d44921e467eb83200ba7c0aa7243894ce1d;hb=6abaacea86e652ea0dc7cd2f8ab04005251532cb;hp=45fb3ad3d4030fb799f4b4eee98dcdcbc0b0649c;hpb=c497867b0452f544661fd73b7f5dc8afbe8460e4;p=helm.git diff --git a/helm/software/matita/tests/paramodulation/group.ma b/helm/software/matita/tests/paramodulation/group.ma index 45fb3ad3d..621e2d449 100644 --- a/helm/software/matita/tests/paramodulation/group.ma +++ b/helm/software/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.autobatch paramodulation; +intros.autobatch paramodulation; exact a. qed. theorem GRP049 :