Theorems · Theorem · complex analysis
PhragmenLindelof.isBigO_sub_exp_exp
∀ {E : Type u_1} [inst : NormedAddCommGroup E] {a : ℝ} {f g : ℂ → E} {l : Filter ℂ} {u : ℂ → ℝ},
(∃ c < a, ∃ B, f =O[l] fun z => Real.exp (B * Real.exp (c * |u z|))) →
(∃ c < a, ∃ B, g =O[l] fun z => Real.exp (B * Real.exp (c * |u z|))) →
∃ c < a, ∃ B, (f - g) =O[l] fun z => Real.exp (B * Real.exp (c * |u z|))An auxiliary lemma that combines two double exponential estimates into a similar estimate on the difference of the functions.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 157 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.
Cites21
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.normproof · cited by 5,413
- LE.le.transproof · cited by 3,151
- absstatement and proof · cited by 1,814
- le_of_ltproof · cited by 1,175
- Real.expstatement and proof · cited by 871
- Asymptotics.IsBigOstatement and proof · cited by 506
- mul_le_mul_of_nonneg_rightproof · cited by 301
- le_max_leftproof · cited by 215
Cited by2
Results whose statement or proof uses this declaration.
- PhragmenLindelof.eqOn_vertical_stripproof · cited by 0
- PhragmenLindelof.eqOn_horizontal_stripproof · cited by 0