Mathlib Map

Theorems · Theorem · real analysis

HasStrictDerivAt.fun_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 (fun i => c i * d i) (c' * d x + c x * d') x

Eta-expanded form of HasStrictDerivAt.mul

Defined in
Mathlib.Analysis.Calculus.Deriv.Mul
Cited by
1 results in Mathlib
Foundations
Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedRingNormedAlgebra

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.

Cited by1

Results whose statement or proof uses this declaration.