Theorems · Theorem · complex analysis
Complex.IsExpCmpFilter.isLittleO_cpow_mul_exp
∀ {l : Filter ℂ} {b₁ b₂ : ℝ},
Complex.IsExpCmpFilter l →
b₁ < b₂ → ∀ (a₁ a₂ : ℂ), (fun z => z ^ a₁ * Complex.exp (↑b₁ * z)) =o[l] fun z => z ^ a₂ * Complex.exp (↑b₂ * z)If l : Filter ℂ is an "exponential comparison filter", then for any complex a₁, a₂ and any
real b₁ < b₂, we have (fun z ↦ z ^ a₁ * exp (b₁ * z)) =o[l] (fun z ↦ z ^ a₂ * exp (b₂ * z)).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Filterstatement and proof · cited by 8,121
- Complexstatement and proof · cited by 5,565
- Filter.EventuallyEqproof · cited by 1,912
- mul_assocproof · cited by 1,667
- Complex.ofRealstatement and proof · cited by 1,654
- Filter.Eventually.monoproof · cited by 646
- Complex.expstatement and proof · cited by 612
- Asymptotics.IsLittleOstatement · cited by 375
- add_sub_cancelproof · cited by 195
- sub_mulproof · cited by 170
- sub_posproof · cited by 147
Cited by3
Results whose statement or proof uses this declaration.
- Complex.IsExpCmpFilter.isLittleO_pow_mul_expproof · cited by 0
- Complex.IsExpCmpFilter.isLittleO_zpow_mul_expproof · cited by 0
- Complex.IsExpCmpFilter.isLittleO_exp_cpowproof · cited by 0