The actual three fields in the chain rule for X(t,Y(t,a)) have Gevrey L² bounds. The parent is controlled by its physical-label H⁶ norm, and Y preserves volume. The new radius is linear in the inner radius, with only polynomial dependence on the parent and amplitudes.
The classical label Sobolev norm also bounds the actual L² tensor jets, so a parent satisfying (21) supplies every outer L² input needed by the volume-preserving composition estimate.
Data, collecting parentDisplacement, parentVelocity, parentAcceleration, K, K_one,
parentDisplacement_bound and their compatibility conditions.
- parentDisplacement : EulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space
Parent displacement of
Data, of typeSmoothL2Field Space. - parentVelocity : EulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space
Parent velocity of
Data, of typeSmoothL2Field Space. - parentAcceleration : EulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space
Parent acceleration of
Data, of typeSmoothL2Field Space. - K : ℝ
K of
Data, of typeℝ. - parentDisplacement_bound : EulerPacketParentLabelBounds.HasLabelBound self.K self.parentDisplacement
- parentVelocity_bound : EulerPacketParentLabelBounds.HasLabelBound self.K self.parentVelocity
- parentAcceleration_bound : EulerPacketParentLabelBounds.HasLabelBound self.K self.parentAcceleration
- displacement : EulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space
Displacement of
Data, of typeSmoothL2Field Space. Velocity field of
Data, of typeSmoothL2Field Space.- acceleration : EulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space
Acceleration of
Data, of typeSmoothL2Field Space. - amp : ℝ
Amp of
Data, of typeℝ. - rad : ℝ
Rad of
Data, of typeℝ. - displacement_bound : self.displacement.HasJetBound self.amp self.rad
- velocity_bound : self.velocity.HasJetBound self.amp self.rad
- acceleration_bound : self.acceleration.HasJetBound self.amp self.rad
- displacement_sup : EulerGevrey.HasSupBound self.displacement.field self.amp self.rad
- velocity_sup : EulerGevrey.HasSupBound self.velocity.field self.amp self.rad
- volume_preserving : MeasureTheory.MeasurePreserving (fun (x : EulerSmoothLimit.Space) => x + self.displacement.field x) MeasureTheory.volume MeasureTheory.volume
Instances For
Inner, given by x+G.displacement.field x.
Equations
- G.inner x = x + G.displacement.field x
Instances For
Radius, given by G.compositionRadius (16*G.K)+G.rad.
Instances For
Second amplitude, given by G.firstAmplitude*(4*G.K).
Equations
- G.secondAmplitude = G.firstAmplitude * (4 * G.K)
Instances For
Parent composed, constructed using composeField.
Equations
- G.parentComposed U hU = EulerLpTranslation.SmoothL2Field.composeField G.inner ⋯ ⋯ (1 + G.amp) (1 + G.rad) ⋯ ⋯ ⋯ U G.K G.K ⋯ ⋯ ⋯
Instances For
First coefficient, given by fderiv ℝ U.field (G.inner x).
Instances For
Second coefficient, given by fderiv ℝ (fderiv ℝ U.field) (G.inner x).
Instances For
First term, constructed using productField.
Equations
- G.firstTerm U hU = EulerLpTranslation.SmoothL2Field.productField (G.firstCoefficient U) ⋯ G.velocity G.firstAmplitude G.amp G.radius ⋯ ⋯ ⋯ ⋯ ⋯
Instances For
Quadratic coefficient, given by G.secondCoefficient G.parentDisplacement x (G.velocity.field x).
Equations
- G.quadraticCoefficient x = (G.secondCoefficient G.parentDisplacement x) (G.velocity.field x)
Instances For
Quadratic term, constructed using productField.
Equations
- G.quadraticTerm = EulerLpTranslation.SmoothL2Field.productField G.quadraticCoefficient ⋯ G.velocity (3 * G.secondAmplitude * G.amp) G.amp G.radius ⋯ ⋯ ⋯ ⋯ ⋯
Instances For
Acceleration term, constructed using productField.
Equations
- G.accelerationTerm = EulerLpTranslation.SmoothL2Field.productField (G.firstCoefficient G.parentDisplacement) ⋯ G.acceleration G.firstAmplitude G.amp G.radius ⋯ ⋯ ⋯ ⋯ ⋯
Instances For
Child displacement, given by addField (G.parentComposed G.parentDisplacement G.parentDisplacement_bound) G.displacement.
Equations
Instances For
Child velocity, constructed using addField.
Equations
- G.childVelocity = ((G.parentComposed G.parentVelocity ⋯).addField G.velocity).addField (G.firstTerm G.parentDisplacement ⋯)
Instances For
Child acceleration, constructed using addField.
Equations
- One or more equations did not get rendered due to their size.