Theorems · Theorem · functional analysis
HasFDerivAt.continuousAlternatingMap_apply
∀ {𝕜 : Type u_1} {ι : Type u_2} {E : Type u_3} {F : Type u_4} {G : Type u_5} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {f : E → F [⋀^ι]→L[𝕜] G} {f' : E →L[𝕜] F [⋀^ι]→L[𝕜] G}
{g : ι → E → F} {g' : ι → E →L[𝕜] F} {x : E} [inst_7 : Fintype ι] [inst_8 : DecidableEq ι],
HasFDerivAt f f' x →
(∀ (i : ι), HasFDerivAt (g i) (g' i) x) →
HasFDerivAt (fun x => (f x) fun x_1 => g x_1 x)
((ContinuousAlternatingMap.apply 𝕜 F G fun x_1 => g x_1 x) ∘SL f' +
∑ i, (f x).toContinuousLinearMap (fun x_1 => g x_1 x) i ∘SL g' i)
x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- 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 · cited by 5,195
- Finset.univstatement · cited by 3,473
- ContinuousLinearMap.compstatement · cited by 709
- HasFDerivAtstatement and proof · cited by 350
- ContinuousAlternatingMapstatement and proof · cited by 292
Cited by2
Results whose statement or proof uses this declaration.
- fderiv_continuousAlternatingMap_applyproof · cited by 1
- DifferentiableAt.continuousAlternatingMap_applyproof · cited by 1