The Lean 4 theorem `toBand2` in the `ChapterHermiteBandCalculus` chapter of the timepiece formalization
ProvedBookProof.HermiteBand.Band.toBand2timepiece
The Lean 4 theorem toBand2 in the ChapterHermiteBandCalculus chapter of the timepiece formalization.
Preamble
import Definitions.Def_ChapterHermiteProductBasis
import Definitions.Def_ChapterHermiteProductCore
-- Generated from ChapterHermiteBandCalculus.lean — theorem BookProof.HermiteBand.Band.toBand2
import Mathlib
import Definitions.Def_ChapterHermiteBandCalculus
import Definitions.Def_ChapterHermiteBandCalculus
open BookProof.HermiteBand
noncomputable section
open MvPolynomial BookProof.HermiteProductCore BookProof.HermiteProductBasis
variable {d : ℕ}Formal statement
theorem BookProof.HermiteBand.Band.toBand2 {T : MvPolynomial (Fin d) ℂ →ₗ[ℂ] MvPolynomial (Fin d) ℂ} {M : ℕ} {C : ℝ}
(hC : 0 ≤ C) (h : Band T 1 M C g1) : Band T 2 M C g2 := by sorrySource