Theorems · Theorem · several complex variables
Finset.analyticAt_fun_sum
∀ {α : Type u_1} {𝕜 : Type u_2} [inst : NontriviallyNormedField 𝕜] {E : Type u_3} {F : Type u_4}
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
{f : α → E → F} {c : E} (N : Finset α), (∀ n ∈ N, AnalyticAt 𝕜 (f n) c) → AnalyticAt 𝕜 (fun a => ∑ c ∈ N, f c a) cEta-expanded form of Finset.analyticAt_sum
Finite sums of analytic functions are analytic
- Defined in
- Mathlib.Analysis.Analytic.Constructions
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement · cited by 5,195
- AnalyticAtstatement and proof · cited by 321
- Finset.sum_fnproof · cited by 21
- Finset.analyticAt_sumproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- AnalyticAt.exists_eventuallyEq_sum_add_pow_mulproof · cited by 1