Theorems · Theorem · real analysis
HasDerivAt.mul_const
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {c : 𝕜 → 𝔸} {c' : 𝔸},
HasDerivAt c c' x → ∀ (d : 𝔸), HasDerivAt (fun y => c y * d) (c' * d) x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- HasDerivAtstatement and proof · cited by 493
- hasDerivWithinAt_univproof · cited by 18
- HasDerivWithinAt.mul_constproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- HasDerivAt.div_constproof · cited by 18
- hasDerivAt_mul_constproof · cited by 10
- deriv_mul_constproof · cited by 4
- hasDerivAt_circleMapproof · cited by 3
- hasDerivAt_ofReal_cpow_const'proof · cited by 2
- Complex.hasDerivAt_logTaylorproof · cited by 1
- Convex.taylor_approx_two_segmentproof · cited by 1
- isStarNormal_iff_forall_exp_mul_exp_mem_unitaryproof · cited by 0