The Lean 4 theorem `edgeShelf_pos` in the `ChapterScalaronEdge` chapter of the timepiece formalization
ProvedBookProof.ScalaronEdge.edgeShelf_postimepiece
The Lean 4 theorem edgeShelf_pos in the ChapterScalaronEdge chapter of the timepiece formalization.
Preamble
-- Generated from ChapterScalaronEdge.lean — theorem BookProof.ScalaronEdge.edgeShelf_pos 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.edgeShelf_pos (hM : 0 < M) (halpha : 0 < alpha) : 0 < edgeShelf M alpha := by sorry
Source