The Lean 4 theorem `diagCLM_isSelfAdjoint` in the `ChapterHashimotoShiftInvert` chapter of the timepiece formalization
ProvedBookProof.HashimotoShiftInvert.diagCLM_isSelfAdjointtimepiece
The Lean 4 theorem diagCLM_isSelfAdjoint in the ChapterHashimotoShiftInvert chapter of the timepiece formalization.
Preamble
-- Generated from ChapterHashimotoShiftInvert.lean — theorem BookProof.HashimotoShiftInvert.diagCLM_isSelfAdjoint 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.diagCLM_isSelfAdjoint {c : ℕ → ℝ} (hc : ∀ n, |c n| ≤ 1) :
IsSelfAdjoint (diagCLM hc) := by sorrySource