Mathlib Map

Theorems · Theorem · real analysis

HasDerivAt.fun_mul

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
  [inst_2 : NormedAlgebra 𝕜 𝔸] {c d : 𝕜 → 𝔸} {c' d' : 𝔸},
  HasDerivAt c c' x → HasDerivAt d d' x → HasDerivAt (fun i => c i * d i) (c' * d x + c x * d') x

Eta-expanded form of HasDerivAt.mul

Defined in
Mathlib.Analysis.Calculus.Deriv.Mul
Cited by
1 results in Mathlib
Foundations
Depth 185 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.