Bounds for actual Fréchet jets #
Finite jet bounds on open domains, using iteratedFDeriv itself. The product
estimates follow from Mathlib's higher-order Leibniz inequality. No PDE,
construction, or prescribed derivative values are assumed here.
A common bound for the actual derivatives of orders 0, ..., m on s.
Smoothness is a separate hypothesis of the closure theorems.
Equations
- NavierStokes.JetBounds.FiniteJetBound m f s C = ∀ n ≤ m, ∀ x ∈ s, ‖iteratedFDeriv ℝ n f x‖ ≤ C
Instances For
An order-dependent bound for all actual derivatives on s.
Equations
- NavierStokes.JetBounds.AllJetBound f s C = ∀ (n : ℕ), ∀ x ∈ s, ‖iteratedFDeriv ℝ n f x‖ ≤ C n
Instances For
Taking a genuine Fréchet derivative consumes one derivative of the bound.
Addition in a finite C^m bound, on an arbitrary open domain.
Mathlib's Leibniz inequality stated with ambient derivatives on an open set.
The scalar Leibniz inequality on an open set, with ambient derivatives.
A bounded bilinear map obeys the explicit finite-order Leibniz bound.
Scalar multiplication has bilinear norm at most one, giving constant 2^m.
Evaluation of an operator-valued field has the same 2^m product bound.
The transport expression (Dg) f uses one extra derivative of g.
The actual second Fréchet derivative consumes two orders of a finite bound.
The order profile produced by the binomial Leibniz sum.
Equations
- NavierStokes.JetBounds.leibnizProfile A B n = ∑ i ∈ Finset.range (n + 1), ↑(n.choose i) * A i * B (n - i)
Instances For
All-order bilinear closure with the full binomial profile, rather than a constant uniform in derivative order.
Exact exponent addition in the finite product bound.
The all-order product estimate preserves the sum of real decay exponents; the output constants are explicitly the binomial convolution of input constants.
Quantitative change of a general bounded bilinear nonlinearity. The three terms are the two cross interactions and the quadratic perturbation.