Transfinite extension of an integer-valued local character #
This file specializes the coefficient-parametric Wallace recursion to the free Abelian group. An integer coordinate character is uniquely determined by its value at one.
@[reducible, inline]
Triangular data for integer-valued prepared sequences.
Instances For
@[reducible, inline]
abbrev
Wallace.TransfiniteExtension.ClosedUnderPreparedSupports
{I : Type u}
[LT I]
(E : Data I)
(D : Set I)
:
Closure under the integer prepared supports associated to local code coordinates.
Equations
Instances For
@[reducible, inline]
abbrev
Wallace.TransfiniteExtension.LocallyAdmissible
{I : Type u}
[LT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℤ) →+ UnitAddCircle)
:
The local integer character realizes every limit whose code coordinate is local.
Equations
- Wallace.TransfiniteExtension.LocallyAdmissible E D character = Wallace.CoefficientTransfiniteExtension.LocallyAdmissible E D character
Instances For
@[reducible, inline]
noncomputable abbrev
Wallace.TransfiniteExtension.globalCharacter
{I : Type u}
[LinearOrder I]
[WellFoundedLT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℤ) →+ UnitAddCircle)
:
The global integer character produced by the shared transfinite recursion.
Equations
Instances For
theorem
Wallace.TransfiniteExtension.globalCharacter_eq_local_restriction
{I : Type u}
[LinearOrder I]
[WellFoundedLT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℤ) →+ UnitAddCircle)
(x : I →₀ ℤ)
(hx : ∀ i ∈ x.support, i ∈ D)
:
theorem
Wallace.TransfiniteExtension.globalCharacter_admissible
{I : Type u}
[LinearOrder I]
[WellFoundedLT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℤ) →+ UnitAddCircle)
(hclosed : ClosedUnderPreparedSupports E D)
(hlocal : LocallyAdmissible E D character)
(c : E.Code)
:
Filter.Tendsto (fun (n : ℕ) => (globalCharacter E D character) (E.prepared c n)) (↑(E.p c))
(nhds ((globalCharacter E D character) (Finsupp.single (E.codeIndex c) 1)))
@[reducible, inline]
Integer transfinite-extension data over the canonical continuum index.