Theorems · Theorem · functional analysis
ContinuousMultilinearMap.fderivCompContinuousLinearMap_apply
∀ {𝕜 : Type u} {ι : Type v} {E : ι → Type wE} {E₁ : ι → Type wE₁} {G : Type wG} [inst : NontriviallyNormedField 𝕜]
[inst_1 : (i : ι) → SeminormedAddCommGroup (E i)] [inst_2 : (i : ι) → NormedSpace 𝕜 (E i)]
[inst_3 : (i : ι) → SeminormedAddCommGroup (E₁ i)] [inst_4 : (i : ι) → NormedSpace 𝕜 (E₁ i)]
[inst_5 : SeminormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] [inst_7 : Fintype ι] [inst_8 : DecidableEq ι]
(f : ContinuousMultilinearMap 𝕜 E₁ G) (g dg : (i : ι) → E i →L[𝕜] E₁ i) (v : (i : ι) → E i),
((f.fderivCompContinuousLinearMap g) dg) v = ∑ i, f fun j => (Function.update g i (dg i) j) (v j)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- 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
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.sum_congrproof · cited by 2,323
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- Function.updatestatement and proof · cited by 502
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousAlternatingMap.fderivCompContinuousLinearMap_applyproof · cited by 2