The Lean 4 theorem `edge_energy_bound` in the `ChapterScalaronEdge` chapter of the timepiece formalization
ProvedBookProof.ScalaronEdge.edge_energy_boundtimepiece
The Lean 4 theorem edge_energy_bound in the ChapterScalaronEdge chapter of the timepiece formalization.
Preamble
-- Generated from ChapterScalaronEdge.lean — theorem BookProof.ScalaronEdge.edge_energy_bound import Mathlib import Definitions.Def_ChapterScalaronEdge open BookProof.ScalaronEdge open Complex Real MeasureTheory Function SchwartzMap ComplexOrder open BookProof.Starobinsky open BookProof.ScalaronWallEsa open BookProof.ScalaronEsa open BookProof.FarisLavine open BookProof.WallEsaSemibounded open BookProof.FriedrichsExtension open BookProof.FriedrichsFormGap open BookProof.YangMillsFriedrichs open BookProof.HashimotoShiftInvert variable (M alpha : ℝ)
Formal statement
theorem BookProof.ScalaronEdge.edge_energy_bound {A B c : ℝ} (hA : 0 < A) (hB : 0 < B) (hc : 0 < c)
(V : ℝ → ℝ) (hVcont : Continuous V) (hVnn : ∀ x, 0 ≤ V x)
(hVout : ∀ x, x ∉ Set.Icc (-A) B → c ≤ V x)
(f : ℝ → ℂ) (hf : ContDiff ℝ 2 f) (hs : HasCompactSupport f) :
min (edgeKinConst A B) (edgeMassConst c) * (∫ x, ‖f x‖ ^ 2)
≤ (∫ x, ‖deriv f x‖ ^ 2) + ∫ x, V x * ‖f x‖ ^ 2 := by sorrySource