File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6698,8 +6698,14 @@ Hypothesis ctsf : forall i, continuous (f_ i).
66986698
66996699Let weakT := @sup_topologicalType T I
67006700 (fun i => Topological.class (weak_topologicalType (f_ i))).
6701+
67016702Let PU := product_topologicalType U_.
67026703
6704+ Local Notation sup_open := (@open weakT).
6705+ Local Notation "'weak_open' i" :=
6706+ (@open (weak_topologicalType (f_ i))) (at level 0).
6707+ Local Notation natural_open := (@open T).
6708+
67036709Lemma weak_sep_cvg (F : set (set T)) (x : T) :
67046710 Filter F -> (F --> (x : T)) <-> (F --> (x : weakT)).
67056711Proof .
@@ -6745,6 +6751,8 @@ apply: open_comp => // + _; rewrite /cvg_to => x U.
67456751by rewrite nbhs_simpl /= -weak_sep_nbhsE; move: x U; exact: ctsf.
67466752Qed .
67476753
6754+ Local Notation prod_open := (@open (subspace_topologicalType (range join_product))).
6755+
67486756Lemma join_product_open (A : set T) : open A ->
67496757 open ((join_product @` A) : set (subspace (range join_product))).
67506758Proof .
You can’t perform that action at this time.
0 commit comments