X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Fformal_topology%2Fo-concrete_spaces.ma;h=2e8b8ad8b34671bde2fbfa90e1904304d794c6ad;hb=8db3579bec4d9a97af526f95a179587a2fbfe3e3;hp=d808b0085b45d814246edd420b0177190f9e11ab;hpb=c8718cc46ab9aaca047366dfefe72bc7c9402e5a;p=helm.git diff --git a/matita/matita/lib/formal_topology/o-concrete_spaces.ma b/matita/matita/lib/formal_topology/o-concrete_spaces.ma index d808b0085..2e8b8ad8b 100644 --- a/matita/matita/lib/formal_topology/o-concrete_spaces.ma +++ b/matita/matita/lib/formal_topology/o-concrete_spaces.ma @@ -12,9 +12,11 @@ (* *) (**************************************************************************) +include "basics/core_notation/fintersects_2.ma". +include "basics/core_notation/downarrow_1.ma". include "formal_topology/o-basic_pairs.ma". include "formal_topology/o-saturations.ma". - +(* definition A : ∀b:OBP. unary_morphism1 (Oform b) (Oform b). intros; constructor 1; [ apply (λx.□⎽b (Ext⎽b x)); @@ -132,3 +134,4 @@ definition Oconvergent_relation_space_setoid_of_arrows2_OCSPA : ∀P,Q. arrows2 OCSPA P Q → Oconvergent_relation_space_setoid P Q ≝ λP,Q,x.x. coercion Oconvergent_relation_space_setoid_of_arrows2_OCSPA. +*)