Documentation

MeanFourier.InvtMean

structure InvtMean (G : Type u_1) [Group G] :
Type u_1
Instances For
    @[implicit_reducible]
    instance InvtMean.instCoeFunForallForallComplex {G : Type u_1} [Group G] :
    CoeFun (InvtMean G) fun (x : InvtMean G) => (G)
    Equations
    @[simp]
    theorem InvtMean.IsMeasFun.const {G : Type u_1} [Group G] {m : InvtMean G} {z : } :
    m.IsMeasFun fun (x : G) => z
    @[simp]
    theorem InvtMean.IsMeasFun.natCast {G : Type u_1} [Group G] {m : InvtMean G} {n : } :
    m.IsMeasFun n
    @[simp]
    theorem InvtMean.IsMeasFun.intCast {G : Type u_1} [Group G] {m : InvtMean G} {n : } :
    m.IsMeasFun n
    @[simp]
    theorem InvtMean.IsMeasFun.zero {G : Type u_1} [Group G] {m : InvtMean G} :
    @[simp]
    theorem InvtMean.IsMeasFun.one {G : Type u_1} [Group G] {m : InvtMean G} :
    @[simp]
    theorem InvtMean.IsMeasFun.ofNat {G : Type u_1} [Group G] {m : InvtMean G} {n : } [n.AtLeastTwo] :
    theorem InvtMean.IsMeasFun.translate {G : Type u_1} [Group G] {m : InvtMean G} {f : G} {g : G} (hf : m.IsMeasFun f) :
    m.IsMeasFun fun (h : G) => f (g⁻¹ * h)
    theorem InvtMean.IsMeasFun.bdd {G : Type u_1} [Group G] {m : InvtMean G} {f : G} (hf : m.IsMeasFun f) :
    ∃ (C : ), ∀ (g : G), f g C
    def InvtMean.real {G : Type u_1} [Group G] (m : InvtMean G) (f : G) :
    Equations
    Instances For
      @[implicit_reducible]
      instance InvtMean.instCoeFunForallForallReal {G : Type u_1} [Group G] :
      CoeFun (InvtMean G) fun (x : InvtMean G) => (G)
      Equations
      def InvtMean.l2 {G : Type u_1} [Group G] (m : InvtMean G) :
      Set (G)
      Equations
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def InvtMean.l2Norm {G : Type u_1} [Group G] (m : InvtMean G) (f : G) :
          Equations
          Instances For
            @[simp]
            theorem InvtMean.l2Norm_indicator_one {G : Type u_1} [Group G] (m : InvtMean G) (A : Set G) :
            m.l2Norm (A.indicator fun (x : G) => 1) = (m.real (A.indicator fun (x : G) => 1))
            def InvtMean.IsMeasSet {G : Type u_1} [Group G] (m : InvtMean G) (A : Set G) :
            Equations
            Instances For