pith. machine review for the scientific record. sign in
theorem proved term proof

ilg_coercivity

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 188theorem ilg_coercivity (P : KernelParams) (h_energy : EnergyControlHypothesis P) (s : ILGState) :
 189    (ilgModel P h_energy).defectMass s ≤
 190    ((ilgModel P h_energy).C.Knet * (ilgModel P h_energy).C.Cproj * (ilgModel P h_energy).C.Ceng) *
 191    (ilgModel P h_energy).energyGap s :=

proof body

Term-mode proof.

 192  (ilgModel P h_energy).defect_le_constants_mul_energyGap s
 193
 194/-- Reverse coercivity: energy gap is at least c_min times defect. -/

depends on (16)

Lean names referenced from this declaration's body.