Theorems · Theorem · global analysis
HasFDerivAtFilter.fun_sum
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
{L : Filter (E × E)} {ι : Type u_4} {u : Finset ι} {A : ι → E → F} {A' : ι → E →L[𝕜] F},
(∀ i ∈ u, HasFDerivAtFilter (A i) (A' i) L) → HasFDerivAtFilter (fun y => ∑ i ∈ u, A i y) (∑ i ∈ u, A' i) L- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Add
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 165 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.coeproof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filterstatement and proof · cited by 8,121
- ContinuousLinearMapstatement and proof · cited by 5,352
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- map_subproof · cited by 565
- Normproof · cited by 512
Cited by4
Results whose statement or proof uses this declaration.
- HasFDerivAt.fun_sumproof · cited by 5
- HasDerivAtFilter.fun_sumproof · cited by 4
- HasFDerivWithinAt.fun_sumproof · cited by 3
- HasFDerivAtFilter.sumproof · cited by 2