Theorems · Definition · several complex variables
FormalMultilinearSeries.applyComposition
{𝕜 : Type u_1} →
{E : Type u_2} →
{F : Type u_3} →
[inst : CommRing 𝕜] →
[inst_1 : AddCommGroup E] →
[inst_2 : AddCommGroup F] →
[inst_3 : Module 𝕜 E] →
[inst_4 : Module 𝕜 F] →
[inst_5 : TopologicalSpace E] →
[inst_6 : TopologicalSpace F] →
[inst_7 : IsTopologicalAddGroup E] →
[inst_8 : ContinuousConstSMul 𝕜 E] →
[inst_9 : IsTopologicalAddGroup F] →
[inst_10 : ContinuousConstSMul 𝕜 F] →
FormalMultilinearSeries 𝕜 E F →
{n : ℕ} → (c : Composition n) → (Fin n → E) → Fin c.length → FGiven a formal multilinear series p, a composition c of n and the index i of a
block of c, we may define a function on Fin n → E by picking the variables in the i-th block
of n, and applying the corresponding coefficient of p to these variables. This function is
called p.applyComposition c v i for v : Fin n → E and i : Fin c.length.
- Defined in
- Mathlib.Analysis.Analytic.Composition
- Cited by
- 24 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- ContinuousConstSMulstatement and proof · cited by 832
- FormalMultilinearSeriesstatement and proof · cited by 615
- Compositionstatement and proof · cited by 138
- Composition.lengthstatement and proof · cited by 92
- Composition.blocksFunproof · cited by 52
- Composition.embeddingproof · cited by 25
Cited by25
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.compAlongCompositionproof · cited by 6
- FormalMultilinearSeries.compAlongComposition_applystatement · cited by 3
- FormalMultilinearSeries.applyComposition_onesstatement · cited by 3
- FormalMultilinearSeries.comp_partialSumproof · cited by 2
- FormalMultilinearSeries.removeZero_applyCompositionstatement · cited by 2
- FormalMultilinearSeries.compContinuousLinearMap_applyCompositionstatement · cited by 2
- HasFPowerSeriesWithinAt.compproof · cited by 2
- FormalMultilinearSeries.comp_coeff_zeroproof · cited by 2
- FormalMultilinearSeries.leftInv_compproof · cited by 2
- FormalMultilinearSeries.comp_rightInv_aux1statement and proof · cited by 2
- FormalMultilinearSeries.comp_rightInv_aux2statement · cited by 2
- FormalMultilinearSeries.comp_idproof · cited by 1