Documentation

MeanFourier.AlmostConvergent

Almost-convergent functions #

structure IsAlmostConvergent {G : Type u_1} {E : Type u_2} [Group G] [NormedAddCommGroup E] [NormedSpace E] (f : GE) :

A function f from a group G to a normed space E is almost-convergent if if it is bounded and the closure in the L^∞ norm of the convex hull of its translates contains a unique constant function.

Instances For
    @[simp]
    theorem IsAlmostConvergent.fun_const {G : Type u_1} {E : Type u_2} [Group G] [NormedAddCommGroup E] [NormedSpace E] {z : E} :
    IsAlmostConvergent fun (x : G) => z

    Eta-expanded form of IsAlmostConvergent.const