Scott Topological Spaces #
A type of topological spaces whose notion of continuity is equivalent to continuity in ωCPOs.
Reference #
- https://ncatlab.org/nlab/show/Scott+topology
x
is an ω
-Sup of a chain c
if it is the least upper bound of the range of c
.
Instances For
theorem
Scott.isωSup_iff_isLUB
{α : Type u}
[Preorder α]
{c : OmegaCompletePartialOrder.Chain α}
{x : α}
:
Scott.IsωSup c x ↔ IsLUB (Set.range ⇑c) x
The characteristic function of open sets is monotone and preserves the limits of chains.
Equations
- Scott.IsOpen α s = OmegaCompletePartialOrder.Continuous' fun (x : α) => x ∈ s
Instances For
theorem
Scott.IsOpen.inter
(α : Type u)
[OmegaCompletePartialOrder α]
(s : Set α)
(t : Set α)
:
Scott.IsOpen α s → Scott.IsOpen α t → Scott.IsOpen α (s ∩ t)
theorem
Scott.isOpen_sUnion
(α : Type u)
[OmegaCompletePartialOrder α]
(s : Set (Set α))
(hs : ∀ t ∈ s, Scott.IsOpen α t)
:
Scott.IsOpen α (⋃₀ s)
theorem
Scott.IsOpen.isUpperSet
(α : Type u)
[OmegaCompletePartialOrder α]
{s : Set α}
(hs : Scott.IsOpen α s)
:
Equations
- One or more equations did not get rendered due to their size.
theorem
isωSup_ωSup
{α : Type u_1}
[OmegaCompletePartialOrder α]
(c : OmegaCompletePartialOrder.Chain α)
:
theorem
scottContinuous_of_continuous
{α : Type u_1}
{β : Type u_2}
[OmegaCompletePartialOrder α]
[OmegaCompletePartialOrder β]
(f : Scott α → Scott β)
(hf : Continuous f)
:
theorem
continuous_of_scottContinuous
{α : Type u_1}
{β : Type u_2}
[OmegaCompletePartialOrder α]
[OmegaCompletePartialOrder β]
(f : Scott α → Scott β)
(hf : OmegaCompletePartialOrder.Continuous' f)
: