Theorems · Theorem · general topology
isOpenMap_iff_closure_kernImage
∀ {X : Type u_1} {Y : Type u_2} {f : X → Y} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y],
IsOpenMap f ↔ ∀ {s : Set X}, closure (Set.kernImage f s) ⊆ Set.kernImage f (closure s)A map is open if and only if the Set.kernImage of every closed set is closed.
- Defined in
- Mathlib.Topology.Maps.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Set.preimageproof · cited by 4,946
- Compl.complproof · cited by 2,925
- closurestatement and proof · cited by 1,254
- interiorproof · cited by 714
- IsOpenMapstatement · cited by 253
- Function.Surjective.forallproof · cited by 214
- compl_surjectiveproof · cited by 26
- Set.kernImagestatement and proof · cited by 21
- closure_complproof · cited by 19
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.