Constructed smooth moment repairs #
The correction profiles are explicit affine rescalings of the constructed smooth cutoff. Their supports lie strictly inside the supplied positive intervals. The generalized-power determinant theorem then gives exact finite-moment repair by an actual compactly supported smooth function.
Generalized-power evaluation matrices #
Rolle induction proves uniqueness of an exponential sum at as many ordered nodes as there are distinct real exponents. Taking logarithms gives the generalized-power evaluation-matrix part of manuscript Lemma 3.6.
Consecutive equal values yield strictly ordered derivative zeros.
An exponential sum with n distinct real exponents which vanishes at n
strictly ordered nodes has all coefficients zero. This is the full finite
Rolle induction, with no nonsingularity premise.
The evaluation matrix, with exponents indexing rows and nodes indexing columns.
Equations
- NavierStokes.PowerMomentMatrix.expEvaluationMatrix a x i j = Real.exp (a i * x j)
Instances For
The generalized-power evaluation determinant is nonzero at positive ordered nodes.
A continuous function with zero integral against a positive finite measure of nonzero mass on an interval has a zero in that interval.
Columns integrate the real powers over separated intervals against finite
positive measures. Positivity is intrinsic in the type Measure.
Equations
Instances For
The integrated generalized-power matrix is nonsingular for any finite positive measures with nonzero mass on strictly separated compact positive intervals. This proves the moment-matrix mechanism without assuming determinant sign or invertibility. A zero linear combination of columns supplies one function zero in each interval; the Rolle theorem above then forces all coefficients to vanish.
The ordered bump moment matrix is nonsingular. The bump hypotheses are stated using explicit separated compact intervals; continuity suffices, so smoothness is unnecessary. All finite sizes and arbitrary distinct real exponents are covered. No moment-determinant or inverse estimate is assumed.
Inner lower, given by (3 * l + u) / 4.
Equations
- NavierStokes.LocalizedMomentRepair.innerLower l u = (3 * l + u) / 4
Instances For
Inner upper, given by (l + 3 * u) / 4.
Equations
- NavierStokes.LocalizedMomentRepair.innerUpper l u = (l + 3 * u) / 4
Instances For
A concrete smooth bump in the middle half of (l,u).
Equations
- NavierStokes.LocalizedMomentRepair.bump l u t = NavierStokes.SmoothCutoffs.cutoff ((t - (l + u) / 2) / ((u - l) / 4))
Instances For
The actual generalized-power moment matrix of the constructed profiles.
Equations
- NavierStokes.LocalizedMomentRepair.matrix a l u = NavierStokes.PowerMomentMatrix.bumpMomentMatrix a fun (j : Fin n) => NavierStokes.LocalizedMomentRepair.bump (l j) (u j)
Instances For
Coefficients are computed from the proved nonsingular moment matrix.
Equations
Instances For
The constructed smooth correction for the prescribed finite vector of debts.
Equations
- NavierStokes.LocalizedMomentRepair.repair a l u d t = ∑ j : Fin n, NavierStokes.LocalizedMomentRepair.coefficients a l u d j * NavierStokes.LocalizedMomentRepair.bump (l j) (u j) t
Instances For
The prescribed moments hold as exact ordinary Lebesgue integral identities.
Existence from exponents and intervals alone, with an actual function witness.
The fixed-interval, fixed-exponent repair depends linearly on the moment debt.
Equations
- NavierStokes.LocalizedMomentRepair.repairLinearMap a l u = { toFun := NavierStokes.LocalizedMomentRepair.repair a l u, map_add' := ⋯, map_smul' := ⋯ }
Instances For
Continuity in the pointwise function topology; the later jet bounds are stronger.
Every derivative of the repair is the same linear combination of fixed coordinate repairs.