Theorems · Theorem · real analysis
HasStrictDerivAt.fun_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 (fun y => c y / d y) ((c' * d x - c x * d') / d x ^ 2) x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- AddCommGroupproof · cited by 12,871
- 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
- ContinuousSMulproof · cited by 1,016
- one_ne_zeroproof · cited by 885
- div_eq_mul_invproof · cited by 715
- neg_mulproof · cited by 654
- div_oneproof · cited by 629
Cited by1
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.divproof · cited by 2