From: Enrico Tassi Date: Wed, 7 Dec 2005 15:53:14 +0000 (+0000) Subject: since the moo content is not OK... we need an hack. X-Git-Tag: make_still_working~8036 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a982d8d4f17ab876ad03658a71fa4b964d8ccd3b;hp=cf3635c0830661f59d16339cd7fc9c3b948fcbc8;p=helm.git since the moo content is not OK... we need an hack. --- diff --git a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_props.ma b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_props.ma index acbc2ecf1..47fd8ab61 100644 --- a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_props.ma +++ b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_props.ma @@ -16,7 +16,10 @@ set "baseuri" "cic:/matita/PREDICATIVE-TOPOLOGY/coa_props". include "coa_defs.ma". -theorem zero_le: \forall (P:COA). \forall (p:Type_of_COA P). le ? (zero P) p. +coercion Type_of_COA. (* this should be generated by the following line *) +coercion coa. (* this should be inside coa_defs.moo but it isn't *) + +theorem zero_le: \forall (P:COA). \forall (p:P). le ? (zero P) p.