Documentation

Mathlib.Topology.JacobsonSpace

Jacobson spaces #

Main results #

References #

def closedPoints (X : Type u_1) [TopologicalSpace X] :
Set X

The set of closed points.

Equations
Instances For
    @[simp]

    The class of Jacobson spaces, i.e. spaces such that the set of closed points are dense in every closed subspace.

    Instances
      theorem jacobsonSpace_iff (X : Type u_1) [TopologicalSpace X] :
      JacobsonSpace X ∀ {Z : Set X}, IsClosed Zclosure (Z closedPoints X) = Z
      @[instance 100]
      theorem TopologicalSpace.IsOpenCover.jacobsonSpace_iff {X : Type u_2} [TopologicalSpace X] {ι : Type u_1} {U : ιOpens X} (hU : IsOpenCover U) :
      JacobsonSpace X ∀ (i : ι), JacobsonSpace (U i)
      theorem subsingleton_image_closure_of_finite_of_isPreirreducible {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {f : XY} [JacobsonSpace X] {S : Set X} (hS : IsLocallyClosed S) (hS' : IsPreirreducible S) (hf₁ : Continuous f) (hf₂ : IsClosedMap f) (hfS : (f '' S).Finite) :