Theorems · Theorem · general topology
isProperMap_iff_universally_closed
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y},
IsProperMap f ↔ Continuous f ∧ ∀ (Z : Type u) [inst_2 : TopologicalSpace Z], IsClosedMap (Prod.map f id)A map f : X → Y is proper if and only if it is continuous and universally closed, in the
sense that for any topological space Z, the map Prod.map f id : X × Z → Y × Z is closed. Note
that Z lives in the same universe as X here, but IsProperMap.universally_closed does not
have this restriction.
This is taken as the definition of properness in
[N. Bourbaki, General Topology][bourbaki1966].
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Continuousstatement and proof · cited by 2,592
- Ultrafilterproof · cited by 193
- IsClosedMapstatement and proof · cited by 138
- IsProperMapstatement and proof · cited by 66
- IsProperMap.continuousproof · cited by 7
- IsProperMap.universally_closedproof · cited by 3
- isProperMap_iff_isClosedMap_ultrafilterproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.