]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/paramodulation/group.ma
Stupid typing error fixed.
[helm.git] / helm / software / matita / tests / paramodulation / group.ma
index 45fb3ad3d4030fb799f4b4eee98dcdcbc0b0649c..c8645cc823af3f40921e6cf0827a5a11b602478b 100644 (file)
@@ -12,9 +12,9 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/paramodulation/group".
 
-include "../legacy/coq.ma".
+
+include "coq.ma".
 
 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
 alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)".
@@ -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 :