Theorems · Theorem · functional analysis
Function.hasTemperateGrowth_iff_isBigO
∀ {E : Type u_5} {F : Type u_6} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {f : E → F},
Function.HasTemperateGrowth f ↔ ContDiff ℝ (↑⊤) f ∧ ∀ (n : ℕ), ∃ k, iteratedFDeriv ℝ n f =O[⊤] fun x => (1 + ‖x‖) ^ kA 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‖ → ∞.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- Filterstatement · cited by 8,121
- Norm.normstatement and proof · cited by 5,413
- ENatstatement · cited by 4,985
- Nat.cast_oneproof · cited by 2,501
- le_of_ltproof · cited by 1,175
- WithTop.somestatement and proof · cited by 1,128
- ContinuousMultilinearMapstatement · cited by 1,016
- norm_nonnegproof · cited by 725
Cited by3
Results whose statement or proof uses this declaration.
- Function.HasTemperateGrowth.addproof · cited by 4
- ContinuousLinearMap.bilinear_hasTemperateGrowthproof · cited by 2
- Function.HasTemperateGrowth.isBigOproof · cited by 1