Theorems · Theorem · general topology
isProperMap_iff_isClosedMap_filter
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y},
IsProperMap f ↔ Continuous f ∧ IsClosedMap (Prod.map f id)A map f : X → Y is proper if and only if it is continuous and the map
(Prod.map f id : X × Filter X → Y × Filter X) is closed. This is stronger than
isProperMap_iff_universally_closed since it shows that there's only one space to check to get
properness, but in most cases it doesn't matter.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Compl.complproof · cited by 2,925
- Continuousstatement and proof · cited by 2,592
- SProd.sprodproof · cited by 1,750
- IsClosedproof · cited by 1,639
- closureproof · cited by 1,254
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.