Theorems · Theorem · real analysis
logDeriv_prod
∀ {𝕜 : Type u_1} {𝕜' : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {ι : Type u_3} {s : Finset ι} {f : ι → 𝕜 → 𝕜'} {x : 𝕜},
(∀ i ∈ s, f i x ≠ 0) →
(∀ i ∈ s, DifferentiableAt 𝕜 (f i) x) → logDeriv (fun x => ∏ i ∈ s, f i x) x = ∑ i ∈ s, logDeriv (f i) xThe logarithmic derivative of a finite product is the sum of the logarithmic derivatives.
- Defined in
- Mathlib.Analysis.Calculus.LogDeriv
- Cited by
- 4 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- NormedAlgebrastatement and proof · cited by 1,165
- DifferentiableAtstatement and proof · cited by 617
- Finset.consproof · cited by 221
- Finset.cons_inductionproof · cited by 85
- Finset.sum_consproof · cited by 84
- logDerivstatement and proof · cited by 71
- Finset.prod_consproof · cited by 60
- Finset.forall_mem_consproof · cited by 12
Cited by4
Results whose statement or proof uses this declaration.
- MeromorphicOn.logDeriv_prod_eventuallyEqproof · cited by 3
- logDeriv_tprod_eq_tsumproof · cited by 1
- MeromorphicOn.logDeriv_finprod_zpow_eventuallyEqproof · cited by 1
- logDeriv_prod_sineTerm_eq_sum_cotTermproof · cited by 1