Theorems · Theorem · complex analysis
Complex.IsExpCmpFilter.isLittleO_zpow_mul_exp
∀ {l : Filter ℂ} {b₁ b₂ : ℝ},
Complex.IsExpCmpFilter l →
b₁ < b₂ → ∀ (m n : ℤ), (fun z => z ^ m * Complex.exp (↑b₁ * z)) =o[l] fun z => z ^ n * Complex.exp (↑b₂ * z)If l : Filter ℂ is an "exponential comparison filter", then for any complex a₁, a₂ and any
integer b₁ < b₂, we have
(fun z ↦ z ^ a₁ * exp (b₁ * z)) =o[l] (fun z ↦ z ^ a₂ * exp (b₂ * z)).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Complex.ofRealstatement and proof · cited by 1,654
- Complex.expstatement and proof · cited by 612
- Asymptotics.IsLittleOstatement and proof · cited by 375
- Complex.IsExpCmpFilterstatement and proof · cited by 19
- Complex.cpow_intCastproof · cited by 4
- Complex.IsExpCmpFilter.isLittleO_cpow_mul_expproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.