Theorems · Theorem · complex analysis
meromorphicOrderAt_pow
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {𝕜' : Type u_4} [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {f : 𝕜 → 𝕜'} {x : 𝕜},
MeromorphicAt f x → ∀ {n : ℕ}, meromorphicOrderAt (f ^ n) x = ↑n * meromorphicOrderAt f xThe order multiplies by n when taking a meromorphic function to its nth power.
- Defined in
- Mathlib.Analysis.Meromorphic.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topproof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- WithTopstatement and proof · cited by 3,754
- Filter.Eventuallyproof · cited by 3,134
- Compl.complproof · cited by 2,925
- Nat.cast_oneproof · cited by 2,501
- nhdsWithinproof · cited by 1,912
- MulZeroClass.zero_mulproof · cited by 1,625
- one_smulproof · cited by 1,374
- NormedAlgebrastatement and proof · cited by 1,165
- WithTop.someproof · cited by 1,128
- pow_zeroproof · cited by 1,094
Cited by2
Results whose statement or proof uses this declaration.
- MeromorphicOn.divisor_powproof · cited by 2
- fun_meromorphicOrderAt_powproof · cited by 0