Theorems · Theorem · general topology
isProperMap_of_comp_of_surj
∀ {X : Type u_1} {Y : Type u_2} {Z : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y]
[inst_2 : TopologicalSpace Z] {f : X → Y} {g : Y → Z},
Continuous f → Continuous g → IsProperMap (g ∘ f) → Function.Surjective f → IsProperMap gIf the composition of two continuous functions g ∘ f is proper and f is surjective,
then g is proper.
- Defined in
- Mathlib.Topology.Maps.Proper.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- Continuousstatement and proof · cited by 2,592
- Filter.comapproof · cited by 546
- Continuous.continuousAtproof · cited by 297
- ClusterPtproof · cited by 138
- MapClusterPtproof · cited by 78
- IsProperMapstatement and proof · cited by 66
- Filter.tendsto_mapproof · cited by 26
- Filter.map_comap_of_surjectiveproof · cited by 11
- IsProperMap.clusterPt_of_mapClusterPtproof · cited by 4
- ClusterPt.mapproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- MulAction.properSMul_of_proper_orbitMapproof · cited by 0
- AddAction.properVAdd_of_proper_orbitMapproof · cited by 0