Documentation

MeanFourier.AlmostPeriod.L2

L^2(m) #

def InvtMean.l2AP {G : Type u_1} [Group G] (m : InvtMean G) (f : G) (ε : ) :
Set G
Equations
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem InvtMean.mem_l2AP {G : Type u_1} [Group G] {m : InvtMean G} {f : G} {t : G} {ε : } :
      t AP_L^2(m)(f, ε) m.l2Norm ((fun (g : G) => f (t⁻¹ * g)) - f) ε * m.l2Norm f
      @[simp]
      theorem InvtMean.mem_l2AP_indicator_one {G : Type u_1} [Group G] {m : InvtMean G} {A : Set G} {t : G} {ε : } :
      t AP_L^2(m)(A.indicator fun (x : G) => 1, ε) m.real (((t A).indicator fun (x : G) => 1) - A.indicator fun (x : G) => 1) ε ^ 2 * m.real (A.indicator fun (x : G) => 1)
      def InvtMean.IsL2APWith {G : Type u_1} [Group G] (m : InvtMean G) (f : G) (K : ) :
      Equations
      Instances For