Theorems · Theorem · complex analysis
ValueDistribution.proximity_sum_top_le
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {α : Type u_2} (s : Finset α) (f : α → ℂ → E),
(∀ a ∈ s, Meromorphic (f a)) →
ValueDistribution.proximity (∑ a ∈ s, f a) ⊤ ≤
∑ a ∈ s, ValueDistribution.proximity (f a) ⊤ + fun x => Real.log ↑s.cardThe proximity function of a sum of functions at ⊤ is less than or equal to the sum of the
proximity functions of the summand, plus log of the number of summands.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 272 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement · cited by 9,680
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- WithTopstatement · cited by 3,754
- Finset.cardstatement and proof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- absproof · cited by 1,814
Cited by2
Results whose statement or proof uses this declaration.
- ValueDistribution.characteristic_sum_top_leproof · cited by 2
- ValueDistribution.proximity_add_top_leproof · cited by 0