A concrete smooth exponential-flat edge #
For c > 0, this file constructs the actual function exp (-c / x^2) on
x > 0, extended by zero on x ≤ 0. The proof works with polynomial multiples
in x⁻¹, an explicit family closed under differentiation. It establishes
smoothness, vanishing derivatives, and smooth inverse-power quotients.
These facts concern this scalar edge function, not the manuscript's stress factorization, PDE estimates, or asserted smooth force extension.
Near zero, the square-inverse exponential is bounded by Mathlib's already-constructed smooth inverse exponential.
A family containing the edge and every inverse-power weighted edge.
Equations
Instances For
Every polynomial in the inverse coordinate is defeated by this actual edge exponential. The limit is two-sided and includes the zero extension.
The polynomial transformation induced by differentiating an inverse
polynomial times the edge: 2 c X³ p - X² p'.
Equations
- NavierStokes.FlatCutoff.derivativePolynomial c p = Polynomial.C (2 * c) * Polynomial.X ^ 3 * p - Polynomial.X ^ 2 * Polynomial.derivative p
Instances For
The full inverse-polynomial family is smooth, including at the edge.
The explicit derivative polynomial after m differentiations.
Equations
Instances For
Every actual derivative vanishes at the joining point.
Division by an arbitrary natural power stays inside the smooth family.
Every derivative decays faster than every inverse power can grow. This is a limit for the constructed function, with no assumed flatness predicate.