Mathlib Map

Theorems · Definition · several complex variables

ContinuousMultilinearMap.compAlongComposition

{𝕜 : 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] →
                                    {n : ℕ} →
                                      FormalMultilinearSeries 𝕜 E F →
                                        (c : Composition n) → (F [×c.length]→L[𝕜] G) → E [×n]→L[𝕜] G

Given a formal multilinear series p, a composition c of n and a continuous multilinear map f in c.length variables, one may form a continuous multilinear map in n variables by applying the right coefficient of p to each block of the composition, and then applying f to the resulting vector. It is called f.compAlongComposition p c.

Defined in
Mathlib.Analysis.Analytic.Composition
Cited by
6 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupAddCommGroupAddCommGroupModuleModuleModuleTopologicalSpaceTopologicalSpaceTopologicalSpaceIsTopologicalAddGroupContinuousConstSMulIsTopologicalAddGroupContinuousConstSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.