Documentation

LeanPool.Wallace.FusionLimit

Pointwise limits of character fusions #

The fusion construction produces a sequence of circle-valued homomorphisms. Every group element is eventually protected, so its values form a Cauchy sequence. This file isolates the complete metric argument: the pointwise limit is again a homomorphism, and a geometric bound on a tail gives an explicit bound from the first point of that tail to the limit.

noncomputable def Wallace.pointwiseLimitCharacter {G : Type u} [AddGroup G] (f : G →+ UnitAddCircle) (hf : ∀ (x : G), CauchySeq fun (n : ) => (f n) x) :

The pointwise limit of a pointwise-Cauchy sequence of additive characters.

Equations
Instances For
    theorem Wallace.tendsto_pointwiseLimitCharacter {G : Type u} [AddGroup G] (f : G →+ UnitAddCircle) (hf : ∀ (x : G), CauchySeq fun (n : ) => (f n) x) (x : G) :
    Filter.Tendsto (fun (n : ) => (f n) x) Filter.atTop (nhds ((pointwiseLimitCharacter f hf) x))

    The defining sequence converges pointwise to pointwiseLimitCharacter.