Documentation

MeanFourier.InvtMean.VonNeumann

The von Neumann mean #

This file defines the von Neumann mean.

References #

noncomputable def InvtMean.vn {G : Type u_1} (𝕜 : Type u_2) {E : Type u_3} [Group G] [RCLike 𝕜] [NormedAddCommGroup E] [PartialOrder E] [NormedSpace 𝕜 E] [NormedSpace E] :
InvtMean G 𝕜 E

The von Neumann mean

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem InvtMean.IsMeasFun_vn {G : Type u_1} (𝕜 : Type u_2) {E : Type u_3} [Group G] [RCLike 𝕜] [NormedAddCommGroup E] [PartialOrder E] [NormedSpace 𝕜 E] [NormedSpace E] (f : GE) :
    (vn 𝕜).IsMeasFun f = IsUAP f
    @[simp]
    theorem InvtMean.vn_apply {G : Type u_1} (𝕜 : Type u_2) {E : Type u_3} [Group G] [RCLike 𝕜] [NormedAddCommGroup E] [PartialOrder E] [NormedSpace 𝕜 E] [NormedSpace E] (f : GE) :
    (vn 𝕜).toFun f = if hf : IsUAP f then Exists.choose else 0