Theorems · Theorem · real analysis
HasDerivAt.fun_add
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f g : 𝕜 → F} {f' g' : F} {x : 𝕜},
HasDerivAt f f' x → HasDerivAt g g' x → HasDerivAt (fun i => f i + g i) (f' + g') xEta-expanded form of HasDerivAt.add
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Add
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- NontriviallyNormedFieldstatement · cited by 8,742
- HasDerivAtstatement · cited by 493
- HasDerivAt.addproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.