Compactly coherent spaces and the compact coherentification #
In this file we will define compactly coherent spaces and the compact coherentification and prove
basic properties about them. This is a weaker version of CompactlyGeneratedSpace.
These notions agree on Hausdorff spaces. They are both referred to as compactly generated spaces in
the literature while the compact coherentification is often called the k-ification.
Main definitions #
CompactlyCoherentSpace: A compactly coherent space is a topological space in which a setAis open iff for every compact setB, the intersectionA β© Bis open inB.CompactCoherentification: For a topological spaceXone can define another topology onXas follows:Ais open iff for all compact setsB, the intersectionA β© Bis open inB.
Main results #
CompactlyCoherentSpace.of_weaklyLocallyCompactSpace: every weakly locally compact space is a compactly coherent space.CompactlyCoherentSpace.of_sequentialSpace: every sequential space is a compactly coherent space.CompactCoherentification.isCompact_iff: The compact sets of a topological space and its compact coherentification agree.CompactCoherentification.instCompactlyCoherentSpace: The compact coherentification makes any space into a compactly coherent space.CompactCoherentification.homeo: The compact coherentification of a compactly coherent spaceXpreserves the topology onX.CompactCoherentification.continuous_map_of_continuousOn: If a mapf : X β Yis continuous on every compact subset ofXthen it is continuous when viewed as a map fromCompactCoherentification XtoCompactCoherentification Y.
References #
- [J. Munkres, Topology][Munkres2000]
- https://en.wikipedia.org/wiki/Compactly_generated_space
Compactly coherent spaces #
A space is a compactly coherent space if the topology is generated by the compact sets.
A space is a compactly coherent space if the topology is generated by the compact sets.
Instances
A set A in a compactly coherent space is open iff for every compact set K, the intersection
K β© A is open in K.
A set A in a compactly coherent space is closed iff for every compact set K, the
intersection K β© A is closed in K.
If every set A is open if for every compact K the intersection K β© A is open in K,
then the space is a compactly coherent space.
If every set A is closed if for every compact K the intersection K β© A is closed in K,
then the space is a compactly coherent space.
Every weakly locally compact space is a compactly coherent space.
Every sequential space is a compactly coherent space.
In a compactly coherent space X, a set s is open iff f β»ΒΉ' s is open for every continuous
map from a compact space.
A topological space X is compactly coherent if a set s is open when f β»ΒΉ' s? is open for
every continuous map f : K β X, where K is compact.
A type synonym used for the compact coherentification of a topological space.
Equations
Instances For
A type synonym used for the compact coherentification of a topological space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The map taking a space to its compact coherentification.
Equations
Instances For
For a map f : X β Y of topological spaces, CompactCoherentification.map f is the
corresponding map between the compact coherentifications of X and Y.
Equations
- CompactCoherentification.map f = β(CompactCoherentification.mk Y) β f β β(CompactCoherentification.mk X).symm
Instances For
For a topological space X the compact coherentification is defined as:
A is open iff for all compact sets B, the intersection A β© B is open in B.
Equations
- One or more equations did not get rendered due to their size.
A set A in the compact coherentification is open iff for all compact sets K,
the intersection K β© A is open in K.
A set A is the compact coherentification is closed iff for all compact sets K,
the intersection K β© A is closed in K.
If a map f : X β Y is continuous on every compact subset of X then it is continuous when
viewed as a map from CompactCoherentification X to CompactCoherentification Y.
The compact sets of a topological space and its compact coherentification agree.
The compact sets of a topological space and its compact coherentification agree.
The compact coherentification makes any space into a compactly coherent space.
The compact coherentification preserves the topology of k-spaces.
Equations
- CompactCoherentification.homeo = { toEquiv := CompactCoherentification.mk X, continuous_toFun := β―, continuous_invFun := β― }