Documentation

LeanAPAP.Prereqs.Energy

def energy {G : Type u_1} [AddCommGroup G] (n : ) (s : Finset G) (ν : G) :
Equations
Instances For
    @[simp]
    theorem energy_nonneg {G : Type u_1} [AddCommGroup G] (n : ) (s : Finset G) (ν : G) :
    0 energy n s ν
    theorem energy_nsmul {G : Type u_1} [AddCommGroup G] (m n : ) (s : Finset G) (ν : G) :
    energy n s (m ν) = m energy n s ν
    @[simp]
    theorem energy_zero {G : Type u_1} [AddCommGroup G] (s : Finset G) (ν : G) :
    energy 0 s ν = ν 0
    def boringEnergy {G : Type u_1} [AddCommGroup G] [DecidableEq G] (n : ) (s : Finset G) :
    Equations
    Instances For
      @[simp]
      theorem boringEnergy_zero {G : Type u_1} [AddCommGroup G] [DecidableEq G] (s : Finset G) :
      theorem boringEnergy_eq {G : Type u_1} [AddCommGroup G] [DecidableEq G] [Fintype G] (n : ) (s : Finset G) :
      boringEnergy n s = x : G, (𝟭 s ∗^ n) x ^ 2
      @[simp]
      theorem boringEnergy_one {G : Type u_1} [AddCommGroup G] [DecidableEq G] [Finite G] (s : Finset G) :