The Lean 4 theorem `nsQuadraticDiffH_hashimoto_selects` in the `ChapterNavierStokesDiffHashimoto` chapter of the timepiece formalization
ProvedBookProof.NavierStokesFlow.DiffHashimoto.nsQuadraticDiffH_hashimoto_selectstimepiece
The Lean 4 theorem nsQuadraticDiffH_hashimoto_selects in the ChapterNavierStokesDiffHashimoto chapter of the timepiece formalization.
Preamble
-- Generated from ChapterNavierStokesDiffHashimoto.lean — theorem BookProof.NavierStokesFlow.DiffHashimoto.nsQuadraticDiffH_hashimoto_selects import Mathlib import Definitions.Def_ChapterNavierStokesDiffHashimoto import Definitions.Def_ChapterHashimotoComplexShifts open BookProof.NavierStokesFlow open BookProof.NavierStokesFlow.DiffHashimoto open Filter Topology open MvPolynomial open BookProof.FarisLavine BookProof.HashimotoShiftInvert BookProof.EsaClosure open BookProof.HermiteGalerkin open BookProof.HermiteProductCore BookProof.HermiteProductBasis open BookProof.HermiteRelative open BookProof.NavierStokesFlow.DifferentialL2 noncomputable section variable (A : Matrix (Fin 3) (Fin 3) ℝ) (c : Fin 3 → ℝ)
Formal statement
theorem BookProof.NavierStokesFlow.DiffHashimoto.nsQuadraticDiffH_hashimoto_selects (nu : ℝ) (grad : Matrix (Fin 3) (Fin 3) ℝ)
(lap : Fin 3 → ℝ) (b : HilbertBasis ℕ ℂ (L2d 3)) (γ : ℕ → ℂ) (hγ : ∀ j, (γ j).im ≠ 0) :
∃ (Dom : Submodule ℂ (L2d 3)) (G : Dom →ₗ[ℂ] L2d 3) (X : ℕ → L2d 3 →L[ℂ] L2d 3),
IsSelfAdjointExtension
((polyGaussCore (d := 3)).subtype.comp (nsQuadraticDiffH nu grad lap)) G ∧
(∀ j, IsShiftInvertC G (γ j) (X j)) ∧
(∀ j, ‖X j‖ ≤ |(γ j).im|⁻¹) ∧
(∀ j, Dom = LinearMap.range ((X j : L2d 3 →ₗ[ℂ] L2d 3))) ∧
(∀ j u, Tendsto (fun n : ℕ => galerkinCompression (X j) b n u) atTop (nhds (X j u))) ∧
(∀ j (Dom' : Submodule ℂ (L2d 3)) (G' : Dom' →ₗ[ℂ] L2d 3),
IsShiftInvertC G' (γ j) (X j) →
Dom' = Dom ∧ ∀ (x : L2d 3) (hx : x ∈ Dom) (hx' : x ∈ Dom'),
G' ⟨x, hx'⟩ = G ⟨x, hx⟩) := by sorrySource