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 : โˆ€ U โˆˆ B, 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.

    theorem PrespectralSpace.of_isOpenCover {X : Type u_1} [TopologicalSpace X] {ฮน : Type u_3} {U : ฮน โ†’ TopologicalSpace.Opens X} (hU : TopologicalSpace.IsOpenCover U) [โˆ€ (i : ฮน), PrespectralSpace โ†ฅ(U i)] :

    Let f : X โ†’ Y be an open embedding of topological spaces. If Y is a prespectral space (i.e., the quasi-compact opens of Y form a basis), then X is also a prespectral space.

    instance PrespectralSpace.sigma {ฮน : Type u_3} (X : ฮน โ†’ Type u_4) [(i : ฮน) โ†’ TopologicalSpace (X i)] [โˆ€ (i : ฮน), PrespectralSpace (X i)] :
    PrespectralSpace ((i : ฮน) ร— X i)

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

    Instances For
      theorem IsOpenMap.exists_opens_image_eq_of_prespectralSpace {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] [PrespectralSpace X] {f : X โ†’ Y} (hfc : Continuous f) (h : IsOpenMap f) {U : Set Y} (hs : U โІ Set.range f) (hU : IsOpen U) (hc : IsCompact U) :
      โˆƒ (V : TopologicalSpace.Opens X), IsCompact V.carrier โˆง f '' โ†‘V = U

      If X has a basis of compact opens and f : X โ†’ S is open, every compact open of S is the image of a compact open of X.

      theorem PrespectralSpace.exists_isCompact_and_isOpen_between {X : Type u_1} [TopologicalSpace X] [PrespectralSpace X] {K U : Set X} (hK : IsCompact K) (hU : IsOpen U) (hKU : K โІ U) :
      โˆƒ (W : Set X), IsCompact W โˆง IsOpen W โˆง K โІ W โˆง W โІ U
      theorem PrespectralSpace.exists_isClosed_of_not_isPreirreducible {X : Type u_1} [TopologicalSpace X] [PrespectralSpace X] (Z : Set X) (hZ : ยฌIsPreirreducible Z) :
      โˆƒ (A : Set X) (B : Set X), IsClosed A โˆง IsClosed B โˆง IsCompact Aแถœ โˆง IsCompact Bแถœ โˆง Z โІ A โˆช B โˆง (Z โˆฉ Aแถœ).Nonempty โˆง (Z โˆฉ Bแถœ).Nonempty