Transfinite extension for the rational direct sum #
This file supplies the coefficient-specific input to the shared transfinite recursion. Baer's extension theorem extends the integer character with prescribed value at one to a character on each rational coordinate.
@[reducible, inline]
abbrev
Wallace.RationalTransfiniteExtension.Data
(I : Type u)
[LT I]
:
Type (max (max u (u_1 + 1)) 0)
Triangular data for rational-valued prepared sequences.
Equations
Instances For
@[reducible, inline]
abbrev
Wallace.RationalTransfiniteExtension.ClosedUnderPreparedSupports
{I : Type u}
[LT I]
(E : Data I)
(D : Set I)
:
Closure under the rational prepared supports associated to local code coordinates.
Equations
Instances For
@[reducible, inline]
abbrev
Wallace.RationalTransfiniteExtension.LocallyAdmissible
{I : Type u}
[LT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℚ) →+ UnitAddCircle)
:
The local rational character realizes every limit whose code coordinate is local.
Equations
- Wallace.RationalTransfiniteExtension.LocallyAdmissible E D character = Wallace.CoefficientTransfiniteExtension.LocallyAdmissible E D character
Instances For
@[reducible, inline]
noncomputable abbrev
Wallace.RationalTransfiniteExtension.globalCharacter
{I : Type u}
[LinearOrder I]
[WellFoundedLT I]
(E : Data I)
(D : Set I)
(character : (↑D →₀ ℚ) →+ UnitAddCircle)
:
The global rational character produced by the shared transfinite recursion.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Wallace.RationalTransfiniteExtension.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.RationalTransfiniteExtension.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]
Rational transfinite-extension data over the canonical continuum index.