The Lean 4 theorem `starobinskyEdge_inner_eq` in the `ChapterScalaronEdge` chapter of the timepiece formalization
ProvedBookProof.ScalaronEdge.starobinskyEdge_inner_eqtimepiece
The Lean 4 theorem starobinskyEdge_inner_eq in the ChapterScalaronEdge chapter of the timepiece formalization.
Preamble
-- Generated from ChapterScalaronEdge.lean — theorem BookProof.ScalaronEdge.starobinskyEdge_inner_eq 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.starobinskyEdge_inner_eq (f : ccSchwartz ℝ) :
(inner ℂ (starobinskyEdgeHam M alpha (ccEquiv ℝ f))
((ccEquiv ℝ f : ccDomain ℝ) : Lp ℂ 2 (volume : Measure ℝ)) : ℂ)
= (((∫ x, ‖deriv ((f : 𝓢(ℝ, ℂ)) : ℝ → ℂ) x‖ ^ 2)
+ ∫ x, scalV M alpha x * ‖(f : 𝓢(ℝ, ℂ)) x‖ ^ 2 : ℝ) : ℂ) := by sorrySource