Theorems · Theorem · real analysis
HasStrictDerivAt.mul
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {c d : 𝕜 → 𝔸} {c' d' : 𝔸},
HasStrictDerivAt c c' x → HasStrictDerivAt d d' x → HasStrictDerivAt (c * d) (c' * d x + c x * d') x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- add_commproof · cited by 1,535
- one_smulproof · cited by 1,374
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- MulOpposite.opproof · cited by 520
- smul_applyproof · cited by 229
- HasStrictDerivAtstatement and proof · cited by 163
- add_applyproof · cited by 154
- ContinuousLinearMap.toSpanSingletonproof · cited by 133
- HasStrictDerivAt.congr_simpproof · cited by 41
Cited by3
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.mul_constproof · cited by 5
- HasStrictDerivAt.const_mulproof · cited by 4
- HasStrictDerivAt.fun_mulproof · cited by 1