Theorems · Theorem · several complex variables
AnalyticWithinAt.prod
∀ {𝕜 : Type u_2} [inst : NontriviallyNormedField 𝕜] {E : Type u_3} {F : Type u_4} {G : Type u_5}
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {e : E} {f : E → F} {g : E → G} {s : Set E},
AnalyticWithinAt 𝕜 f s e → AnalyticWithinAt 𝕜 g s e → AnalyticWithinAt 𝕜 (fun x => (f x, g x)) s eThe Cartesian product of analytic functions is analytic.
- Defined in
- Mathlib.Analysis.Analytic.Constructions
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- FormalMultilinearSeriesproof · cited by 615
- AnalyticWithinAtstatement and proof · cited by 96
- HasFPowerSeriesWithinAtproof · cited by 53
- FormalMultilinearSeries.prodproof · cited by 7
- HasFPowerSeriesWithinAt.prodproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- AnalyticWithinAt.comp₂proof · cited by 3
- AnalyticAt.comp₂_analyticWithinAtproof · cited by 2
- AnalyticOn.prodproof · cited by 2