Theorems · Theorem · functional analysis
Function.HasTemperateGrowth.isBigO_uniform
∀ {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 → ∀ (N : ℕ), ∃ k, ∀ n ≤ N, iteratedFDeriv ℝ n f =O[⊤] fun x => (1 + ‖x‖) ^ kIf 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.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Nat.cast_oneproof · cited by 2,501
- Finset.rangeproof · cited by 1,341
- le_of_ltproof · cited by 1,175
- ContinuousMultilinearMapstatement · cited by 1,016
- norm_nonnegproof · cited by 725
- Finset.supproof · cited by 530
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.bilinear_hasTemperateGrowthproof · cited by 2
- Function.HasTemperateGrowth.norm_iteratedFDeriv_le_uniformproof · cited by 2