Theorems · Theorem · real analysis
HasDerivWithinAt.div
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} {𝕜' : Type u_1}
[inst_1 : NontriviallyNormedField 𝕜'] [inst_2 : NormedAlgebra 𝕜 𝕜'] {c d : 𝕜 → 𝕜'} {c' d' : 𝕜'},
HasDerivWithinAt c c' s x →
HasDerivWithinAt d d' s x → d x ≠ 0 → HasDerivWithinAt (c / d) ((c' * d x - c x * d') / d x ^ 2) s x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inv
- 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.
Cites5
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
- NormedAlgebrastatement and proof · cited by 1,165
- HasDerivWithinAtstatement and proof · cited by 333
- HasDerivWithinAt.fun_divproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- HasDerivAt.fun_divproof · cited by 1
- DifferentiableWithinAt.fun_divproof · cited by 1
- derivWithin_fun_divproof · cited by 1