The transformed integral for a terminal flat primitive #
The change of variables is u = x / sqrt (1 + x² t) for x > 0.
Natural powers of the square root encode the real power (j - 3) / 2
without truncating subtraction in the natural numbers.
Kernel, given by (1 / 2 : ℝ) * Real.exp (-c * t) * (denominator x t ^ j / denominator x t ^ 3) * b (coordinate x t).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Factor, given by ∫ t in Ioi (0 : ℝ), kernel c j b x t.
Equations
- NavierStokes.FlatPrimitiveFactor.factor c j b x = ∫ (t : ℝ) in Set.Ioi 0, NavierStokes.FlatPrimitiveFactor.kernel c j b x t
Instances For
theorem
NavierStokes.FlatPrimitiveFactor.coordinate_hasDerivAt
(x : ℝ)
{t : ℝ}
(ht : 0 ≤ t)
:
HasDerivAt (coordinate x) (-(x ^ 3 / (2 * denominator x t ^ 3))) t
theorem
NavierStokes.FlatPrimitiveFactor.coordinate_injOn
{x : ℝ}
(hx : 0 < x)
:
Set.InjOn (coordinate x) (Set.Ioi 0)
theorem
NavierStokes.FlatPrimitiveFactor.edge_coordinate
(c : ℝ)
{x t : ℝ}
(hx : 0 < x)
(ht : 0 ≤ t)
:
theorem
NavierStokes.FlatPrimitiveFactor.polynomial_exp_integrable
{c : ℝ}
(hc : 0 < c)
(N : ℕ)
:
MeasureTheory.IntegrableOn (fun (t : ℝ) => (1 + t) ^ N * Real.exp (-c * t)) (Set.Ioi 0) MeasureTheory.volume
Every fixed polynomial majorant is integrable against the decaying exponential on the transformed half-line.
theorem
NavierStokes.FlatPrimitiveFactor.kernel_iteratedDeriv_measurable
(c : ℝ)
(j : ℕ)
{b : ℝ → ℝ}
(hb : ContDiff ℝ (↑⊤) b)
(n : ℕ)
(x : ℝ)
:
MeasureTheory.AEStronglyMeasurable (fun (t : ℝ) => iteratedDeriv n (fun (y : ℝ) => kernel c j b y t) x)
(MeasureTheory.volume.restrict (Set.Ioi 0))
theorem
NavierStokes.FlatPrimitiveFactor.exists_smooth_factor
{c : ℝ}
(hc : 0 < c)
(j : ℕ)
{b : ℝ → ℝ}
(hb : ContDiff ℝ (↑⊤) b)
:
Full smooth factorization of the actual terminal primitive, with its endpoint value fixed by the coefficient. The smooth factor is constructed as an improper integral rather than assumed.