Theorems · Theorem · general topology
compactlyGeneratedSpace_of_continuous_maps
∀ {X : Type u} [inst : TopologicalSpace X],
(∀ {Y : Type u} [inst_1 : TopologicalSpace Y] (f : X → Y),
(∀ (K : Type u) [inst_2 : TopologicalSpace K] [CompactSpace K] [T2Space K] (g : K → X),
Continuous g → Continuous (f ∘ g)) →
Continuous f) →
CompactlyGeneratedSpace XLet f : X → Y. Suppose that to prove that f is continuous, it suffices to show that
for every compact Hausdorff space K and every continuous map g : K → X, f ∘ g is continuous.
Then X is compactly generated.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- TopCat.carrierproof · cited by 3,184
- Continuousstatement and proof · cited by 2,592
- ContinuousMapproof · cited by 2,491
- T2Spacestatement and proof · cited by 1,351
- CompactSpacestatement and proof · cited by 593
- CompHausLike.toTopproof · cited by 258
- CompHausproof · cited by 61
- CompactlyGeneratedSpacestatement · cited by 18
- CompHaus.ofproof · cited by 11
- uCompactlyGeneratedSpace_of_continuous_mapsproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.