Mathlib Map

Theorems · Theorem · real analysis

deriv_fun_mul

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
  [inst_2 : NormedAlgebra 𝕜 𝔸] {c d : 𝕜 → 𝔸},
  DifferentiableAt 𝕜 c x → DifferentiableAt 𝕜 d x → deriv (fun y => c y * d y) x = deriv c x * d x + c x * deriv d x
Defined in
Mathlib.Analysis.Calculus.Deriv.Mul
Cited by
15 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.

ProbabilityTheory.integral_id_gaussianReal · cited by 6ProbabilityTheory.integra…Real.deriv_mul_log · cited by 4Real.deriv_mul_loglogDeriv_mul · cited by 3logDeriv_mulModularForm.logDeriv_one_sub_cexp · cited by 1ModularForm.logDeriv_one_…DirichletCharacter.deriv_LFunctionTrivChar₁_apply_of_ne_one · cited by 1DirichletCharacter.deriv_…Real.hasDerivAt_Gamma_one_half · cited by 1Real.hasDerivAt_Gamma_one…Polynomial.deriv_gaussian_eq_hermite_mul_gaussian · cited by 1Polynomial.deriv_gaussian…AkraBazziRecurrence.eventually_deriv_rpow_p_mul_one_add_smoothingFn · cited by 1AkraBazziRecurrence.event…AkraBazziRecurrence.eventually_deriv_rpow_p_mul_one_sub_smoothingFn · cited by 1AkraBazziRecurrence.event…AkraBazziRecurrence.rpow_p_mul_one_add_smoothingFn_ge · cited by 1AkraBazziRecurrence.rpow_…AkraBazziRecurrence.rpow_p_mul_one_sub_smoothingFn_le · cited by 1AkraBazziRecurrence.rpow_…ProbabilityTheory.variance_fun_id_gaussianReal · cited by 1ProbabilityTheory.varianc…deriv_riemannZeta₁_one · cited by 1deriv_riemannZeta₁_onejacobiTheta₂'_functional_equation · cited by 1jacobiTheta₂'_functional_…deriv_riemannZeta_eq_neg_inv_sub_sq_mul_add · cited by 0deriv_riemannZeta_eq_neg_…NontriviallyNormedField · cited by 8742NontriviallyNormedFieldNormedAlgebra · cited by 1165NormedAlgebraNormedRing · cited by 924NormedRingderiv · cited by 676derivDifferentiableAt · cited by 617DifferentiableAtHasDerivAt.deriv · cited by 147HasDerivAt.derivDifferentiableAt.hasDerivAt · cited by 114DifferentiableAt.hasDeriv…HasDerivAt.mul · cited by 20HasDerivAt.mulderiv_fun_mulCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.