Constructible topology #
In this file we define the constructible topology on a topological space. This is the topology generated by compact open subsets and their complements.
Main definitions and results #
WithConstructibleTopology:Xequipped with its constructible topology.compactSpace_withConstructibleTopology: IfXis quasi-separated, quasi-sober, prespectral and quasi-compact, thenXis still quasi-compact in the constructible topology.
TODOs #
- If
Xis a spectral space, show thatXis T2 and totally disconnected (@chrisflav).
The subbasis of the constructible topology on a topological space X: It consists
of the open and compact sets of X and their complements.
Equations
Instances For
The constructible topology on a topological space X has as a subbasis
the open and compact sets of X and their complements.
Instances For
A type synonym for X that is equipped with the constructible topology of X.
Equations
Instances For
@[implicit_reducible]
theorem
IsCompact.isOpen_constructibleTopology_of_isOpen
{X : Type u_1}
[TopologicalSpace X]
{s : Set X}
(hs : IsCompact s)
(ho : IsOpen s)
:
IsOpen s
theorem
IsCompact.isOpen_constructibleTopology_of_isClosed
{X : Type u_1}
[TopologicalSpace X]
{s : Set X}
(hs : IsCompact sᶜ)
(ho : IsClosed s)
:
IsOpen s
@[simp]
theorem
compl_mem_constructibleTopologySubbasis_iff
{X : Type u_1}
[TopologicalSpace X]
{s : Set X}
:
theorem
isCompact_of_mem_constructibleTopologySubbasis
{X : Type u_1}
[TopologicalSpace X]
[CompactSpace X]
{s : Set X}
(hs : s ∈ constructibleTopologySubbasis X)
:
theorem
isCompact_sInter_of_subset_constructibleTopologySubbasis
{X : Type u_1}
[TopologicalSpace X]
[CompactSpace X]
[QuasiSeparatedSpace X]
{s : Set (Set X)}
(hs : s ⊆ constructibleTopologySubbasis X)
(hf : s.Finite)
:
instance
compactSpace_withConstructibleTopology
{X : Type u_1}
[TopologicalSpace X]
[CompactSpace X]
[QuasiSober X]
[PrespectralSpace X]
[QuasiSeparatedSpace X]
:
If X is quasi-separated, quasi-sober, prespectral and quasi-compact, then X
is still quasi-compact in the constructible topology. This holds in particular for spectral
spaces.