]> matita.cs.unibo.it Git - helm.git/commitdiff
Stupid bug fixed (I deleted "assumption a" by error).
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:14:43 +0000 (11:14 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:14:43 +0000 (11:14 +0000)
matita/tests/paramodulation/group.ma

index 45fb3ad3d4030fb799f4b4eee98dcdcbc0b0649c..621e2d44921e467eb83200ba7c0aa7243894ce1d 100644 (file)
@@ -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 :