Theorems · Theorem · real analysis
logDeriv_mul
∀ {𝕜 : Type u_1} {𝕜' : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {f g : 𝕜 → 𝕜'} (x : 𝕜),
f x ≠ 0 →
g x ≠ 0 →
DifferentiableAt 𝕜 f x → DifferentiableAt 𝕜 g x → logDeriv (fun z => f z * g z) x = logDeriv f x + logDeriv g x- Defined in
- Mathlib.Analysis.Calculus.LogDeriv
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 186 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.
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- NormedAlgebrastatement and proof · cited by 1,165
- one_ne_zeroproof · cited by 885
- derivproof · cited by 676
- div_oneproof · cited by 629
- DifferentiableAtstatement and proof · cited by 617
- logDerivstatement · cited by 71
- deriv_fun_mulproof · cited by 15
Cited by3
Results whose statement or proof uses this declaration.
- logDeriv_prodproof · cited by 4
- MeromorphicOn.logDeriv_mul_eventuallyEqproof · cited by 2
- ModularForm.logDeriv_eta_eq_E2proof · cited by 1