The Lean 4 theorem `sqrtInvCoeff_abs_le_one` in the `ChapterHashimotoShiftInvert` chapter of the timepiece formalization
ProvedBookProof.HashimotoShiftInvert.sqrtInvCoeff_abs_le_onetimepiece
The Lean 4 theorem sqrtInvCoeff_abs_le_one in the ChapterHashimotoShiftInvert chapter of the timepiece formalization.
Preamble
-- Generated from ChapterHashimotoShiftInvert.lean — theorem BookProof.HashimotoShiftInvert.sqrtInvCoeff_abs_le_one import Mathlib import Definitions.Def_ChapterHashimotoShiftInvert open BookProof.HashimotoShiftInvert open BookProof.FarisLavine BookProof.YangMillsFriedrichs BookProof.YangMillsFriedrichsLimit open BookProof.HermiteGalerkin open Filter Topology
Formal statement
theorem BookProof.HashimotoShiftInvert.sqrtInvCoeff_abs_le_one (n : ℕ) : |sqrtInvCoeff n| ≤ 1 := by sorry
Source