The Lean 4 theorem `nsDivergenceConstraint_resolution` in the `ChapterNavierStokesFlow` chapter of the timepiece formalization
ProvedBookProof.NavierStokesFlow.nsDivergenceConstraint_resolutiontimepiece
The Lean 4 theorem nsDivergenceConstraint_resolution in the ChapterNavierStokesFlow chapter of the timepiece formalization.
Preamble
-- Generated from ChapterNavierStokesFlow.lean — theorem BookProof.NavierStokesFlow.nsDivergenceConstraint_resolution import Mathlib import Definitions.Def_ChapterNavierStokesFlow open BookProof.NavierStokesFlow open scoped BigOperators Matrix Kronecker ComplexOrder TensorProduct
Formal statement
theorem BookProof.NavierStokesFlow.nsDivergenceConstraint_resolution (u11 u22 u33 : ℝ) (h : u33 = -(u11 + u22)) :
u11 + u22 + u33 = 0 := by sorrySource