Joint smoothness of even descent #
This module treats a real auxiliary parameter and a real radial coordinate. The full derivative on the closed half-plane is proved before any higher-order regularity is inferred. Separate smoothness is not used as a substitute for joint smoothness.
Plane: an abbreviation for ℝ × ℝ.
Equations
Instances For
Even radial, given by ∀ p, Function.Even (fun r => F (p, r)).
Equations
- NavierStokes.ParametricEvenDescent.EvenRadial F = ∀ (p : ℝ), Function.Even fun (r : ℝ) => F (p, r)
Instances For
Parameter partial, given by deriv (fun p => F (p, q.2)) q.1.
Equations
Instances For
Radial partial, given by deriv (fun r => F (q.1, r)) q.2.
Equations
Instances For
Radial reduce, given by EvenSmoothDescent.radialDerivative (fun r => F (q.1, r)) q.2.
Equations
- NavierStokes.ParametricEvenDescent.radialReduce F q = NavierStokes.EvenSmoothDescent.radialDerivative (fun (r : ℝ) => F (q.1, r)) q.2
Instances For
Plane derivative, given by `(ContinuousLinearMap.fst ℝ ℝ ℝ).smulRight (parameterPartial F q)
- (ContinuousLinearMap.snd ℝ ℝ ℝ).smulRight (radialReduce F q)`.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The full Fréchet derivative extends to the boundary of the half-plane.
Joint smoothness in the auxiliary parameter and the squared radial variable.
Localized, given by (EvenSmoothDescent.evenCutoff A (q.1 - a) * EvenSmoothDescent.evenCutoff R q.2) • F q.
Equations
- NavierStokes.ParametricEvenDescent.localized a A R F q = (NavierStokes.EvenSmoothDescent.evenCutoff A (q.1 - a) * NavierStokes.EvenSmoothDescent.evenCutoff R q.2) • F q
Instances For
Joint smoothness at the axis uses only an actual smooth, radially even germ.
Local joint smoothness on an open parameter set and a closed radial half-interval.
The radial right jets in the joint descent are the exact even radial jets.