From: Enrico Tassi Date: Tue, 11 Jul 2006 08:06:53 +0000 (+0000) Subject: fixed X-Git-Tag: 0.4.95@7852~1232 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=549a7d1631ea4d9f3de91ddb45ef5a5a3da6677a;p=helm.git fixed --- diff --git a/matita/library/algebra/groups.ma b/matita/library/algebra/groups.ma index 884e0c582..9ab695239 100644 --- a/matita/library/algebra/groups.ma +++ b/matita/library/algebra/groups.ma @@ -296,7 +296,7 @@ qed. (*CSC: here the coercion Type_of_Group cannot be omitted. Why? *) theorem in_x_mk_left_coset_x_H: - ∀G.∀x:Type_of_Group G.∀H:subgroup G.x ∈ (x*H). + ∀G.∀x:Type_OF_Group G.∀H:subgroup G.x ∈ (x*H). intros; simplify; apply (ex_intro ? ? 1);