Theorems · Theorem · real analysis
HasStrictDerivAt.div
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {𝕜' : Type u_1} [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {c d : 𝕜 → 𝕜'} {c' d' : 𝕜'},
HasStrictDerivAt c c' x →
HasStrictDerivAt d d' x → d x ≠ 0 → HasStrictDerivAt (c / d) ((c' * d x - c x * d') / d x ^ 2) x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- NormedAlgebrastatement and proof · cited by 1,165
- HasStrictDerivAtstatement and proof · cited by 163
- HasStrictDerivAt.fun_divproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- UpperHalfPlane.hasStrictDerivAt_smulproof · cited by 3
- Complex.hasStrictDerivAt_tanproof · cited by 2