Mathlib Map

Theorems · Theorem · complex analysis

meromorphicOrderAt_smul

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {R : Type u_3} [inst_3 : NormedRing R] [NoZeroDivisors R] [inst_5 : Module R E]
  [IsBoundedSMul R E] [Module.IsTorsionFree R E] {x : 𝕜} [inst_8 : NormedAlgebra 𝕜 R] [IsScalarTower 𝕜 R E] {f : 𝕜 → R}
  {g : 𝕜 → E},
  MeromorphicAt f x → MeromorphicAt g x → meromorphicOrderAt (f • g) x = meromorphicOrderAt f x + meromorphicOrderAt g x

The order is additive when multiplying scalar-valued and vector-valued meromorphic functions.

Defined in
Mathlib.Analysis.Meromorphic.Order
Cited by
10 results in Mathlib
Foundations
Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedRingNoZeroDivisorsModuleIsBoundedSMulModule.IsTorsionFreeNormedAlgebraIsScalarTower

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites37

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.