]> matita.cs.unibo.it Git - helm.git/commitdiff
more fix removed from types
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 11 Apr 2008 11:10:12 +0000 (11:10 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 11 Apr 2008 11:10:12 +0000 (11:10 +0000)
helm/software/matita/library/technicalities/setoids.ma

index 78b58ba314ddb8f0ac76613cfe3f95bee55af42e..4c51d3a448e15a900e8b28f2118cb480139614fd 100644 (file)
@@ -817,9 +817,9 @@ theorem apply_morphism_compatibility_Left2Right:
      generalize in match H2; clear H2;
      elim args2 0; clear args2;
      elim args1; clear args1;
+     simplify in H2; change in H2:(? ? %) with
+       (relation_of_product_of_arguments Left2Right n t2 t4); 
      elim H2; clear H2;
-     change in H4 with
-      (relation_of_product_of_arguments Left2Right n t2 t4);
      change with
       (relation_of_relation_class unit Out (apply_morphism n Out (m1 t1) t2)
         (apply_morphism n Out (m2 t3) t4));