Theorems · Theorem · complex analysis
PhragmenLindelof.isBigO_sub_exp_rpow
∀ {E : Type u_1} [inst : NormedAddCommGroup E] {a : ℝ} {f g : ℂ → E} {l : Filter ℂ},
(∃ c < a, ∃ B, f =O[Bornology.cobounded ℂ ⊓ l] fun z => Real.exp (B * ‖z‖ ^ c)) →
(∃ c < a, ∃ B, g =O[Bornology.cobounded ℂ ⊓ l] fun z => Real.exp (B * ‖z‖ ^ c)) →
∃ c < a, ∃ B, (f - g) =O[Bornology.cobounded ℂ ⊓ l] fun z => Real.exp (B * ‖z‖ ^ c)An auxiliary lemma that combines two “exponential of a power” estimates into a similar estimate on the difference of the functions.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Filterstatement and proof · cited by 8,121
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- LE.le.transproof · cited by 3,151
- Nat.cast_oneproof · cited by 2,501
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- le_of_ltproof · cited by 1,175
- Real.expstatement and proof · cited by 871
- Asymptotics.IsBigOstatement and proof · cited by 506
Cited by5
Results whose statement or proof uses this declaration.
- PhragmenLindelof.eqOn_quadrant_IIIproof · cited by 0
- PhragmenLindelof.eqOn_quadrant_IVproof · cited by 0
- PhragmenLindelof.eqOn_right_half_plane_of_superexponential_decayproof · cited by 0
- PhragmenLindelof.eqOn_quadrant_Iproof · cited by 0
- PhragmenLindelof.eqOn_quadrant_IIproof · cited by 0