This file contains additional set theoretic constructions around topological spaces which are useful for properties and theorems.
Spread of a topological space
Equations
- PiBase.Spread X = sSup {t : Cardinal.{?u.1} | ∃ (D : Set X), Cardinal.mk ↑D = t ∧ IsDiscrete D} + Cardinal.aleph0
Instances For
theorem
PiBase.bddAbove_spread
(X : Type u)
[TopologicalSpace X]
:
BddAbove {t : Cardinal.{u} | ∃ (D : Set X), Cardinal.mk ↑D = t ∧ IsDiscrete D}
The spread is less then the cardinality of the space + ℵ₀.
Spread of a topological space
Equations
- PiBase.Extent X = sSup {t : Cardinal.{?u.1} | ∃ (D : Set X), Cardinal.mk ↑D = t ∧ IsClosed D ∧ IsDiscrete D} + Cardinal.aleph0
Instances For
theorem
PiBase.upperBounds_extent
(X : Type u)
[TopologicalSpace X]
:
Cardinal.mk X ∈ upperBounds {t : Cardinal.{u} | ∃ (D : Set X), Cardinal.mk ↑D = t ∧ IsClosed D ∧ IsDiscrete D}
theorem
PiBase.bddAbove_extent
(X : Type u)
[TopologicalSpace X]
:
BddAbove {t : Cardinal.{u} | ∃ (D : Set X), Cardinal.mk ↑D = t ∧ IsClosed D ∧ IsDiscrete D}
The extent of a space is less or equal to the spread.
The extent of a space is at least ℵ₀.
The spread of a space is at least ℵ₀.
A radially closed set is a set such that all limits of transfinite of sequences in the set lie in the set themselves
Equations
- PiBase.IsRadiallyClosed s = ∀ (x : X), (∃ (o : Ordinal.{?u.1}) (f : ↑(Set.Iio o) → X), 0 < o ∧ Set.range f ⊆ s ∧ Filter.Tendsto f Filter.atTop (nhds x)) → x ∈ s
Instances For
The radial closure of a set.
Equations
- PiBase.radialClosure s = {x : X | ∃ (o : Ordinal.{?u.1}) (f : ↑(Set.Iio o) → X), 0 < o ∧ Set.range f ⊆ s ∧ Filter.Tendsto f Filter.atTop (nhds x)}
Instances For
theorem
PiBase.seqClosure_subset_radialClosure
{X : Type u}
[TopologicalSpace X]
{s : Set X}
:
seqClosure s ⊆ radialClosure s
theorem
PiBase.subset_radialClosure
{X : Type u}
[TopologicalSpace X]
(s : Set X)
:
s ⊆ radialClosure s
theorem
PiBase.isRadiallyClosed_iff_radialClosure_eq
{X : Type u}
[TopologicalSpace X]
(s : Set X)
:
theorem
PiBase.ordinal_tendsto_closure
{X : Type u}
[TopologicalSpace X]
{s : Set X}
:
radialClosure s ⊆ closure s
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.