Theorems · Theorem · several complex variables
Finset.analyticWithinAt_fun_prod
∀ {α : Type u_1} {𝕜 : Type u_2} [inst : NontriviallyNormedField 𝕜] {E : Type u_3} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {A : Type u_9} [inst_3 : NormedCommRing A] [inst_4 : NormedAlgebra 𝕜 A] {f : α → E → A}
{c : E} {s : Set E} (N : Finset α),
(∀ n ∈ N, AnalyticWithinAt 𝕜 (f n) s c) → AnalyticWithinAt 𝕜 (fun z => ∏ n ∈ N, f n z) s cFinite products of analytic functions are analytic
- Defined in
- Mathlib.Analysis.Analytic.Constructions
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- 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.prodstatement and proof · cited by 2,356
- CommMonoidproof · cited by 2,264
- NormedAlgebrastatement and proof · cited by 1,165
- NormedCommRingstatement and proof · cited by 218
- Finset.prod_insertproof · cited by 109
- Finset.inductionproof · cited by 108
- AnalyticWithinAtstatement and proof · cited by 96
Cited by3
Results whose statement or proof uses this declaration.
- Finset.analyticAt_fun_prodproof · cited by 2
- Finset.analyticWithinAt_prodproof · cited by 1
- Finset.analyticOn_fun_prodproof · cited by 0