Theorems ยท Theorem ยท real analysis
derivWithin_div
โ {๐ : Type u} [inst : NontriviallyNormedField ๐] {x : ๐} {s : Set ๐} {๐' : Type u_1}
[inst_1 : NontriviallyNormedField ๐'] [inst_2 : NormedAlgebra ๐ ๐'] {c d : ๐ โ ๐'},
DifferentiableWithinAt ๐ c s x โ
DifferentiableWithinAt ๐ d s x โ
d x โ 0 โ derivWithin (c / d) s x = (derivWithin c s x * d x - c x * derivWithin d s x) / d x ^ 2- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 188 from the axioms ยท uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- DifferentiableWithinAtstatement and proof ยท cited by 453
- derivWithinstatement ยท cited by 258
- derivWithin_fun_divproof ยท cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.