Theorems · Theorem · general topology
isClosedMap_iff_clusterPt
∀ {X : Type u_1} {Y : Type u_2} {f : X → Y} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y],
IsClosedMap f ↔
∀ (s : Set X) (y : Y), MapClusterPt y (Filter.principal s) f → ∃ x, f x = y ∧ ClusterPt x (Filter.principal s)A map f : X → Y is closed if and only if for all sets s, any cluster point of f '' s is
the image by f of some cluster point of s.
If you require this for all filters instead of just principal filters, and also that f is
continuous, you get the notion of proper map. See isProperMap_iff_clusterPt.
- Defined in
- Mathlib.Topology.Maps.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imageproof · cited by 5,609
- closureproof · cited by 1,254
- Filter.principalstatement and proof · cited by 740
- ClusterPtstatement and proof · cited by 138
- IsClosedMapstatement · cited by 138
- MapClusterPtstatement · cited by 78
- Filter.map_principalproof · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- IsProperMap.isClosedMapproof · cited by 14