Functions and measures of temperate growth #
A function is called of temperate growth if it is smooth and all iterated derivatives are polynomially bounded.
Equations
Instances For
A function has temperate growth if and only if it is smooth and its n-th iterated
derivative is O((1 + ‖x‖) ^ k) for some k : ℕ (depending on n).
Note that the O here is with respect to the ⊤ filter, meaning that the bound holds everywhere.
TODO: when E is finite dimensional, this is equivalent to the derivatives being O(‖x‖ ^ k)
as ‖x‖ → ∞.
If f has temperate growth, then its n-th iterated derivative is O((1 + ‖x‖) ^ k) for
some k : ℕ (depending on n).
Note that the O here is with respect to the ⊤ filter, meaning that the bound holds everywhere.
If f has temperate growth, then for any N : ℕ one can find k such that all iterated
derivatives of f of order ≤ N are O((1 + ‖x‖) ^ k).
Note that the O here is with respect to the ⊤ filter, meaning that the bound holds everywhere.
Alias of Function.HasTemperateGrowth.norm_iteratedFDeriv_le_uniform.
The product of two functions of temperate growth is again of temperate growth.
Version for bilinear maps.
The product of two functions of temperate growth is again of temperate growth.
Version for scalar multiplication.
The product of two functions of temperate growth is again of temperate growth.
A measure μ has temperate growth if there is an n : ℕ such that (1 + ‖x‖) ^ (- n) is
μ-integrable.
Instances
An integer exponent l such that (1 + ‖x‖) ^ (-l) is integrable if μ has
temperate growth.
Equations
- μ.integrablePower = if h : μ.HasTemperateGrowth then ⋯.choose else 0
Instances For
Pointwise inequality to control x ^ k * f in terms of 1 / (1 + x) ^ l if one controls both
f (with a bound C₁) and x ^ (k + l) * f (with a bound C₂). This will be used to check
integrability of x ^ k * f x when f is a Schwartz function, and to control explicitly its
integral in terms of suitable seminorms of f.
Given a function such that f and x ^ (k + l) * f are bounded for a suitable l, then
x ^ k * f is integrable. The bounds are not relevant for the integrability conclusion, but they
are relevant for bounding the integral in integral_pow_mul_le_of_le_of_pow_mul_le. We formulate
the two lemmas with the same set of assumptions for ease of applications.
Given a function such that f and x ^ (k + l) * f are bounded for a suitable l, then
one can bound explicitly the integral of x ^ k * f.
For any HasTemperateGrowth measure and p, there exists an integer power k such that
(1 + ‖x‖) ^ (-k) is in L^p.