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 klineDerivCLM 𝕜 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.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Algebrastatement and proof · cited by 11,388
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- ENatstatement and proof · cited by 4,985
- IsScalarTowerstatement and proof · cited by 3,896
- TopologicalSpace.Opensstatement and proof · cited by 2,040
- ContinuousLinearMap.compproof · cited by 709
Cited by13
Results whose statement or proof uses this declaration.
- Distribution.lineDerivCLMproof · cited by 5
- TestFunction.lineDerivCLM_applystatement · cited by 2
- TestFunction.lineDerivCLM_addstatement and proof · cited by 1
- TestFunction.lineDerivCLM_eq_fderivCLMstatement · cited by 1
- TestFunction.lineDerivCLM_smulstatement and proof · cited by 1
- Distribution.lineDerivCLM_addproof · cited by 0
- Distribution.lineDerivCLM_applystatement · cited by 0
- Distribution.lineDerivCLM_smulproof · cited by 0
- TestFunction.lineDerivCLM_apply_of_gtstatement · cited by 0
- TestFunction.lineDerivCLM_apply_of_lestatement · cited by 0
- TestFunction.lineDerivCLM_eq_of_scalarsstatement · cited by 0
- TestFunction.lineDerivOpCLM_eq_lineDerivCLMstatement · cited by 0