Documentation

LeanPool.Wallace.TransfiniteExtension

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]
abbrev Wallace.TransfiniteExtension.Data (I : Type u) [LT I] :
Type (max (max u (u_1 + 1)) 0)

Triangular data for integer-valued prepared sequences.

Equations
Instances For
    @[reducible, inline]

    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
      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 : ix.support, i D) :
          (globalCharacter E D character) x = character (Finsupp.subtypeDomain D x)
          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.

          Equations
          Instances For