Theorems · Definition · several complex variables
FormalMultilinearSeries.comp
{𝕜 : Type u_1} →
{E : Type u_2} →
{F : Type u_3} →
{G : Type u_4} →
[inst : CommRing 𝕜] →
[inst_1 : AddCommGroup E] →
[inst_2 : AddCommGroup F] →
[inst_3 : AddCommGroup G] →
[inst_4 : Module 𝕜 E] →
[inst_5 : Module 𝕜 F] →
[inst_6 : Module 𝕜 G] →
[inst_7 : TopologicalSpace E] →
[inst_8 : TopologicalSpace F] →
[inst_9 : TopologicalSpace G] →
[inst_10 : IsTopologicalAddGroup E] →
[inst_11 : ContinuousConstSMul 𝕜 E] →
[inst_12 : IsTopologicalAddGroup F] →
[inst_13 : ContinuousConstSMul 𝕜 F] →
[inst_14 : IsTopologicalAddGroup G] →
[inst_15 : ContinuousConstSMul 𝕜 G] →
FormalMultilinearSeries 𝕜 F G →
FormalMultilinearSeries 𝕜 E F → FormalMultilinearSeries 𝕜 E GFormal composition of two formal multilinear series. The n-th coefficient in the composition
is defined to be the sum of q.compAlongComposition p c over all compositions of
n. In other words, this term (as a multilinear function applied to v_0, ..., v_{n-1}) is
∑'_{k} ∑'_{i₁ + ... + iₖ = n} qₖ (p_{i_1} (...), ..., p_{i_k} (...)), where one puts all variables
v_0, ..., v_{n-1} in increasing order in the dots.
In general, the composition q ∘ p only makes sense when the constant coefficient of p vanishes.
We give a general formula but which ignores the value of p 0 instead.
- Defined in
- Mathlib.Analysis.Analytic.Composition
- Cited by
- 25 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- ContinuousConstSMulstatement and proof · cited by 832
- FormalMultilinearSeriesstatement and proof · cited by 615
- Compositionproof · cited by 138
- FormalMultilinearSeries.compAlongCompositionproof · cited by 18
Cited by26
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.rightInvproof · cited by 10
- CPolynomialAt.compproof · cited by 4
- FormalMultilinearSeries.comp_coeff_zero'statement · cited by 3
- FormalMultilinearSeries.leftInv_compstatement and proof · cited by 2
- OpenPartialHomeomorph.hasFPowerSeriesAt_symmproof · cited by 2
- FormalMultilinearSeries.comp_coeff_onestatement · cited by 2
- FormalMultilinearSeries.comp_coeff_zerostatement · cited by 2
- FormalMultilinearSeries.comp_rightInv_aux1statement · cited by 2
- HasFPowerSeriesWithinAt.compstatement and proof · cited by 2
- FormalMultilinearSeries.leftInv_eq_rightInvproof · cited by 1
- HasFPowerSeriesAt.compstatement · cited by 1
- HasFiniteFPowerSeriesAt.compstatement and proof · cited by 1