Documentation

Mathlib.Topology.OmegaCompletePartialOrder

Scott Topological Spaces #

A type of topological spaces whose notion of continuity is equivalent to continuity in ωCPOs.

Reference #

@[deprecated Topology.IsScott.ωScottContinuous_iff_continuous (since := "2025-07-02")]

Alias of Topology.IsScott.ωScottContinuous_iff_continuous.

def Scott.IsωSup {α : Type u} [Preorder α] (c : OmegaCompletePartialOrder.Chain α) (x : α) :

x is an ω-Sup of a chain c if it is the least upper bound of the range of c.

Equations
    Instances For
      def Scott.IsOpen (α : Type u) [OmegaCompletePartialOrder α] (s : Set α) :

      The characteristic function of open sets is monotone and preserves the limits of chains.

      Equations
        Instances For
          theorem Scott.IsOpen.inter (α : Type u) [OmegaCompletePartialOrder α] (s t : Set α) :
          IsOpen α sIsOpen α tIsOpen α (s t)
          theorem Scott.isOpen_sUnion (α : Type u) [OmegaCompletePartialOrder α] (s : Set (Set α)) (hs : ts, IsOpen α t) :
          IsOpen α (⋃₀ s)
          @[reducible, inline, deprecated Topology.WithScott (since := "2025-07-02")]
          abbrev Scott (α : Type u) :

          A Scott topological space is defined on preorders such that their open sets, seen as a function α → Prop, preserves the joins of ω-chains.

          Equations
            Instances For
              @[reducible, inline, deprecated Topology.WithScott.instTopologicalSpace (since := "2025-07-02")]

              Deprecated, use WithScott.

              Equations
                Instances For
                  @[deprecated isOpen_iff_continuous_mem (since := "2025-07-02")]
                  @[deprecated "Use `WithScott` API" (since := "2025-07-02")]
                  def notBelow {α : Type u_1} [OmegaCompletePartialOrder α] (y : Scott α) :
                  Set (Scott α)

                  notBelow is an open set in Scott α used to prove the monotonicity of continuous functions

                  Equations
                    Instances For
                      @[deprecated isClosed_Iic (since := "2025-07-02")]
                      theorem notBelow_isOpen {α : Type u_1} [OmegaCompletePartialOrder α] (y : Scott α) :
                      @[deprecated Topology.IsScott.ωscottContinuous_iff_continuous (since := "2025-07-02")]
                      @[deprecated Topology.IsScott.ωscottContinuous_iff_continuous (since := "2025-07-02")]