X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fcontribs%2FPREDICATIVE-TOPOLOGY%2Fsubset_defs.ma;h=3cc583f02db26d1a44d1baec206424478c616dab;hb=c5e94d35e8f36f868c5a1f02d80a419bfe802ba1;hp=87ecb27803e66ef46b21b7ac0746bdadedb4a622;hpb=49a4d6d69a54bcdfb05c893ff2208e3e045efa26;p=helm.git diff --git a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/subset_defs.ma b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/subset_defs.ma index 87ecb2780..3cc583f02 100644 --- a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/subset_defs.ma +++ b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/subset_defs.ma @@ -43,12 +43,11 @@ definition sor: \forall D. Subset D \to Subset D \to Subset D \def (* subset less or equal (inclusion) *) definition sle: \forall D. Subset D \to Subset D \to Prop \def - \lambda D,U1,U2. \forall d. U1 d \to U2 d. -(* + \lambda D,U1,U2. \iforall d. U1 d \to U2 d. + (* subset overlap *) definition sover: \forall D. Subset D \to Subset D \to Prop \def - \lambda D,U1,U2. \forall d. U1 d \to U2 d. -*) + \lambda D,U1,U2. \iexists d. U1 d \land U2 d. (* coercions **************************************************************) @@ -65,4 +64,3 @@ coercion domain_of_subset. (* the full subset of a domain *) coercion stop. -