Four disjoint reservations on the actual outgoing shaped wait #
The log intervals are the four examples in the manuscript: (-25,-20), (-20,-15), (-14,-9), and (-8,-3), relative to the pulse entrance. The first is the five-row repair after radial modulation. The second is the existing heat-compensation patch. The last two remain pure powers after that heat correction. All fields below use the same outgoing profile.
Left offset as an element of Slot → ℝ | .modulation => -25 | .heat => -20 | .positive => -14 | .mean => -8.
Equations
- NavierStokes.ReservedPatches.leftOffset NavierStokes.ReservedPatches.Slot.modulation = -25
- NavierStokes.ReservedPatches.leftOffset NavierStokes.ReservedPatches.Slot.heat = -20
- NavierStokes.ReservedPatches.leftOffset NavierStokes.ReservedPatches.Slot.positive = -14
- NavierStokes.ReservedPatches.leftOffset NavierStokes.ReservedPatches.Slot.mean = -8
Instances For
Right offset as an element of Slot → ℝ | .modulation => -20 | .heat => -15 | .positive => -9 | .mean => -3.
Equations
- NavierStokes.ReservedPatches.rightOffset NavierStokes.ReservedPatches.Slot.modulation = -20
- NavierStokes.ReservedPatches.rightOffset NavierStokes.ReservedPatches.Slot.heat = -15
- NavierStokes.ReservedPatches.rightOffset NavierStokes.ReservedPatches.Slot.positive = -9
- NavierStokes.ReservedPatches.rightOffset NavierStokes.ReservedPatches.Slot.mean = -3
Instances For
Left clock, given by F.data.core.pulseStart + leftOffset s.
Equations
Instances For
Right clock, given by F.data.core.pulseStart + rightOffset s.
Equations
Instances For
Left, given by OutgoingDilation.radius XR (leftClock F s).
Equations
Instances For
Right, given by OutgoingDilation.radius XR (rightClock F s).
Equations
Instances For
Window, given by Ioo (left F XR s) (right F XR s).
Equations
- NavierStokes.ReservedPatches.window F XR s = Set.Ioo (NavierStokes.ReservedPatches.left F XR s) (NavierStokes.ReservedPatches.right F XR s)
Instances For
Closed support regions with strict margins in the four windows #
Support left, given by left F XR s * innerLower s.
Equations
Instances For
Support right, given by left F XR s * innerUpper s.
Equations
Instances For
Closed patch, given by Icc (supportLeft F XR s) (supportRight F XR s).
Equations
Instances For
Moment patch, bundling left, right, left_pos, ordered.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Exact fields on the actual, common outgoing profile #
X amplitude, constructed using OutgoingSchedule.radialAmplitude.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The heat slot is deliberately excluded: its additive correction is real.
The heat correction lies in its own closed interior support region #
Conversion to the similarity radius R, where X = R squared / 2 #
Radial left, given by Real.sqrt (2 * left F XR s).
Equations
- NavierStokes.ReservedPatches.radialLeft F XR s = √(2 * NavierStokes.ReservedPatches.left F XR s)
Instances For
Radial right, given by Real.sqrt (2 * right F XR s).
Equations
- NavierStokes.ReservedPatches.radialRight F XR s = √(2 * NavierStokes.ReservedPatches.right F XR s)
Instances For
Radial support left, given by Real.sqrt (2 * supportLeft F XR s).
Equations
Instances For
Radial support right, given by Real.sqrt (2 * supportRight F XR s).
Equations
Instances For
Radial window, given by Ioo (radialLeft F XR s) (radialRight F XR s).
Equations
Instances For
Radial closed patch, given by Icc (radialSupportLeft F XR s) (radialSupportRight F XR s).
Equations
Instances For
Radial amplitude, given by xAmplitude F XR eta * (2 : ℝ) ^ (1 / 2 + F.data.core.lam).
Equations
- NavierStokes.ReservedPatches.radialAmplitude F XR eta = NavierStokes.ReservedPatches.xAmplitude F XR eta * 2 ^ (1 / 2 + F.data.core.lam)
Instances For
This is the precise R-power interface used by positive-order and mean repairs.
Supported perturbations preserve the other complete open windows #
Supported, given by ∀ eta, support (fun X => v (X, eta)) ⊆ closedPatch F XR s.
Equations
- NavierStokes.ReservedPatches.Supported F XR s v = ∀ (eta : ℝ), (Function.support fun (X : ℝ) => v (X, eta)) ⊆ NavierStokes.ReservedPatches.closedPatch F XR s
Instances For
The actual five-row bump formulas satisfy the support premise, for arbitrary amplitude and coefficient functions. Smoothness is irrelevant to this identity.
Radial supported, given by ∀ eta, support (fun R => v (R, eta)) ⊆ radialWindow F XR s.
Equations
- NavierStokes.ReservedPatches.RadialSupported F XR s v = ∀ (eta : ℝ), (Function.support fun (R : ℝ) => v (R, eta)) ⊆ NavierStokes.ReservedPatches.radialWindow F XR s
Instances For
This premise is exactly the open-support conclusion of the positive-order and mean bump solvers. They may use the full window or any smaller subpatch.