From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2007 11:14:43 +0000 (+0000) Subject: Stupid bug fixed (I deleted "assumption a" by error). X-Git-Tag: 0.4.95@7852~126 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a186871daca272b0b00ed9c1378cca8036a2436c;p=helm.git Stupid bug fixed (I deleted "assumption a" by error). --- diff --git a/matita/tests/paramodulation/group.ma b/matita/tests/paramodulation/group.ma index 45fb3ad3d..621e2d449 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.autobatch paramodulation; +intros.autobatch paramodulation; exact a. qed. theorem GRP049 :