Theorems · Theorem · complex analysis
Complex.IsExpCmpFilter.isLittleO_cpow_exp
∀ {l : Filter ℂ},
Complex.IsExpCmpFilter l → ∀ (a : ℂ) {b : ℝ}, 0 < b → (fun z => z ^ a) =o[l] fun z => Complex.exp (↑b * z)If l : Filter ℂ is an "exponential comparison filter", then for any complex a and any
positive real b, we have (fun z ↦ z ^ a) =o[l] (fun z ↦ exp (b * z)).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Norm.normproof · cited by 5,413
- Complex.ofRealstatement and proof · cited by 1,654
- LT.lt.ne'proof · cited by 1,417
- Real.logproof · cited by 939
- Complex.reproof · cited by 882
- Real.expproof · cited by 871
- Complex.expstatement · cited by 612
- Asymptotics.IsLittleOstatement and proof · cited by 375
- Complex.norm_expproof · cited by 33
Cited by1
Results whose statement or proof uses this declaration.
- Complex.IsExpCmpFilter.isLittleO_cpow_mul_expproof · cited by 3