The Lean 4 theorem `nsHamiltonian_isPolynomial` in the `ChapterNavierStokesFlow` chapter of the timepiece formalization
ProvedBookProof.NavierStokesFlow.nsHamiltonian_isPolynomialtimepiece
The Lean 4 theorem nsHamiltonian_isPolynomial in the ChapterNavierStokesFlow chapter of the timepiece formalization.
Preamble
-- Generated from ChapterNavierStokesFlow.lean — theorem BookProof.NavierStokesFlow.nsHamiltonian_isPolynomial
import Mathlib
import Definitions.Def_ChapterNavierStokesFlow
open BookProof.NavierStokesFlow
open scoped BigOperators Matrix Kronecker ComplexOrder TensorProduct
variable {n : ℕ} (d : NSTruncation n)Formal statement
theorem BookProof.NavierStokesFlow.nsHamiltonian_isPolynomial :
nsHamiltonian d = ∑ a : NSWordIndex, nsCoeff d.nu a • ((nsWord a).map (nsGen d)).prod := by sorrySource