Compactly generated topological spaces #
This file defines the category of compactly generated topological spaces. These are spaces X such
that a map f : X → Y is continuous whenever the composition S → X → Y is continuous for all
compact Hausdorff spaces S mapping continuously to X.
TODO #
CompactlyGeneratedis a reflective subcategory ofTopCat.CompactlyGeneratedis cartesian closed.- Every first-countable space is
u-compactly generated for every universeu.
CompactlyGenerated.{u, w} is the type of u-compactly generated w-small topological spaces.
This should always be used with explicit universe parameters.
- toTop : TopCat
The underlying topological space of an object of
CompactlyGenerated. - is_compactly_generated : UCompactlyGeneratedSpace ↑self.toTop
The underlying topological space is compactly generated.
Instances For
Equations
Constructor for objects of the category CompactlyGenerated.
Equations
Instances For
Typecheck a ContinuousMap as a morphism in CompactlyGenerated.
Equations
Instances For
Construct an isomorphism from a homeomorphism.
Equations
Instances For
Construct a homeomorphism from an isomorphism.
Equations
Instances For
The equivalence between isomorphisms in CompactlyGenerated and homeomorphisms
of topological spaces.