Documentation

Mathlib.Topology.QuasiSeparated

Quasi-separated spaces #

A topological space is quasi-separated if the intersections of any pairs of compact open subsets are still compact. Notable examples include spectral spaces, Noetherian spaces, and Hausdorff spaces.

A non-example is the interval [0, 1] with doubled origin: the two copies of [0, 1] are compact open subsets, but their intersection (0, 1] is not.

Main results #

def IsQuasiSeparated {α : Type u_1} [TopologicalSpace α] (s : Set α) :

A subset s of a topological space is quasi-separated if the intersections of any pairs of compact open subsets of s are still compact.

Note that this is equivalent to s being a QuasiSeparatedSpace only when s is open.

Equations
    Instances For

      A topological space is quasi-separated if the intersections of any pairs of compact open subsets are still compact.

      Instances
        theorem quasiSeparatedSpace_iff (α : Type u_3) [TopologicalSpace α] :
        QuasiSeparatedSpace α ∀ (U V : Set α), IsOpen UIsCompact UIsOpen VIsCompact VIsCompact (U V)
        theorem IsQuasiSeparated.image_of_isEmbedding {α : Type u_1} {β : Type u_2} [TopologicalSpace α] [TopologicalSpace β] {f : αβ} {s : Set α} (H : IsQuasiSeparated s) (h : Topology.IsEmbedding f) :
        theorem IsQuasiSeparated.of_subset {α : Type u_1} [TopologicalSpace α] {s t : Set α} (ht : IsQuasiSeparated t) (h : s t) :
        theorem QuasiSeparatedSpace.of_isTopologicalBasis {α : Type u_1} [TopologicalSpace α] {ι : Type u_3} {b : ιSet α} (basis : TopologicalSpace.IsTopologicalBasis (Set.range b)) (isCompact_inter : ∀ (i j : ι), IsCompact (b i b j)) :
        theorem IsCompact.inter_of_isOpen {α : Type u_1} [TopologicalSpace α] [QuasiSeparatedSpace α] {U V : Set α} (hUcomp : IsCompact U) (hVcomp : IsCompact V) (hUopen : IsOpen U) (hVopen : IsOpen V) :