@@ -472,7 +472,7 @@ have [R' []] : exists R', [/\ open R', closure L `<=` R' & closure R' `<=` R].
472472 have := @normalT (closure L) (@closed_closure T L).
473473 case/(_ R); first by move=> x /cLR ?; apply: open_nbhs_nbhs.
474474 move=> V /set_nbhsP [U] [? ? ? cVR]; exists U; split => //.
475- by apply: (subset_trans _ cVR); exact: closure_subset .
475+ by apply: (subset_trans _ cVR); exact: closureS .
476476move=> oR' cLR' cR'R; exists (apxU (L, R')), (apxU (R', R)).
477477split; first by exists (L, R').
478478 exists (R', R) => //; split => //; apply: (subset_trans AL).
@@ -556,7 +556,7 @@ move=> V /set_nbhsP [U [oU AU UV]] cVcb.
556556exists (Uniform.class urysohnType), (apxU (U, ~` B)); split => //.
557557- move=> ?; apply:sub_gen_smallest; exists (U, ~`B) => //; split => //=.
558558 exact/closed_openC.
559- by move: UV => /closure_subset /subset_trans; apply.
559+ by move: UV => /closureS /subset_trans; apply.
560560- rewrite eqEsubset; split; case=> // a b [/=[Aa Bb] [[//]|]].
561561 by have /subset_closure ? := AU _ Aa; case.
562562move=> x ? [E gE] /(@filterS T); apply; move: gE.
@@ -634,10 +634,10 @@ case/(_ _ _ clA (open_closedC oC) AC0) => U [V] [oU oV AU nCV UV0].
634634exists (~` closure V).
635635 apply/set_nbhsP; exists U; split => //.
636636 apply/subsetCr; have := open_closedC oU; rewrite closure_id => ->.
637- by apply/closure_subset /disjoints_subset; rewrite setIC.
637+ by apply/closureS /disjoints_subset; rewrite setIC.
638638apply/(subset_trans _ CB)/subsetCP; apply: (subset_trans nCV).
639639apply/subsetCr; have := open_closedC oV; rewrite closure_id => ->.
640- exact/closure_subset /subsetC/subset_closure.
640+ exact/closureS /subsetC/subset_closure.
641641Qed .
642642
643643Lemma normal_openP : normal_space T <->
@@ -820,7 +820,7 @@ move=> + A Ax => /(_ (~` A°)) []; [|exact|].
820820 exact/open_closedC/open_interior.
821821move=> U [V] [oU oV Ux /subsetC cAV /disjoints_subset UV]; exists U.
822822 exact/open_nbhs_nbhs.
823- apply: (subset_trans (closure_subset UV)).
823+ apply: (subset_trans (closureS UV)).
824824move/open_closedC/closure_id : oV => <-.
825825by apply: (subset_trans cAV); rewrite setCK; exact: interior_subset.
826826Qed .
0 commit comments