X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fcontribs%2FPREDICATIVE-TOPOLOGY%2Fcoa_defs.ma;h=4600b0ecc8707cc5c1f350fd4dd86b6b57212f16;hb=f104e539b06bf5695f4d526d5217a581f5a9c5f5;hp=6d4ea68af22c95f1c6d026270bf014c9b370988e;hpb=2788c6c7537d829d8f948cda1cb10e124e632992;p=helm.git diff --git a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_defs.ma b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_defs.ma index 6d4ea68af..4600b0ecc 100644 --- a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_defs.ma +++ b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/coa_defs.ma @@ -15,7 +15,7 @@ set "baseuri" "cic:/matita/PREDICATIVE-TOPOLOGY/coa_defs". include "iff.ma". -include "domain_defs.ma". +include "domain_data.ma". (* COMPLETE OVERLAP ALGEBRAS *) @@ -37,6 +37,21 @@ record COA: Type \def { }. coercion coa. + +definition zero: \forall (P:COA). P \def + \lambda (P:COA). inf P ? (dvoid_ixfam P). + +definition one: \forall (P:COA). P \def + \lambda (P:COA). sup P ? (dvoid_ixfam P). + +definition binf: \forall (P:COA). P \to P \to P \def + \lambda (P:COA). \lambda p0,p1. + inf P ? (dbool_ixfam P p0 p1). + +definition bsup: \forall (P:COA). P \to P \to P \def + \lambda (P:COA). \lambda p0,p1. + sup P ? (dbool_ixfam P p0 p1). + (* inf_ov: forall p q, ov p q -> ov p (inf QDBool (bool_family _ p q)) properness: ov zero zero -> False;