Mathlib Map

Theorems · Theorem · complex analysis

ValueDistribution.proximity_mul_zero_le

∀ {f₁ f₂ : ℂ → ℂ},
  Meromorphic f₁ →
    Meromorphic f₂ →
      ValueDistribution.proximity (f₁ * f₂) 0 ≤ ValueDistribution.proximity f₁ 0 + ValueDistribution.proximity f₂ 0

The proximity function f * g at 0 is less than or equal to the sum of the proximity functions of f and g, respectively.

Defined in
Mathlib.Analysis.Complex.ValueDistribution.Proximity.Basic
Cited by
1 results in Mathlib
Foundations
Depth 273 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites10

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

Cited by1

Results whose statement or proof uses this declaration.