Mathlib Map

Theorems · Definition · functional analysis

TestFunction.lineDerivCLM

(𝕜 : Type u_1) →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type u_3} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace ℝ E] →
          {Ω : TopologicalSpace.Opens E} →
            {F : Type u_4} →
              [inst_3 : NormedAddCommGroup F] →
                [inst_4 : NormedSpace ℝ F] →
                  [inst_5 : NormedSpace 𝕜 F] →
                    {n k : ℕ∞} →
                      [inst_6 : Algebra ℝ 𝕜] →
                        [inst_7 : IsScalarTower ℝ 𝕜 F] → E → TestFunction Ω F n →L[𝕜] TestFunction Ω F k

lineDerivCLM 𝕜 v is the continuous 𝕜-linear-map sending f : 𝓓^{n}_{K}(E, F) to its derivative along the vector v, which is an element of 𝓓^{k}_{K}(E, F). This only makes mathematical sense if k + 1 ≤ n, otherwise we define it as the zero map. The parameters n and k are implicit as they can often be inferred from context, or specified by a type ascription. For n = k = ⊤, we also provide instances of the LineDeriv notation typeclass.

Defined in
Mathlib.Analysis.Distribution.TestFunction
Cited by
12 results in Mathlib
Foundations
Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedSpaceAlgebraIsScalarTower

Around this declaration

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

Distribution.lineDerivCLM · cited by 5Distribution.lineDerivCLMTestFunction.lineDerivCLM_apply · cited by 2TestFunction.lineDerivCLM…TestFunction.lineDerivCLM_add · cited by 1TestFunction.lineDerivCLM…TestFunction.lineDerivCLM_eq_fderivCLM · cited by 1TestFunction.lineDerivCLM…TestFunction.lineDerivCLM_smul · cited by 1TestFunction.lineDerivCLM…Distribution.lineDerivCLM_add · cited by 0Distribution.lineDerivCLM…Distribution.lineDerivCLM_apply · cited by 0Distribution.lineDerivCLM…Distribution.lineDerivCLM_smul · cited by 0Distribution.lineDerivCLM…TestFunction.lineDerivCLM_apply_of_gt · cited by 0TestFunction.lineDerivCLM…TestFunction.lineDerivCLM_apply_of_le · cited by 0TestFunction.lineDerivCLM…TestFunction.lineDerivCLM_eq_of_scalars · cited by 0TestFunction.lineDerivCLM…TestFunction.lineDerivOpCLM_eq_lineDerivCLM · cited by 0TestFunction.lineDerivOpC…TestFunction.lineDerivOp_eq_lineDerivCLM · cited by 0TestFunction.lineDerivOp_…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceAlgebra · cited by 11388AlgebraNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapENat · cited by 4985ENatIsScalarTower · cited by 3896IsScalarTowerTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensContinuousLinearMap.comp · cited by 709ContinuousLinearMap.compTestFunction · cited by 76TestFunctionTestFunction.fderivCLM · cited by 6TestFunction.fderivCLMTestFunction.postcompCLM · cited by 1TestFunction.postcompCLMTestFunction.lineDerivCLMCITED 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.