X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fformal_topology%2Foverlap%2Fo-basic_topologies.ma;h=873a9df60988a632084b8c6f24e9c2b00b619590;hb=6302e8ebc63beb73aa672c9c23199bdfaa3f8715;hp=1081f5beab493cd652ed0872749ffc8f6a9f1cc3;hpb=a99fe3ca5a39b4d9754b69863b5f9fb0f91ed286;p=helm.git diff --git a/helm/software/matita/contribs/formal_topology/overlap/o-basic_topologies.ma b/helm/software/matita/contribs/formal_topology/overlap/o-basic_topologies.ma index 1081f5bea..873a9df60 100644 --- a/helm/software/matita/contribs/formal_topology/overlap/o-basic_topologies.ma +++ b/helm/software/matita/contribs/formal_topology/overlap/o-basic_topologies.ma @@ -19,8 +19,8 @@ record basic_topology: Type2 ≝ { carrbt:> OA; A: carrbt ⇒ carrbt; J: carrbt ⇒ carrbt; - A_is_saturation: is_saturation ? A; - J_is_reduction: is_reduction ? J; + A_is_saturation: is_o_saturation ? A; + J_is_reduction: is_o_reduction ? J; compatibility: ∀U,V. (A U >< J V) = (U >< J V) }. @@ -157,13 +157,13 @@ definition BTop: category2. alias symbol "invert" = "setoid1 symmetry". lapply (.= †(saturated o1 o2 a' (A o1 x) : ?)); [3: apply (b⎻* ); | 5: apply Hletin; |1,2: skip; - |apply ((saturation_idempotent ?? (A_is_saturation o1) x)^-1); ] + |apply ((o_saturation_idempotent ?? (A_is_saturation o1) x)^-1); ] change in e1 with (∀x.b⎻* (A o2 x) = b'⎻* (A o2 x)); apply (.= (e1 (a'⎻* (A o1 x)))); alias symbol "invert" = "setoid1 symmetry". lapply (†((saturated ?? a' (A o1 x) : ?) ^ -1)); [2: apply (b'⎻* ); |4: apply Hletin; | skip; - |apply ((saturation_idempotent ?? (A_is_saturation o1) x)^-1);]] + |apply ((o_saturation_idempotent ?? (A_is_saturation o1) x)^-1);]] | intros; simplify; change with (((a34⎻* ∘ a23⎻* ) ∘ a12⎻* ) ∘ A o1 = ((a34⎻* ∘ (a23⎻* ∘ a12⎻* )) ∘ A o1)); apply rule (#‡ASSOC ^ -1);