Theorems · Definition · functional analysis
ContinuousAlternatingMap.fderivCompContinuousLinearMap
{𝕜 : Type u} →
{E : Type wE} →
{F : Type wF} →
{G : Type wG} →
{ι : Type v} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : SeminormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
[inst_3 : SeminormedAddCommGroup F] →
[inst_4 : NormedSpace 𝕜 F] →
[inst_5 : SeminormedAddCommGroup G] →
[inst_6 : NormedSpace 𝕜 G] →
[Fintype ι] → [DecidableEq ι] → F [⋀^ι]→L[𝕜] G → (E →L[𝕜] F) → (E →L[𝕜] F) →L[𝕜] E [⋀^ι]→L[𝕜] GFréchet derivative of compContinuousLinearMap f g with respect to g.
Recall that compContinuousLinearMap f g is the pullback of f : F [⋀^ι]→L[𝕜] G
along g : E →L[𝕜] F.
This function is linear in f, so its derivative with respect to f
is given by compContinuousLinearMapCLM f g.
The derivative with respect to g is given by
f.fderivCompContinuousLinearMap g dg v = ∑ i, f fun j ↦ Function.update (fun _ ↦ g) i dg j (v j),
see fderivCompContinuousLinearMap_apply below.
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement and proof · cited by 18,349
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Fintypestatement and proof · cited by 7,736
- ContinuousLinearMapstatement and proof · cited by 5,352
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- ContinuousLinearMap.compproof · cited by 709
- ContinuousAlternatingMapstatement and proof · cited by 292
- ContinuousLinearMap.idproof · cited by 233
- ContinuousAlternatingMap.toContinuousMultilinearMapproof · cited by 72
- ContinuousLinearMap.piproof · cited by 48
- ContinuousMultilinearMap.fderivCompContinuousLinearMapproof · cited by 9
Cited by14
Results whose statement or proof uses this declaration.
- ContinuousAlternatingMap.hasStrictFDerivAt_compContinuousLinearMapstatement · cited by 3
- HasFDerivAt.continuousAlternatingMapCompContinuousLinearMapstatement and proof · cited by 2
- HasFDerivWithinAt.continuousAlternatingMapCompContinuousLinearMapstatement and proof · cited by 2
- ContinuousAlternatingMap.fderivCompContinuousLinearMap_applystatement · cited by 2
- ContinuousAlternatingMap.fderivCompContinuousLinearMapCLMproof · cited by 1
- fderivWithin_continuousAlternatingMapCompContinuousLinearMapstatement · cited by 1
- ContinuousAlternatingMap.alternatizeUncurryFin_fderivCompContinuousLinearMap_eq_zerostatement and proof · cited by 1
- ContinuousAlternatingMap.fderivCompContinuousLinearMap_eq_alternatizeUncurryFinstatement · cited by 1
- ContinuousAlternatingMap.fderivCompContinuousLinearMap_of_isEmptystatement · cited by 1
- extDerivWithin_pullbackproof · cited by 1
- HasStrictFDerivAt.continuousAlternatingMapCompContinuousLinearMapstatement · cited by 0
- ContinuousAlternatingMap.fderivCompContinuousLinearMapCLM_applystatement · cited by 0