The actual Gaussian slot-cutoff errors #
The profile is a constructed smooth bump, with the plateau and support radii from Section 8.2. No error field is set to zero: local vanishing on the plateau, the Gaussian bound off that plateau, and higher Leibniz estimates are used.
The fixed profile has plateau radius 1/5 and support radius 1/3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Profile, given by profileBump.
Instances For
The derivative error is supported strictly inside the slot and outside the central plateau; in particular it lies near the entry or exit.
The square root of the actual flat edge is another member of that family.
Exponential decay along the actual bands #
Every polynomial in S=n² times a Gaussian tail is bounded by every
real power of the actual dyadic Q=2⁻ⁿ. No asymptotic surrogate is used.
The actual cutoff products and all their stripped derivatives #
The offset never enters the bound. Thus translated copies have the same constants, even when their centers differ by arbitrarily many periods.
The two excluded errors, retained as actual functions. θ is the
normalized slot coordinate v/L.
Equations
- NavierStokes.GaussianTailFlat.cutoffError L θ u f x = (L⁻¹ * deriv NavierStokes.GaussianTailFlat.profile (θ x)) • u x + (1 - NavierStokes.GaussianTailFlat.profile (θ x)) • f x
Instances For
This class bound is derived by all-order Leibniz, from the actual wave and source classes and the constructed cutoff profile.
A slow weight controlled by the actual two-sided exponential-flat edge. The comparison permits additional cutoffs of size at most one.
- leftDecay : ℝ
Left decay of
FlatEdges, of typeℝ. - rightDecay : ℝ
Right decay of
FlatEdges, of typeℝ. - width : ℝ
Width of
FlatEdges, of typeℝ. - position : D → ℝ
- zeta_le (x : D) : x ∈ s.domain → s.zeta x ≤ WeightedRadialPrimitive.zeta self.leftDecay self.rightDecay self.width (self.position x)
Instances For
Only the actual scale identity and a polynomial slow-scale upper bound are used. The exponent may be any real number.
- power : ℝ
Power of
BandScaleControl, of typeℝ. - boundConstant : ℝ
Bound constant of
BandScaleControl, of typeℝ. - degree : ℕ
Degree of
BandScaleControl, of typeℕ.
Instances For
Native slot data before restriction to the physical graph. The cutoff coordinate is affine, and no spatial derivatives of a band index occur.
Length of
SlotFamily, of typeℕ → ℝ.Linear of
SlotFamily, of typeℕ → D →L[ℝ] ℝ.Offset of
SlotFamily, of typeℕ → ℝ.- inverse_length_bound : WeightedClasses.BandBound s 0 fun (n : ℕ) => (self.length n)⁻¹
- lengthScale : ℝ
Length scale of
SlotFamily, of typeℝ.
Instances For
Coordinate, given by g.offset n + g.linear n x.
Equations
- g.coordinate n x = g.offset n + (g.linear n) x
Instances For
Cutoff, given by profile (g.coordinate n x).
Equations
- g.cutoff n x = NavierStokes.GaussianTailFlat.profile (g.coordinate n x)
Instances For
Error, given by cutoffError (g.length n) (g.coordinate n) (u n) (f n).
Equations
- g.error u f n = NavierStokes.GaussianTailFlat.cutoffError (g.length n) (g.coordinate n) (u n) (f n)
Instances For
The derivative in a direction with D(v)=1 is the exact coefficient
used in the retained cutoff error, because v=L θ.
Uniform polynomial-times-Gaussian bound for the two exact cutoff products. The only field estimates assumed are the original wave/source classes and the Gaussian upper bound for their common envelope.
Every prescribed dyadic power is gained, for all actual stripped jets.
The excluded field belongs to every unweighted decay class. Its bound has polynomial degree zero, so no inverse-edge factor remains hidden.
The true native slot length is uniformly comparable from below to
1+n²; finitely many small bands are included by a finite minimum.
Actual native slots. η is the fixed longitudinal coordinate functional;
only the centers depend on the band. Normalizing v by L cancels ci.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The reference Gaussian envelope, extended by zero away from its slot. This is a weight, not a redefinition of either retained error.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Restriction to the actual physical graph and carrier #
The fundamental need only be smooth in the open slot. Away from that slot the exact error agrees locally with the smooth source. This avoids any smoothness assertion for a clamped ODE extension across its endpoints.
Every fixed physical derivative retains arbitrarily high decay powers. The loss is supplied by the proved physical graph theorem.
Big-O formulation along any sequence of physical points in the controlled annulus and slow domain. The derivative order and power are arbitrary.
The same result for the actual oscillatory carrier. The phase estimates
are the primitive estimates consumed by carrier_class_physical_bound.
Version with the manuscript's actual native phase, polar charts and rounded carrier. No phase-derivative hypothesis replaces the base-field jets.
The two summands separately #
Derivative error, given by ((g.length n)⁻¹ * deriv profile (g.coordinate n x)) • u n x.
Equations
- g.derivativeError u n x = ((g.length n)⁻¹ * deriv NavierStokes.GaussianTailFlat.profile (g.coordinate n x)) • u n x
Instances For
Omitted source, given by (1 - profile (g.coordinate n x)) • f n x.
Equations
- g.omittedSource f n x = (1 - NavierStokes.GaussianTailFlat.profile (g.coordinate n x)) • f n x
Instances For
Both transition collars, with the exact normalized slot endpoints. This
holds for every actual parameter jet, without any regularity needed of u
where the multiplier vanishes on a neighborhood.
Full all-gain specialization to the actually constructed reference Gaussian envelope. Only the proved original wave classes are inputs.