Theorems · Theorem · real analysis
deriv_fun_finset_prod
Deprecated since 2026-04-08Use deriv_fun_finsetProd instead.
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {ι : Type u_2} [inst_1 : DecidableEq ι] {𝔸' : Type u_3}
[inst_2 : NormedCommRing 𝔸'] [inst_3 : NormedAlgebra 𝕜 𝔸'] {u : Finset ι} {f : ι → 𝕜 → 𝔸'},
(∀ i ∈ u, DifferentiableAt 𝕜 (f i) x) →
deriv (fun x => ∏ i ∈ u, f i x) x = ∑ i ∈ u, (∏ j ∈ u.erase i, f j x) • deriv (f i) xAlias of deriv_fun_finsetProd.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- NontriviallyNormedFieldstatement · cited by 8,742
- Finset.sumstatement · cited by 5,195
- Finset.prodstatement · cited by 2,356
- NormedAlgebrastatement · cited by 1,165
- derivstatement · cited by 676
- DifferentiableAtstatement · cited by 617
- Finset.erasestatement · cited by 455
- NormedCommRingstatement · cited by 218
- deriv_fun_finsetProdproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.