The Lean 4 theorem `edge_re_mul_le` in the `ChapterScalaronEdge` chapter of the timepiece formalization
ProvedBookProof.ScalaronEdge.edge_re_mul_letimepiece
The Lean 4 theorem edge_re_mul_le in the ChapterScalaronEdge chapter of the timepiece formalization.
Preamble
-- Generated from ChapterScalaronEdge.lean — theorem BookProof.ScalaronEdge.edge_re_mul_le 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_re_mul_le (z w : ℂ) {δ : ℝ} (hδ : 0 < δ) :
((starRingEnd ℂ) w * z + (starRingEnd ℂ) z * w).re ≤ δ * ‖z‖ ^ 2 + δ⁻¹ * ‖w‖ ^ 2 := by sorrySource