]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/paramodulation/group.ma
library/Fsub: minor fix
[helm.git] / matita / tests / paramodulation / group.ma
index d4c6bf879f2141ad4e4213205de29ba8ed630a79..cd49860fc834de136246e4c8490b6f33e640938d 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.auto paramodulation; exact a.
+intros.auto paramodulation;
 qed.
 
 theorem GRP049 :
@@ -47,5 +47,5 @@ theorem GRP049 :
   \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 a (inv a)= mult b (inv b).
-intros.auto paramodulation;exact a.
+intros.auto paramodulation timeout = 600;exact a.
 qed.