Theorems · Theorem · real analysis
logDeriv_eqOn_iff
∀ {𝕜 : Type u_1} {𝕜' : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] [IsRCLikeNormedField 𝕜] {f g : 𝕜 → 𝕜'} {s : Set 𝕜},
DifferentiableOn 𝕜 f s →
DifferentiableOn 𝕜 g s →
IsOpen s →
IsPreconnected s →
(∀ x ∈ s, g x ≠ 0) →
(∀ x ∈ s, f x ≠ 0) → (Set.EqOn (logDeriv f) (logDeriv g) s ↔ ∃ z, z ≠ 0 ∧ Set.EqOn f (z • g) s)- Defined in
- Mathlib.Analysis.Calculus.LogDeriv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Monoidproof · cited by 3,887
- RCLikeproof · cited by 2,829
- Set.Nonemptyproof · cited by 2,627
- IsOpenstatement and proof · cited by 2,400
- SMulCommClassproof · cited by 1,927
- NormedAlgebrastatement and proof · cited by 1,165
- one_ne_zeroproof · cited by 885
- ContinuousConstSMulproof · cited by 832
- derivproof · cited by 676
- neg_mulproof · cited by 654
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.