Documentation

Mathlib.Topology.Spectral.Prespectral

Prespectral spaces #

In this file, we define prespectral spaces as spaces whose lattice of compact opens forms a basis.

A space is prespectral if the lattice of compact opens forms a basis.

Instances
    theorem PrespectralSpace.of_isTopologicalBasis {X : Type u_1} [TopologicalSpace X] {B : Set (Set X)} (basis : TopologicalSpace.IsTopologicalBasis B) (isCompact_basis : UB, IsCompact U) :

    A space is prespectral if it has a basis consisting of compact opens.

    theorem PrespectralSpace.of_isTopologicalBasis' {X : Type u_1} [TopologicalSpace X] {ι : Type u_3} {b : ιSet X} (basis : TopologicalSpace.IsTopologicalBasis (Set.range b)) (isCompact_basis : ∀ (i : ι), IsCompact (b i)) :

    A space is prespectral if it has a basis consisting of compact opens. This is the variant with an indexed basis instead.

    In a prespectral space, the lattice of opens is determined by its lattice of compact opens.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For