Theorems · Theorem · real analysis
HasDerivWithinAt.fun_finsetProd
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} {ι : Type u_2} [inst_1 : DecidableEq ι]
{𝔸' : Type u_3} [inst_2 : NormedCommRing 𝔸'] [inst_3 : NormedAlgebra 𝕜 𝔸'] {u : Finset ι} {f : ι → 𝕜 → 𝔸'}
{f' : ι → 𝔸'},
(∀ i ∈ u, HasDerivWithinAt (f i) (f' i) s x) →
HasDerivWithinAt (fun x => ∏ i ∈ u, f i x) (∑ i ∈ u, (∏ j ∈ u.erase i, f j x) • f' i) s x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- one_smulproof · cited by 1,374
- NormedAlgebrastatement and proof · cited by 1,165
- Finset.erasestatement and proof · cited by 455
- HasDerivWithinAtstatement and proof · cited by 333
- smul_applyproof · cited by 229
Cited by4
Results whose statement or proof uses this declaration.
- DifferentiableWithinAt.fun_finsetProdproof · cited by 3
- derivWithin_fun_finsetProdproof · cited by 2
- HasDerivWithinAt.finsetProdproof · cited by 1
- HasDerivWithinAt.fun_finset_prodproof · cited by 0