Theorems · Theorem · several complex variables
HasFPowerSeriesWithinOnBall.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} {r s : ENNReal} {t : Set E}
{p : FormalMultilinearSeries 𝕜 E F} {q : FormalMultilinearSeries 𝕜 E G},
HasFPowerSeriesWithinOnBall f p t e r →
HasFPowerSeriesWithinOnBall g q t e s → HasFPowerSeriesWithinOnBall (fun x => (f x, g x)) (p.prod q) t e (min r s)- Defined in
- Mathlib.Analysis.Analytic.Constructions
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- ENNRealstatement and proof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- FormalMultilinearSeriesstatement and proof · cited by 615
- lt_of_lt_of_leproof · cited by 438
- Metric.eballproof · cited by 294
- min_le_leftproof · cited by 105
- min_le_rightproof · cited by 88
- HasFPowerSeriesWithinOnBallstatement and proof · cited by 83
- lt_minproof · cited by 69
Cited by2
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinAt.prodproof · cited by 1
- HasFPowerSeriesOnBall.prodproof · cited by 1