Compactly coherent spaces and the k-ification #
In this file we will define compactly coherent spaces 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.
Main definitions #
CompactlyCoherentSpace
: A compactly coherent space is a topological space in which a setA
is open iff for every compact setB
, the intersectionA ∩ B
is 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.
References #
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.
Alias of CompactlyCoherentSpace.of_weaklyLocallyCompactSpace
.
Every weakly locally compact space is a compactly coherent space.
Every sequential space is a compactly coherent space.
Alias of CompactlyCoherentSpace.of_sequentialSpace
.
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.