Theorems · Theorem · general topology
IsProperMap.universally_closed
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y} (Z : Type u_6)
[inst_2 : TopologicalSpace Z], IsProperMap f → IsClosedMap (Prod.map f id)A proper map f : X → Y is universally closed: for any topological space Z, the map
Prod.map f id : X × Z → Y × Z is closed. We will prove in isProperMap_iff_universally_closed
that proper maps are exactly continuous maps which have this property, but this result should be
easier to use because it allows Z to live in any universe.
- Defined in
- Mathlib.Topology.Maps.Proper.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- IsClosedMapstatement · cited by 138
- IsProperMapstatement and proof · cited by 66
- IsProperMap.isClosedMapproof · cited by 14
- IsProperMap.prodMapproof · cited by 7
- isProperMap_idproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- isProperMap_iff_isClosedMap_ultrafilterproof · cited by 1
- isProperMap_iff_universally_closedproof · cited by 0
- isProperMap_iff_isClosedMap_filterproof · cited by 0