Theorems · Theorem · general topology
compactlyGeneratedSpace_of_isOpen
∀ {X : Type u} [inst : TopologicalSpace X],
(∀ (s : Set X),
(∀ (K : Type u) [inst_1 : TopologicalSpace K] [CompactSpace K] [T2Space K] (f : K → X),
Continuous f → IsOpen (f ⁻¹' s)) →
IsOpen s) →
CompactlyGeneratedSpace XA topological space X is compactly generated if a set s is open when f ⁻¹' s is
open for every continuous map f : K → X, where K is compact Hausdorff.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.preimagestatement and proof · cited by 4,946
- TopCat.carrierproof · cited by 3,184
- Continuousstatement and proof · cited by 2,592
- ContinuousMapproof · cited by 2,491
- IsOpenstatement and proof · cited by 2,400
- T2Spacestatement and proof · cited by 1,351
- CompactSpacestatement and proof · cited by 593
- CompHausLike.toTopproof · cited by 258
- CompHausproof · cited by 61
Cited by1
Results whose statement or proof uses this declaration.
- compactlyGeneratedSpace_of_isOpen_of_t2proof · cited by 0