Documentation

LeanPool.NavierStokesAndEuler.Euler.SourceNormalCoefficient

The actual scalar normal coefficient as a one-column Gram inverse #

The column r↦r m has Gram matrix ‖m‖². Its genuinely constructed bounded-field left inverse is therefore exactly v↦⟪m,v⟫/‖m‖². This derives uniform time-space regularity and factorial multiplier bounds from the normal field and its positive lower bound, without assuming regularity of a reciprocal field.

theorem EulerSourceNormalCoefficient.normalFunctional_apply {K : Type u_1} {E : Type u_2} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (m : EulerMeanCoefficients.SmoothCoefficientPath K E) (c : ) (hc : 0 < c) (hm : ∀ (t : K) (x : EulerSmoothLimit.Space), c (m.field t) x ^ 2) (t : K) (x : EulerSmoothLimit.Space) (v : E) :
(((normalFunctional m c hc hm) t) x) v = inner ((m.field t) x) v / (m.field t) x ^ 2

The constructed Gram left inverse is precisely the literal normal quotient.

The pressure coefficient has genuine translated uniform-path regularity.