Theorems · Theorem · real analysis
HasStrictDerivAt.mul_const
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {c : 𝕜 → 𝔸} {c' : 𝔸},
HasStrictDerivAt c c' x → ∀ (d : 𝔸), HasStrictDerivAt (fun y => c y * d) (c' * d) x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- AddCommGroupproof · cited by 12,871
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- add_zeroproof · cited by 2,707
- MulZeroClass.mul_zeroproof · cited by 2,091
- NormedAlgebrastatement and proof · cited by 1,165
- ContinuousSMulproof · cited by 1,016
- NormedRingstatement and proof · cited by 924
- HasStrictDerivAtstatement and proof · cited by 163
- hasStrictDerivAt_constproof · cited by 16
- HasStrictDerivAt.mulproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- Complex.hasStrictDerivAt_cosproof · cited by 5
- Complex.hasStrictDerivAt_sinproof · cited by 5
- Complex.hasStrictDerivAt_coshproof · cited by 4
- Complex.hasStrictDerivAt_sinhproof · cited by 4
- HasStrictDerivAt.div_constproof · cited by 1