Theorems · Theorem · several complex variables
FormalMultilinearSeries.comp_partialSum
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] (q : FormalMultilinearSeries 𝕜 F G)
(p : FormalMultilinearSeries 𝕜 E F) (M N : ℕ) (z : E),
q.partialSum M (∑ i ∈ Finset.Ico 1 N, (p i) fun _j => z) =
∑ i ∈ FormalMultilinearSeries.compPartialSumTarget 0 M N, (q.compAlongComposition p i.snd) fun _j => zComposing the partial sums of two multilinear series coincides with the sum over all
compositions in compPartialSumTarget 0 N N. This is precisely the motivation for the
definition of compPartialSumTarget.
- Defined in
- Mathlib.Analysis.Analytic.Composition
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.rangeproof · cited by 1,341
- ContinuousMultilinearMapstatement · cited by 1,016
- FormalMultilinearSeriesstatement and proof · cited by 615
- Finset.Icostatement and proof · cited by 450
- Compositionstatement and proof · cited by 138
Cited by2
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinAt.compproof · cited by 2
- HasFPowerSeriesAt.tendsto_partialSum_prod_of_compproof · cited by 1