Theorems · Theorem · general topology
uCompactlyGeneratedSpace_of_continuous_maps
∀ {X : Type w} [t : TopologicalSpace X],
(∀ {Y : Type w} [tY : TopologicalSpace Y] (f : X → Y),
(∀ (S : CompHaus) (g : C(↑S.toTop, X)), Continuous (f ∘ ⇑g)) → Continuous f) →
UCompactlyGeneratedSpace 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
- 3 results in Mathlib
- Foundations
- Depth 72 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- TopCat.carrierstatement and proof · cited by 3,184
- Continuousstatement and proof · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- TopCatstatement · cited by 1,889
- CompHausLike.toTopstatement and proof · cited by 258
- CompHausstatement and proof · cited by 61
- continuous_coinduced_rngproof · cited by 19
- UCompactlyGeneratedSpacestatement · cited by 12
- continuous_sigma_iffproof · cited by 7
- continuous_id_iff_leproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- uCompactlyGeneratedSpace_of_isClosedproof · cited by 2
- uCompactlyGeneratedSpace_of_isOpenproof · cited by 1
- compactlyGeneratedSpace_of_continuous_mapsproof · cited by 0