From a186871daca272b0b00ed9c1378cca8036a2436c Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2007 11:14:43 +0000 Subject: [PATCH] Stupid bug fixed (I deleted "assumption a" by error). --- matita/tests/paramodulation/group.ma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- 2.39.2