Theorems · Theorem · general topology
IsOpenMap.of_comp
∀ {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : X → Y} {g : Y → Z} [inst : TopologicalSpace X]
[inst_1 : TopologicalSpace Y] [inst_2 : TopologicalSpace Z],
Continuous f → Function.Surjective f → IsOpenMap (g ∘ f) → IsOpenMap gIf g ∘ f is open, where f is continuous and surjective, then g is open.
- Defined in
- Mathlib.Topology.Maps.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Continuousstatement and proof · cited by 2,592
- IsOpenproof · cited by 2,400
- IsOpenMapstatement and proof · cited by 253
- IsOpen.preimageproof · cited by 147
- Set.image_compproof · cited by 142
- Function.Surjective.image_preimageproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- IsOpenQuotientMap.isOpenMap_iffproof · cited by 1
- IsOpenQuotientMap.of_compproof · cited by 1