Mathlib Map

Theorems · Definition · functional analysis

ContDiffMapSupportedIn.structureMapLM

(𝕜 : Type u_1) →
  {E : Type u_2} →
    {F : Type u_3} →
      [inst : NontriviallyNormedField 𝕜] →
        [inst_1 : NormedAddCommGroup E] →
          [inst_2 : NormedSpace ℝ E] →
            [inst_3 : NormedAddCommGroup F] →
              [inst_4 : NormedSpace ℝ F] →
                [inst_5 : NormedSpace 𝕜 F] →
                  [inst_6 : SMulCommClass ℝ 𝕜 F] →
                    (n : ℕ∞) →
                      {K : TopologicalSpace.Compacts E} →
                        (i : ℕ) → ContDiffMapSupportedIn E F n K →ₗ[𝕜] BoundedContinuousFunction E (E [×i]→L[ℝ] F)

structureMapLM 𝕜 n i is the 𝕜-linear-map sending f : 𝓓^{n}_{K}(E, F) to its i-th iterated derivative as an element of E →ᵇ (E [×i]→L[ℝ] F). In other words, it is the composition of toBoundedContinuousFunctionLM 𝕜 and iteratedFDerivLM 𝕜 n 0 i. This only makes mathematical sense if i ≤ n, otherwise we define it as the zero map. We call these "structure maps" because they define the topology on 𝓓^{n}_{K}(E, F). This is subsumed by structureMapCLM, which also bundles the continuity.

Defined in
Mathlib.Analysis.Distribution.ContDiffMapSupportedIn
Cited by
11 results in Mathlib
Foundations
Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedSpaceSMulCommClass

Around this declaration

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

ContDiffMapSupportedIn.seminorm · cited by 15ContDiffMapSupportedIn.se…ContDiffMapSupportedIn.structureMapCLM · cited by 13ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.norm_iteratedFDeriv_apply_le_seminorm · cited by 5ContDiffMapSupportedIn.no…ContDiffMapSupportedIn.structureMapLM_apply · cited by 3ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.structureMapLM_zero_apply · cited by 2ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.uniformSpace_eq_iInf · cited by 1ContDiffMapSupportedIn.un…ContDiffMapSupportedIn.withSeminorms · cited by 1ContDiffMapSupportedIn.wi…ContDiffMapSupportedIn.structureMapLM_top_apply · cited by 1ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.structureMapLM_zero_injective · cited by 1ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.continuous_iff_comp · cited by 1ContDiffMapSupportedIn.co…ContDiffMapSupportedIn.isUniformEmbedding_pi_structureMapCLM · cited by 0ContDiffMapSupportedIn.is…ContDiffMapSupportedIn.structureMapLM_eq · cited by 0ContDiffMapSupportedIn.st…ContDiffMapSupportedIn.structureMapLM_eq_of_scalars · cited by 0ContDiffMapSupportedIn.st…Real · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceLinearMap · cited by 10215LinearMapNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatSMulCommClass · cited by 1927SMulCommClassLinearMap.comp · cited by 1642LinearMap.compContinuousMultilinearMap · cited by 1016ContinuousMultilinearMapBoundedContinuousFunction · cited by 511BoundedContinuousFunctionTopologicalSpace.Compacts · cited by 386TopologicalSpace.CompactsContDiffMapSupportedIn · cited by 107ContDiffMapSupportedInContDiffMapSupportedIn.iteratedFDerivLM · cited by 7ContDiffMapSupportedIn.it…ContDiffMapSupportedIn.toBoundedContinuousFunctionLM · cited by 3ContDiffMapSupportedIn.to…ContDiffMapSupportedIn.struct…CITED BYCITES

Cites15

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

Cited by13

Results whose statement or proof uses this declaration.